.w-fit-content{
    width: fit-content;
}

.pricing_card.card_box .white_box_tittle{
    padding: 15px;
}

.pricing_card.card_box .box_body{
    padding: 20px;
}

.pricing_card .material-symbols-outlined{
    color: aqua;
}

.card-statistics {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 1px 1px 15px rgba(22, 23, 33, 0.4);
    -moz-box-shadow: 1px 1px 15px rgba(22, 23, 33, 0.4);
    box-shadow: 1px 1px 15px rgba(22, 23, 33, 0.4);
}

.card-statistics .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#withdrawToWallet input{
    height: 50px;
}

.float-left {
    float: left !important;
}

.profile-bx img {
    height: 195px;
    width: 195px;
    object-fit: cover;
    margin-right: 30px;
}

.table.details-table tbody tr td {
    vertical-align: middle;
    border-color: #f0f1f5;
}

.trader-img{
    width: 5rem;
    height: 5rem;
}

.trader-img img {
    border-radius: 100%;
    /* border: 2px solid; */
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trader-stat{
    border-left: 1px solid rgba(0, 0, 0, .5);
    text-align: center;
}

.main_content_iner.edit_modal_open{
    z-index: unset;
}

.mb-30 {
    margin-bottom: 2.143rem !important;
}

.card-statistics {
    border-radius: 0;
    border: 0;
    /* background: #2f3243; */
    -webkit-box-shadow: 1px 1px 15px rgba(22, 23, 33, 0.4);
    -moz-box-shadow: 1px 1px 15px rgba(22, 23, 33, 0.4);
    box-shadow: 1px 1px 15px rgba(22, 23, 33, 0.4);
}

.tradingview-widget-copyright {
    display: none !important;
}

.tradingview-widget-container {
    height: 100% !important;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend, .input-group-append {
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    background: #d7dae3;
    border: 1px solid transparent;
    min-width: 50px;
    display: flex;
    justify-content: center;
    padding: 0.532rem 0.75rem;
    border-radius: 0;
}

@media screen and (min-width: 576px) {
    .float-sm-right {
        float: right !important;
    }
}

@media screen and (max-width: 768px) {
    .trader-stats{
        padding-top: 30px;
    }
    .trader-stat:not(.profit-sharex){
        border-right: 1px solid rgba(0, 0, 0, .5);
        border-left: none;
        text-align: justify;
    }
    .trader-stat h3{
        font-size: 19px;
    }
}