@charset "utf-8";
/* CSS Document */


@media screen and (min-width: 1600px) {
    .dash_title {
        padding-left: 18rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .dash_title {
        padding-left: 18rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .dash_bx {
        padding: 20px 10px;
    }

    .dash_bx span {
        font-size: 30px;
    }

    .dash_bx h1 {
        font-size: 23px;
    }

    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .dash_title {
        padding-left: 12rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .dash_bx h1 {
        font-size: 27px;
    }

    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .quick_acc_bx img {
        width: 60px;
        height: 60px;
    }

    .dash_title {
        padding-left: 9rem;
    }
}
@media(max-width:1399px){
    .all-stock-page-btn{
        text-align: center;
    }
}
@media(max-width:767px) {
    .niftylist-time-date-cell-icon {
        margin-bottom: 22px;
        margin-top: 10px;
        min-width: 100% !important;
        height: inherit !important;
    }
/* date 04.08.2023 */
    .all-notification-list .cell_des {
        margin-top: 10px;
    }
    .all-notification-list .cell_icon {
        max-width: 50px;
        min-width: 50px;
        height: 50px;
        padding: 15px 0px;
    }
    .scanner_item span {
        font-size: 10px !important;
    }
    .scanner_item label {
        font-size: 9px !important;
    }

/*last date 04.08.2023 */
    .top-header-home-icon a {
        font-size: 30px;
    }
    .top-header-home-icon {
        top: 9px;
    }
    .list-responsive{
        overflow: auto hidden;
    }
    .table-responsive{
        width: 1000px;
    }
}

@media only screen and (max-width : 576px) {
    .login_sec {
        background: url(../images/bg-small.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 7px 15px;
    }

    .menus {
        overflow: auto;
        height: 100%;
        padding-bottom: 20px;
    }

    .main_body {
        margin-left: 0;
    }

    .backdrop-layout {
        position: fixed;
        background: #0000008c;
        width: 100%;
        height: 100vh;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    .backdrop-layout.open {
        opacity: 1;
        z-index: 99;
    }

    .menubar {
        transform: translate(-102%, 0px);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    .menubar.open {
        transform: translate(0%, 0px);
    }

    .collapse_nav {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 22px;
        width: 20px;
        background: transparent;
        color: var(--black);
    }

    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .dash_title {
        padding-left: 1rem;
    }

    .page_title {
        font-size: 14px;
    }

    .dashcell_bx {
        padding: 6px;
    }

    .cell_des h2 {
        font-size: 15px;
    }

    .cell_des p {
        font-size: 12px;
    }

    .quickaccess .col-4 {
        padding: 0 4px;
    }

    .quick_acc_bx img {
        width: 40px;
        height: 35px;
    }

    .quick_acc_bx p {
        font-size: 13px;
    }

    .notificaaaation_bx {
        padding: 10px;
    }

    .notificaaaation_bx .cell_icon {
        max-width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .login_bx {
        padding: 30px 14px;
    }

    .otrs_link {
        font-size: 13px;
    }

    div#chartdiv {
        width: 400px;
        height: 305px;
    }

    .open-high-openlow-filter-btn {
        text-align: center;

    }

    .scanner_item span {
        font-size: 12px !important;
        line-height: 20px;
    }

    .scanner_item label {
        font-weight: 600;
        font-size: 9px !important;
    }

    .niftylist-table td {
        font-size: 13px;
    }

    .niftylist-table th {
        font-size: 12px;
    }

}