/* Minification failed. Returning unminified contents.
(13,38): run-time error CSS1046: Expect comma, found '228'
(13,46): run-time error CSS1046: Expect comma, found '/'
 */
.view-in-app {
    text-align: right;
}
.stocks-section-title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    vertical-align: top;
}
.box-layout {
    padding: 30px 30px;
    border: 1px solid #D5E7F7;
    box-shadow: 0px 0px 30px rgb(223 228 249 / 50%);
    border-radius: 7px;
    background-color: #fff;
    margin: 15px 0px;
}
.box-layout-row {
    padding: 15px 15px;
    border-bottom: 1px solid #dee2e6;
    margin: 0px;
}
.top-price-chart-section {
    font-size: 26px;
    color: #333;
    position: relative;
    display: inline-block;
}

    .top-price-chart-section .sup, .top-price-chart-section .sub {
        position: absolute;
        left: 100%;
        font-size: 16px;
        margin-left: 5px;
    }

    .top-price-chart-section .sup {
        top: -5px;
    }

    .top-price-chart-section .sub {
        bottom: -5px;
    }
.delivery-indicators {
    display: inline-block;
    width: 100%;
    background-color: #FAF9FD;
    border-bottom: 1px solid #D5E7F7;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 5px 30px;
}

.delivery-qty, .traded-qty {
    display: inline-block;
    margin-top: 5px;
}

    .delivery-qty span {
        background-color: #83AAF1;
    }

    .traded-qty span {
        background-color: #D9E5FB;
    }

    .delivery-qty span, .traded-qty span {
        display: inline-block;
        width: 12px;
        height: 12px;
    }

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.performance-chart .progress {
    height: 20px;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    overflow: initial;
}

    .performance-chart .progress::after {
        content: "";
        position: absolute;
        left: -3px;
        top: -3px;
        bottom: -3px;
        width: 1px;
        background-color: #b9bec4;
    }
.bg-success {
    background-color: #198754 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}

.stocks-select-box {
    display: inline-block;
    position: relative;
}
    .stocks-select-box::before {
        content: '\25BC';
        position: absolute;
        right: 12px;
        font-size: 8px;
        z-index: 1;
        margin-top: -10px;
        width: 0;
        height: 0px;
        top: 18px;
    }
    .stocks-select-box select {
        position: relative;
        background-color: #12274B;
        border-color: #12274B;
        color: #fff;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px 13px 0px 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (max-width: 767px) {
    .view-in-app {
        text-align: center;
    }
    .stocks-section-title {
        font-size: 16px;
        margin-top: 15px !important;
    }
    .stocks-title {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }
    .box-layout {
        border: none;
        box-shadow: none;
        padding: 0px !important;
    }
    #Prices {
        font-size: 12px;
    }
    .delivery-indicators {
        background-color: transparent;
        text-align: center;
        border: none;
    }
    .delivery-qty, .traded-qty {
        margin: 0px !important;
        padding: 5px 8px;
    }
    .row-flex {
        display: initial;
        width: 100%;
        flex-wrap: unset;
        margin-left: -15px;
        margin-right: -15px;
    }
}

