@media(max-width:1680px) {
    .select-drop {
        width: 160px;
    }

    .live-score-sec>div {
        justify-content: center;
    }

    .live-score-sec {
        width: 80%;
    }
}

@media(max-width:1366px) {
    .ui-resizable-e{
        right: 0;
    }

    .ui-resizable-s{
        height: 0;
    }
        .trade-card{
        min-width: 100%;
        width: 100%;
        overflow-x: auto;
    }
    .live-score-sec {
        width: 100%;
    }

    .live-score-sec {
        margin-right: 0px !important;
    }
    .select-drop{
        margin: 0 5px;
    }
}

@media(max-width:1080px) {

    .live-score-sec {
        display: none;
    }

    .mobile-live-score {
        display: block;
    }

    .sec-otp-input input {
        height: 44px;
        width: 44px;
    }

    .sec-otp-input input {
        margin: 0px 5px;
    }
}


@media(max-width:991px) {
    .banner-left img {
        width: 100%;
        max-width: 300px;
    }

    /* .mobile-live-score {
        display: block;
    } */

    .closed-market {
        order: 1;
    }

    .navbar-toggler {
        order: 2;
    }

    .navbar-collapse {
        order: 3;
    }

    .auth-form {
        padding: 25px;
    }
}


@media(max-width:768px) {

    .screener-tabs-inner > div{
        margin-bottom: 10px;
    }
    .criteria-left-sec{
        width: 100%;
    }

    .criteria-sec{
        flex-wrap: wrap;
    }
    .add-aleg-table::-webkit-scrollbar {
        height: 5px;
      }
    .chart-sec{
        height: 100vh;
    }

    .tabs-right-btns{
        padding: 5px 15px;
    }
    .chart-sec .tabs-sec ul {
        order: 1;
    }

    .msg-launch-btn{
        margin-bottom: 10px;
    }

    .launch-btn-dropdown{
        justify-content: end;
        width: 100%;
    }

    .messages-table,
    .launch-messages-table {
        width: 100vw;
    }

    .parent-window .resizeSection{
        position: unset;
    }
    /* .add-btn{
        margin-top: 5px;
    } */

    .launch-messages-table .launch-msg-table-inner .launch-tools-sec>div {
        flex-wrap: wrap;
    }

    .chart-sec .tabs-sec>div {
        flex-wrap: wrap;
    }

    .chart-sec .tabs-sec .nav-tabs .nav-item button {
        padding: 8px 15px;
    }

    .tabs-sec .msg-launch-btn .tabs-right-btns,
    .tabs-sec>div ul li button {
        font-size: 12px;
    }

    .tab-content {
        overflow-x: auto;
    }

    .banner-left img {
        max-width: 400px;
    }

    .chart-tabs .chart-tabs-inner{
        flex-wrap: wrap;
        order: 1;
    }

    .chart-tabs .chart-tabs-inner .tabs-sec{
        order: 2;
        margin-top: 10px;
    }
}


@media(max-width:576px) {
.header-right-icons span:nth-child(1),
.header-right-icons span:nth-child(2){
    display: none;
}
.message-tabs{
    font-size: 12px;
}



.main-chart-sec,
.symbol-lookup-main,
.message-trade-card, 
.trade-card{
    min-width: 100%;
    width: 100%;
}

    .launch-tools-sec .trading-sec {
        margin: 6px;
    }

    .auth-icons img {
        height: 80px;
        width: 80px;
    }

    .otp-input input {
        margin: 0 10px;
    }

    .otp-input input {
        height: 44px;
        width: 44px;
    }

    .form-container {
        padding: 50px 15px;
    }

    .banner-left img {
        max-width: 300px;
    }

    .auth-bg {
        background-color: #043767;
        background-image: unset;
    }
    .trade-card .trade-header select {
        width: 80px;
    }
}

@media(max-width:420px) {



    .launch-tools-sec .trading-sec {
        width: 66px;
    }

    .sec-otp-input input {
        height: 34px;
        width: 34px;
    }

    .auth-icons img {
        height: 60px;
        width: 60px;
    }

    .otp-input input {
        margin: 0 5px;
    }
}