/*--------------------------------------------------------------
# Automated Strategy(My Strategies)
--------------------------------------------------------------*/
:root {
    --echo-blue: #9dd1d1;
}

.actionBtn .icon {
    font-size: large;
    /* padding: 0 5px; */
}

.form-check {
    min-height: 1rem;
}

.statusUi {
    padding: 3px 10px;
    color: black;
    border-radius: 5px;
    text-transform: uppercase;
}

.statusBooked {
    background-color: var(--gray-light);
}

.statusStarted {
    background-color: var(--sky-blue);
}

.statusEntered {
    background-color: var(--green-light);
}

.statusStopped {
    background-color: var(--red-light);
}

.custom-switch .custom-switch-input {
    display: none;
}

    .custom-switch .custom-switch-input,
    .custom-switch .custom-switch-input:after,
    .custom-switch .custom-switch-input:before,
    .custom-switch .custom-switch-input *,
    .custom-switch .custom-switch-input *:after,
    .custom-switch .custom-switch-input *:before,
    .custom-switch .custom-switch-input + .custom-switch-btn {
        box-sizing: border-box;
    }

        .custom-switch .custom-switch-input:selection,
        .custom-switch .custom-switch-input:after:selection,
        .custom-switch .custom-switch-input:before:selection,
        .custom-switch .custom-switch-input *:selection,
        .custom-switch .custom-switch-input *:after:selection,
        .custom-switch .custom-switch-input *:before:selection,
        .custom-switch .custom-switch-input + .custom-switch-btn:selection {
            background: none;
        }

        .custom-switch .custom-switch-input + .custom-switch-btn {
            outline: 0;
            display: inline-block;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: pointer;
            width: 55px;
            height: 26px;
            margin: 0;
            padding: 4px;
            background: #ced4da;
            border-radius: 76px;
            transition: all 300ms ease;
        }

            .custom-switch .custom-switch-input + .custom-switch-btn:after,
            .custom-switch .custom-switch-input + .custom-switch-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 18px;
                height: 18px;
            }

            .custom-switch .custom-switch-input + .custom-switch-btn:after {
                left: 1px;
                border-radius: 50%;
                background: white;
                transition: all 300ms ease;
            }

            .custom-switch .custom-switch-input + .custom-switch-btn:before {
                display: none;
            }

        .custom-switch .custom-switch-input:checked + .custom-switch-btn {
            background: #28a745;
        }

            .custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
                left: 30px;
            }

            .custom-switch
            .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-checked {
                opacity: 1;
                height: auto;
            }

            .custom-switch
            .custom-switch-input:checked + .custom-switch-btn ~ .custom-switch-content-unchecked {
                display: none;
                opacity: 0;
                height: 0;
            }

        .custom-switch
        .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-checked {
            display: none;
            opacity: 0;
            height: 0;
        }

        .custom-switch
        .custom-switch-input:not(:checked) + .custom-switch-btn ~ .custom-switch-content-unchecked {
            opacity: 1;
            height: auto;
        }

.custom-switch.custom-switch-label-onoff
.custom-switch-input + .custom-switch-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='28.85714' y='17.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol' fill='%23fff'%3EOff%3C/text%3E%3C/svg%3E");
}

.custom-switch.custom-switch-label-onoff
.custom-switch-input:checked + .custom-switch-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='10.71429' y='17.75' font-size='12px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol' fill='%23fff'%3EOn%3C/text%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# Order Book
--------------------------------------------------------------*/
.actionBtn span {
    display: block;
}

.actionBtn a {
    font-size: 12px;
    display: inline-block;
    clear: both;
    padding: 0.5px 5px;
    border-radius: 4px;
    background: var(--sky-blue);
}

.orderTime span {
    font-size: 12px;
    color: var(--gray);
}

.noDataImg img {
    display: block;
    width: 340px;
    height: auto;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Net Positions
--------------------------------------------------------------*/

.w50 {
    width: 50px !important;
}

.netPosition thead > tr > th:first-child,
.netPosition tbody > tr > td:first-child,
.netPosition colgroup > col:first-child {
    width: 0px !important;
    /*padding: 3px;*/
}

.netPosition tbody > tr > td:first-child,
.netPosition colgroup > col:first-child {
    padding: 10px !important;
}



.lb_menu {
    position: relative;
    width: 46px;
    /* border-left: 1px solid #dfdfdf; */
}

    .lb_menu::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        width: 1px;
        height: 62%;
        background-color: #e1e1e1;
    }

.tableHeaderBlue thead tr th {
    font-size: 12px;
    color: var(--blue-dark) !important;
}

.accordion-button {
    background-color: transparent;
}

    .accordion-button:not(.collapsed) {
        background-color: transparent;
        box-shadow: none;
    }

.accordion-button {
    padding: 0.3rem;
}

/*   Net Positions/Options */
.tab-content #options .accordion-item {
    border: none;
}

/* #options .table-stripedBG-alice > tbody > tr:nth-child(3n + 3) td{
  --bs-table-accent-bg: white;
} */
/* #options .table-stripedBG-alice > tbody > tr:nth-of-type(odd)>*{
  --bs-table-accent-bg: var(--alice-blue)
} */

#options > tbody > tr.aliceBlueRow td {
    --bs-table-accent-bg: var(--alice-blue);
}

/* #options .table-stripedBG-alice > tbody > tr:nth-child(3n + 3) td .accordion-button:not(.collapsed), 
#options .table-stripedBG-alice > tbody > tr:nth-child(3n + 3) td .accordion-button{
  background-color: white; 
} */

.tableSummery span {
    /* display: inline-block; */
    border-right: 1px solid var(--gray-light);
}

    .tableSummery span:last-child {
        border-right: none;
    }

    .tableSummery span:nth-last-child(2) {
        border-right: none;
    }

#options tbody tr.accordion-collapse.collapse.show {
    --bs-table-accent-bg: white !important;
    border-bottom: 1px solid var(--gray-light) !important;
}

/* .table-stripedBG-alice tbody .accordion-collapse.collapse.show td{
border-bottom: 1px solid var(--gray-light);
} */
.child td ul.dtr-details {
    width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 50%;
}

.child td ul.dtr-details li {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
}

    .child td ul.dtr-details li .form-control,
    .child td ul.dtr-details li .form-select,
    .child td ul.dtr-details li .input-group-text {
        background-color: var(--alice-blue);
    }

table.dataTable.collapsed > tbody > tr > td:first-child {
    padding-left: 30px !important;
}

table.dataTable.collapsed > tbody > tr.mobilehide > td:first-child {
    padding-left: 0 !important;
}

table.dataTable.collapsed > tbody > tr > td.dtr-control {
    position: relative;
}

/*table.dataTable.dtr-column > tbody > tr > td.dtr-control {
    position: relative;
}*/
table.dataTable > tbody > tr td.dtr-control::before {
    content: none !important;
}

table.dataTable.collapsed > tbody > tr > td.dtr-control::before {
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    top: 50%;
    left: 1px;
    height: 18px;
    width: 18px;
    margin-top: -13px;
    font-size: 25px;
    color: #002952;
    border: 0;
    background-color: transparent;
    font-family: "boxicons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\ea57";
}


table.dataTable.dtr-column.collapsed > tbody > tr.dtr-expanded td.dtr-control::before {
    color: #008500;
    background-color: transparent;
    font-family: "boxicons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\ea4a";
    border: none !important;
}


/*for using netposition page to hide/show the dropdown icon*/
@media (max-width: 1054px) {
    table.dataTable.collapsed > tbody > tr td.dtr-control::before {
        content: "\ea57" !important;
    }


    table.dataTable.collapsed > tbody > tr.dtr-expanded td.dtr-control::before {
        content: "\ea4a" !important;
    }

    table.dataTable.collapsed > tbody > tr.mobilehide td.dtr-control::before {
        content: none !important;
    }
}


/*for using netposition page to hide/show the dropdown icon   ==> commented this code*/
/*
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    top: 50%;
    left: 1px;
    height: 18px;
    width: 18px;
    margin-top: -13px;
    font-size: 25px;
    color: #002952;
    border: 0;
    background-color: transparent;
    font-family: "boxicons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\ea57";
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before {
    color: #008500;
    background-color: transparent;
    font-family: "boxicons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\ea4a";
    border: none !important;
}*/




@media (max-width: 768px) {
    .child td ul.dtr-details {
        width: 100%;
    }

        .child td ul.dtr-details li {
            display: flex;
            flex-direction: row;
            /* justify-content: space-between; */
            align-items: center;
        }

    table.dataTable > tbody > tr.child span.dtr-title {
        min-width: 50%;
    }

    .netPosition .child td ul.dtr-details li:last-child {
        justify-content: center !important;
    }

        .netPosition
        .child
        td
        ul.dtr-details
        li:last-child
        span:first-child {
            display: none !important;
        }
    /* #netPosition_equity_wrapper .row:first-child {
    display: none !important;
  } */
}





#netPosition_futureOption_wrapper .accordion-body {
    display: table-cell !important;
}

.disable-dtr-control {
    padding-left: 0px !important;
}

    .disable-dtr-control::before {
        content: none !important;
    }

@media screen and (min-width: 851px) {
    .netPosition .dtr-control::before {
        content: none !important;
    }
}

@media screen and (max-width: 768px) {
    .net_position_table {
        padding: 10px;
        background-color: var(--alice-blue);
    }

        .net_position_table .table thead {
            display: none !important;
        }

        .net_position_table .table tbody {
            display: block;
        }

            .net_position_table .table tbody tr {
                display: block;
                /* border: 1px solid #e0e0e0; */
                /* border-radius: 2px; */
                /* margin-bottom: 1.6rem; */
            }

                .net_position_table .table tbody tr td {
                    display: block;
                    /* vertical-align: middle; */
                    text-align: right;
                    width: 50%;
                    float: left;
                }

                    .net_position_table .table tbody tr td[data-header]::before {
                        content: attr(data-header);
                        float: left;
                        font-size: inherit;
                        font-weight: 400;
                        color: inherit;
                    }

        .net_position_table .iconExit {
            display: inline-block;
            width: 30px;
            height: 30px;
        }
}


/* css table */
/* #netPosition_futureOption .table {
  display: table;
  width: 100%;
}
#netPosition_futureOption .table-header {
  display: table-header-group;
  text-transform: uppercase;
  font-size: 0.875em;
}
#netPosition_futureOption .table-body {
  display: table-row-group;
}
#netPosition_futureOption .table-row {
  display: table-row;
  padding: 0 8px;
}

#netPosition_futureOption .table-header div,
#netPosition_futureOption .table-row .css-col {
  display: table-cell;
  padding: 10px 4px;
}
#netPosition_futureOption .table-row .css-col {
  background: var(--alice-blue);
  border-bottom: 5px solid #fff;
} */




/* css table */
/*#netPosition_futureOption .st_table {
    display: table;
    width: 100%;
}

#netPosition_futureOption .table-header {
    display: table-header-group;
    text-transform: uppercase;
    font-size: 0.875em;
}

#netPosition_futureOption .table-body {
    display: table-row-group;
}

#netPosition_futureOption .table-row {
    display: table-row;
    padding: 0 8px;
}

    #netPosition_futureOption .table-header div,
    #netPosition_futureOption .table-row .css-col {
        display: table-cell;
        padding: 10px 4px;
    }

    #netPosition_futureOption .table-row .css-col {
        border-bottom: 1px solid #dee2e6;
    }*/




/*Not in use ===> net_position_table*/
/* css table */
.net_position_table .st_table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.net_position_table .table-header {
    display: table-header-group;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.875em;
    color: var(--blue);
}

.net_position_table .table-body {
    display: table-row-group;
}

.net_position_table .table-row {
    display: table-row;
    padding: 0 8px;
}

    .net_position_table .table-header .css-col,
    .net_position_table .table-row .css-col {
        display: table-cell;
        padding: 10px 4px;
    }

.st_table .owl-stage-outer .owl-stage .owl-item:last-child {
    display: none !important;
}

.net_position_table .table-row .css-col {
    border-bottom: 1px solid #dee2e6;
}

.netPosition .child .dtr-details .toggleNetP {
    display: none;
}

.netPosition tr.mobilehide.collapse.show td.accordion-body {
    padding-left: 0 !important;
}



/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

#tbl_landing_mktindices.table tbody tr td, #tbl_landing_watchlist.table tbody tr td {
    height: 56px;
}


.cardIcon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 42px;
    color: white;
}

    .cardIcon.pf_icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cardIcon.pf_icon img {
            width: 13px;
            height: auto;
        }

.darkYellow {
    background-color: #ffbb00;
}

.hanPurple {
    background-color: #3a00ff;
}

.gardenGreen {
    background-color: #6d7901;
}

.vividBlue {
    background-color: #0090ff;
}

.icon {
    width: 16px;
    height: auto;
}

.cardTitle {
    font-size: 1rem;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.actionIcon span {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 50%;
    margin-left: 0;
    /* background-color: #ccc; */
    color: white;
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 1024px) {
    .dashboard .cardTitle,
    .dashboard .leftArrow,
    .dashboard .value {
        font-size: 0.7rem;
    }
}

.owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.owl-dots {
    margin-top: 10px;
    text-align: center;
}

.owl-carousel button.owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-carousel button.owl-dot.active span {
    background: none repeat scroll 0 0 var(--blue-dark);
}

.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.dropdown-toggle::after {
    content: none;
}

@media screen and (max-width: 768px) {
    #dashboard_netposition_options.nowrap th,
    #dashboard_netposition_options.nowrap td {
        white-space: inherit !important;
    }
}

/*--------------------------------------------------------------
# paper Dashboard
--------------------------------------------------------------*/
.table-stripedBG-whiteSmoke > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--white-smoke);
}

/*--------------------------------------------------------------
# tools_selection
--------------------------------------------------------------*/

.cardHover {
    -webkit-transition: box-shadow 0.1s ease-in;
    box-shadow: 0px;
}

    .cardHover:hover {
        box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.123);
        -webkit-transition: box-shadow 0.6s ease-in;
    }

/*--------------------------------------------------------------
# intraday picks
--------------------------------------------------------------*/
.text-small {
    font-size: 12px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .monthlyPicks .header h5,
    .intradayPicks .header h5,
    .short_term_picks .header h5 {
        font-size: 0.8rem;
    }

    .monthlyPicks .header h4,
    .intradayPicks .header h4,
    .short_term_picks .header h4 {
        font-size: 1rem;
    }

    .monthlyPicks .heading_img img,
    .intradayPicks .heading_img img,
    .short_term_picks .heading_img img,
    .weekly_picks .heading_img img {
        width: 40px;
    }
}

.intradayPicks div[class*="col"] span,
.intradayPicks div[class*="col"] small {
    font-size: 0.8rem;
}

.short_term_picks div[class*="col"] span,
.short_term_picks div[class*="col"] small {
    font-size: 0.8rem;
}

.weekly_picks div[class*="col"] span,
.weekly_picks div[class*="col"] small {
    font-size: 0.8rem;
}

.monthlyPicks div[class*="col"] span,
.monthlyPicks div[class*="col"] small {
    font-size: 0.8rem;
}

.owl-carousel {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center !important;
}

.owl-dots {
    flex: 1;
}

.cardHover .card-text {
    color: var(--dark);
}

.no-hover-text,
.no-hover-text:hover {
    color: inherit;
}

.card-scale {
    transition: all 0.5s ease;
}

    .card-scale:hover {
        transform: scale(1.02);
    }
/*--------------------------------------------------------------
# Market Watch
--------------------------------------------------------------*/
.market_progress_bar {
    position: relative;
    /* max-width: 180px; */
    width: 100%;
}

    .market_progress_bar .arrow_down {
        /* content: '▼'; */
        position: absolute;
        width: 15px;
        height: 13px;
        line-height: 0;
        top: -3px;
        left: 0;
    }

    .market_progress_bar .progressBG {
        margin: 0 10px;
        width: 100%;
        height: 4px;
        background: rgb(255, 70, 76);
        background: linear-gradient( 90deg, rgba(255, 70, 0, 1) 0%, rgba(0, 255, 76, 1) 100% );
    }

/*--------------------------------------------------------------
# alerts
--------------------------------------------------------------*/
#alerts .btn-check:checked + .btn-echo-blue {
    background-color: var(--echo-blue);
}

.toggleIcon label {
    padding-top: 0;
    padding-bottom: 0;
}

.toggleIcon .bxs-edit,
.toggleIcon .bxs-check-square {
    color: #28a745;
    font-size: 20px;
}

.f-block span {
    font-size: 10px;
}

/*--------------------------------------------------------------
# Strategy Builder
--------------------------------------------------------------*/
/* table.table.dataTable > tbody > tr{
  background-color: var(--alice-blue) !important;
} */

.custom-group-btn.btn-group > .btn:nth-child(2) {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.SB-timeline ul.timeline {
    padding-left: 0;
}

    .SB-timeline ul.timeline > li {
        padding-left: 40px;
        padding: 1rem 2.5rem 1rem;
    }

@media (max-width: 1440px) {
    .SB-timeline ul.timeline > li {
        padding: 1rem 0 1rem 2.5rem;
    }
}

.SB-timeline ul.timeline > li:before {
    left: 6px;
    top: 20px;
}

.SB-timeline ul.timeline:before {
    left: 10px;
    top: 20px;
}

.SB-timeline .timeline li {
    padding: 15px 0px 15px;
}

@media (max-width: 768px) {
    .SB-timeline ul.timeline > li {
        padding: 1rem 0;
    }

    ul.timeline:before {
        content: none;
    }

    ul.timeline > li:before {
        content: none;
    }
}

@media (max-width: 768px) {
    .value-mobile h5 {
        font-size: 0.8rem !important;
    }
}

.v-line::after {
    border-left: 1px dashed var(--gray-light) !important;
}

@media screen and (max-width: 992) {
    .v-line::after {
        content: none !important;
    }
}

.readymade_strategy.nav-pills .nav-link.active,
.readymade_strategy.nav-pills .show > .nav-link {
    background-color: white;
}

.readymade_strategy li.nav-item {
    padding: 0;
    margin-bottom: 0;
}

.sb-img img {
    /* max-width: 100px; */
    padding: 12px;
    height: 70px;
    margin: 0 auto;
    min-width: 75px;
}

.trend-img img {
    /* max-width: 100px; */
    max-width: 50px;
}

@media (max-width: 1024px) {
    .sb-img img {
        min-width: auto;
        max-width: 100%;
    }

    .trend-img img {
        /* max-width: 100px; */
        max-width: 50px;
    }
    /* .v-line::after {
    content: none;
  } */
}

@media screen and (max-width: 480px) {
    .sb-img .filterit {
        min-width: auto;
        max-width: 30px;
    }
}

.rd-Strategy-link a {
    transition: box-shadow 0.3s;
}

    .rd-Strategy-link a:hover {
        box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
    }

    .rd-Strategy-link a.active {
        box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
        background-color: var(--light);
    }

@media (max-width: 1024px) {
    .sb-img img {
        width: auto;
        height: 42px;
    }
}

@media (max-width: 767px) {
    .sb-img img {
        height: 35px;
        padding: 2px;
    }
}

.rd-Strategy-link a .card {
    transition: box-shadow 0.3s;
}

.rd-Strategy-link a:hover .card {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.rd-Strategy-link a.active .card {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
    background-color: var(--blue-dark);
    color: white !important;
}

.timeline > li .rd-Strategy-link a.active .card p {
    color: white !important;
}

.SB_table .input-group-text,
.SB_table .form-control {
    background-color: white;
}

#strastrategy_builder_datatable.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
    padding: 8px 5px;
}

#strastrategy_builder_datatable ul > li {
    margin: 0 0 0px;
}

.dt-hasChild.dtr-expanded .input-group-text {
    background-color: var(--alice-blue);
}

.SB_table .input-group-text,
.SB_table .form-control {
    background-color: white;
}

#strastrategy_builder_datatable ul > li {
    margin: 0 0 0px;
}

.dt-hasChild.dtr-expanded .input-group-text {
    background-color: var(--alice-blue);
}

#analyze_table.nSelectorRight thead tr th:nth-child(n + 2),
#analyze_table.nSelectorRight tbody tr td:nth-child(n + 2) {
    text-align: right;
}

/* reverse range slider */
.rtl_range-slider {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .rtl_range-slider #rtl_range {
        -webkit-appearance: none;
    }

        .rtl_range-slider #rtl_range:focus {
            outline: none;
        }

        .rtl_range-slider #rtl_range::after,
        .rtl_range-slider #rtl_range::before {
            position: absolute;
            bottom: 1.5rem;
            color: #333;
            font-size: 14px;
            line-height: 1;
            padding: 3px 5px;
            background-color: rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .rtl_range-slider #rtl_range::before {
            left: 0;
            content: attr(min);
        }

        .rtl_range-slider #rtl_range::after {
            right: 0;
            content: attr(max);
        }

        .rtl_range-slider #rtl_range::-webkit-slider-runnable-track {
            width: 100%;
            height: 0.5rem;
            cursor: pointer;
            animation: 0.2s;
            /*Added value for animate property */
            background: linear-gradient( 90deg, #30b54b var(--range-progress), #dee4ec var(--range-progress) );
            border-radius: 1rem;
        }

        .rtl_range-slider #rtl_range::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: 0.25rem solid #000;
            box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            height: 20px;
            width: 20px;
            transform: translateY(calc(-50% + 5px));
        }

#rtl_tooltip {
    top: 3.2rem;
    /* Added space after position-absolute */
    transform: rotate(-180deg);
}

@media screen and (max-width: 992px) {
    #rtl_tooltip {
        top: 2.7rem;
    }
}

#rtl_tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #fff;
    border-radius: 0.125rem;
    background: #30b54b;
    font-size: 1rem;
    left: 50%;
    transform: translate(-68%, 0);
}

    #rtl_tooltip span:before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: -8px;
        transform: translateX(-56%);
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: #30b54b;
    }

.info-tooltp:data-bs-title {
    font-size: 10px;
}

.rangeslider_strategy .rtl_range-slider {
    font-weight: normal;
}

/* manual order */
@media only screen and (max-width: 992px) {
    .manalorder table,
    .manalorder thead,
    .manalorder tbody,
    .manalorder th,
    .manalorder td,
    .manalorder tr {
        display: block;
    }

        .manalorder thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .manalorder tr {
        border: 1px solid #ccc;
    }

    .manalorder td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35%;
        white-space: normal;
        text-align: left;
    }

        .manalorder td:before {
            position: absolute;
            top: 25px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        .manalorder td:before {
            content: attr(data-title);
        }

    .eqplandetbox {
        position: relative;
    }

    .btn_float {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px;
        background-color: #fff;
        width: 100%;
    }

    .eqplandetbox {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1440px) {
    #strastrategy_builder_datatable.dataTable > thead > tr > th,
    #strastrategy_builder_datatable.dataTable > thead > tr > td {
        font-size: 0.8rem;
        font-weight: normal;
    }

    /* #strastrategy_builder_datatable.dataTable > tbody > tr > td > .form-select, 
    #strastrategy_builder_datatable.dataTable > tbody > tr > td > .form-control{
      font-size: 12px !important;
      } */

    #strastrategy_builder_datatable tbody tr td .form-select,
    #strastrategy_builder_datatable tbody tr td .form-control {
        font-size: 0.8rem !important;
    }

    #strastrategy_builder_datatable {
        overflow-x: auto;
    }
}

.ltp span:first-child {
    font-size: 0.8rem;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .ltp span:first-child {
        font-size: 0.65rem !important;
    }
}

.nanualOrder_model {
    max-height: 50vh !important;
    height: auto !important;
    --bs-offcanvas-height: 50vh;
}

/* Leg (s) Added table */
/* .strategy_added{
  overflow-x: auto;
  min-width: 1300px;
  max-width: 100%;
} */

/* css table */
.strategy_added .st_table {
    display: table;
    width: 100%;
}

.strategy_added .table-header {
    display: table-header-group;
    text-transform: uppercase;
    font-size: 0.875em;
}

.strategy_added .table-body {
    display: table-row-group;
}

.strategy_added .table-row {
    display: table-row;
    padding: 0 8px;
}

    .strategy_added .table-header div,
    .strategy_added .table-row .css-col {
        display: table-cell;
        padding: 10px 4px;
    }

    .strategy_added .table-row .css-col {
        background: var(--alice-blue);
        border-bottom: 5px solid #fff;
    }

    /* only mobile */
    .strategy_added .table-row .mob_h_stg_builder {
        display: none;
    }

@media screen and (max-width: 768px) {
    .strategy_added .table-row .css-col {
        padding: 5px 5px;
        align-items: center;
        width: 100%;
        border-bottom: 0px solid #fff;
    }

        .strategy_added .table-row .css-col::before {
            content: attr(data-header);
            float: left;
            width: 50%;
            display: block;
        }

    .strategy_added .table-header {
        display: none;
    }

    .strategy_added .table-row .mob_h_stg_builder {
        display: block !important;
        font-weight: 600;
    }

    .strategy_added .table-row {
        background: var(--alice-blue);
        border-radius: 10px;
        display: block;
        margin-bottom: 10px;
        /* padding-bottom: 10px; */
    }

    .mob_h_stg_builder .stg_header.active > div {
        display: flex;
    }

    .mob_h_stg_builder .stg_header > div {
        display: none;
    }

    .strategy_added .table-row .css-col.mob_d {
        display: table-cell;
    }

        .strategy_added .table-row .css-col.mob_d::before {
            padding-bottom: 4px;
            width: 100%;
        }

    .strategy_added .table-row .css-col.mob_d_2 {
        width: 50%;
        float: left;
        display: flex;
    }

    .strategy_added .table-row .css-col.mob_d3 {
        display: inline-block;
        width: 49.5%;
        text-align: center;
    }

        .strategy_added .table-row .css-col.mob_d3::before {
            width: 100%;
            padding-bottom: 4px;
        }

    .strategy_added .table-row .css-col.mob_d_2::before {
        width: 50%;
        display: inline-block
    }

    .strategy_added .mob_d_2 .v-line::after {
        content: none !important;
    }

    .strategy_added .mob_none {
        display: none !important;
    }

    .strategy_added .m_hide {
        display: none !important;
    }
}



/*--------------------------------------------------------------
# Option Chain Analytics
--------------------------------------------------------------*/
.nav-pills.optionChain-nav .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--blue-dark);
}

.nav-pills.optionChain-nav .nav-link {
    background-color: var(--gray-light);
    text-transform: uppercase;
}

.LongBuildupBG {
    background-color: var(--green02);
}

.ShortCoveringBG {
    background-color: var(--green03);
}

.ShortBuildupBG {
    background-color: var(--red01);
}

.LongLiquidationBG {
    background-color: var(--red02);
}

.Interpretation,
.vol_optchain {
    position: relative;
}

    .Interpretation em,
    .vol_optchain em {
        position: absolute;
        /* width: 4px; */
        top: 0;
        bottom: 0;
        z-index: 0;
    }

.w-4 {
    width: 4px;
}

.Interpretation > span,
.vol_optchain > span {
    position: relative;
    z-index: 1;
}

.btn-group-sm.x_small > .btn,
.x_small.btn-sm {
    --bs-btn-padding-y: 0.1rem !important;
}

.OCA-table .StrikePrice {
    position: relative;
}

    .OCA-table .StrikePrice em {
        display: block;
        position: absolute;
        /* width: 4px; */
        top: 0;
        bottom: 0;
        z-index: 0;
    }

.OCA-table > tbody > tr.strkepricehgttr > td {
    background-color: #ffd59d;
}

.OCA-table.table-striped > tbody > tr:nth-of-type(odd) > td:nth-child(9) {
    /* --bs-table-accent-bg: white  !important; */ /* local */
    --bs-table-bg-type: #ffffff !important; /* live */
    color: var(--blue);
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.OCA-table.table-striped > tbody > tr:nth-of-type(even) > td:nth-child(9) {
    /* --bs-table-accent-bg: white  !important; */
    color: var(--blue);
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.OCA-table > tbody > tr.yellowRow > td:nth-of-type(-n + 8) {
    background-color: #fff9ec;
}

.OCA-table > tbody > tr.yellowRowRight > td:nth-of-type(n + 10) {
    background-color: #fff9ec;
}

.OCA-table.table-striped > tbody > tr > td.yellowBG {
    --bs-table-accent-bg: #fff9ec !important;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.fs-mmt .fs-6 {
    font-size: 1rem !important;
}

@media screen and (max-width: 480px) {
    .option_chain .table thead tr th,
    .option_chain .table tbody tr td {
        font-size: 0.6rem;
    }
}

/* sticky table header */
.table-container thead {
    position: sticky;
    top: 62px;
    z-index: 10;
    background-color: white;
}

@media screen and (min-width: 769px) {
    .legscolumn span {
        min-width: 25%;
    }
}

@media screen and (max-width: 991px) {
    /*  .table-container thead {
    top: 83px !important;
  }*/

    .table-container thead {
        top: 58px !important;
    }
}

/*--------------------------------------------------------------
# Baskets Selection
--------------------------------------------------------------*/
.list-type-none {
    list-style-type: none;
}

.left-line-orange {
    border-left: 3px solid var(--orange);
}

.e-chart-tabs .nav-link.active,
.e-chart-tabs .show > .nav-link {
    background-color: var(--ice-blue);
    color: var(--blue);
}

.e-chart-tabs input[type="button"]:hover,
.e-chart-tabs input[type="submit"]:hover,
.e-chart-tabs input[type="reset"]:hover {
    color: var(--blue) !important;
}

.td-padding-1 > tbody > tr > td {
    padding: 1rem 1rem;
}

.h_transparent > :not(caption) > * > * {
    background-color: transparent;
}

.tooltips_amt {
    font-size: 15px;
    color: var(--blue);
    display: inline-block;
}

#invest_range {
    width: 100%;
}

/* range slider */
.range-slider {
    margin: 14px 0 8px;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    /* background: #ffffff; */
    outline: none;
    padding: 0;
    margin: 0;
}

    .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #23b24d;
        cursor: pointer;
        -webkit-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .range-slider__range::-webkit-slider-thumb:hover {
            background: #23b24d;
        }

    .range-slider__range:active::-webkit-slider-thumb {
        background: #23b24d;
    }

    .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #23b24d;
        cursor: pointer;
        -moz-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .range-slider__range::-moz-range-thumb:hover {
            background: #23b24d;
        }

    .range-slider__range:active::-moz-range-thumb {
        background: #23b24d;
    }

    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #23b24d;
    }

::-moz-range-track {
    background: #00b33c;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

#sticky.stick {
    position: fixed;
    /* z-index: 1030; */
    z-index: 100;
    width: auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    top: 55px;
    left: 94px;
    right: 25px;
    padding: 15px;
}

@media (max-width: 992px) {
    #sticky.stick {
        top: inherit;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 14px;
        border-radius: 0;
    }

        #sticky.stick > #infoHide {
            display: none !important;
        }

    .fs-md-7 {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 768px) {
    .fs-6 {
        font-size: 1rem;
    }

    .fs-5 {
        font-size: 1.25rem;
    }

    .rangeS {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .fs-md-6 {
        font-size: 1.25rem !important;
    }

    .fs-md-5 {
        font-size: 1.5rem !important;
    }

    .rangeS {
        width: 50% !important;
    }
}

.icon_Basket {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 1.7;
}

#peer_comp_carousel .owl-nav {
    display: flex;
    justify-content: space-evenly;
    /* padding-top: 10px; */
    margin-top: 5px;
    /* border-top: 1px solid #ccc; */
}

.peer_comparison .heading_peer {
    font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
    .peer_comparison .heading_peer {
        font-size: 0.7rem;
    }
}
/*--------------------------------------------------------------
# Algo Strategy Builder
--------------------------------------------------------------*/
.c_active {
    background: var(--blue-dark);
}

.timeline > li .c_active p {
    color: white !important;
}

.c_active img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(315deg) brightness(104%) contrast(101%);
}

.border-dashed {
    border-style: dashed !important;
}

.filterit {
    width: 270px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(315deg) brightness(104%) contrast(101%);
}

.legs_chart {
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px dashed #ccc;
}

.SB-timeline .timeline li {
    padding: 0;
}

.payOffChart-btn {
    display: none;
}

@media (min-width: 768px) {
    .rounded-md-5 {
        border-radius: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .leg-info {
        font-size: 8px;
    }

    .legs_chart {
        padding: 0;
        border: 0px dashed #ccc;
    }

    .w-120 {
        max-width: 120px !important;
    }
}

@media only screen and (max-width: 992px) {
    .payOffChart-btn {
        display: block;
    }
}

/* div-table mobile */
.css-table {
    display: table;
    width: 100%;
}

.css-table-header {
    display: table-header-group;
    text-transform: uppercase;
    font-size: 0.875em;
}

.css-table-body {
    display: table-row-group;
}

.css-table-row {
    display: table-row;
    padding: 0 8px;
}

    .css-table-header div,
    .css-table-row .css-col {
        display: table-cell;
        padding: 10px 5px;
    }

    .css-table-row .css-col {
        background: var(--alice-blue);
        border-bottom: 5px solid #fff;
    }

    /* .css-col:first-child{
  padding-left: 10px !important;
  display: block !important;
} */
    .css-table-row .rh {
        position: relative;
    }

/* CSS border triangle trick */
.row_arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: black;
    z-index: 2;
    right: 10px;
    top: 22px;
    pointer-events: none;
}

/* Flip CSS border triangle on active */
.rh.active .row_arrow:after {
    border-top-color: transparent;
    border-bottom-color: black;
    top: 16px;
}

.css-table .input-group-text {
    background-color: #ffffff;
}

.css-table .input-group input {
    width: 100%;
}

.css-table-row .rh {
    display: none;
}

.noData_box {
    background-color: #effffb;
    height: 330px;
}

    .noData_box .addBtn {
        width: 178px;
        /* height: 97px; */
        display: block;
    }

.datepicker table {
    font-size: 0.8rem;
}

/* @media screen and (min-width: 768px){
  .css-table-row, .css-col:first-child{
    border-bottom: 1px solid #54c3e8;
}
.css-table-row, .css-table-row:first-child {
  display: table-row;
  border-spacing: 5em;
  border-collapse: separate
}
} */
.days-btn > ul > li {
    text-align: center;
    vertical-align: middle;
    margin: 0 2px;
    display: inline-block;
    flex: 1;
}

    .days-btn > ul > li > a {
        border: 0;
        display: block;
        cursor: pointer;
        line-height: 32px;
        color: #000000;
        transition: all 0.5s ease;
        width: 100%;
        min-width: 35px;
        font-size: 14px;
        border-radius: 5px;
        background-color: #fff;
        padding: 4px 5px;
    }

        .days-btn > ul > li > a.active {
            color: #ffffff;
            background-color: #5dbe52;
            border: none;
        }

/* .adj-click .aliceBlue{
  background-color:transparent !important;
}
.adj-click .delete, .adj-click .arrow{
 display: none;
} */
.adj-click .aliceBlue {
    background-color: transparent !important;
}

/* .adjustmentHeadingMobile {
  font-weight: 600;
} */

/* .timeline-item label {
  font-size: 1.1rem;
} */

/* .SB-timeline input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
} */

@media only screen and (max-width: 768px) {
    .condition_row .css-table-body {
        display: flex;
    }

    .css-table-row {
        background: var(--alice-blue);
        border-radius: 10px;
        display: block;
        margin-bottom: 10px;
    }

    .condition_row .css-table-row {
        width: 50% !important;
    }

    .css-table-row .css-col {
        display: flex;
        /* display: table-cell; */
        padding: 5px 12px;
        align-items: center;
        width: 100%;
        border-bottom: 0px solid #fff;
    }

        .css-table-row .css-col::before {
            content: attr(data-header);
            float: left;
            width: 50%;
            display: block;
        }

    .condition_row .css-table-row .css-col::before {
        width: 100% !important;
        content: none;
    }

    .css-table-header {
        display: none !important;
    }

    .css-table-row .rh {
        display: block !important;
        font-weight: 600;
        /* background: #ccc; */
    }

        .css-table-row .rh.active ~ .css-col {
            display: inline-flex;
        }

        .css-table-row .rh ~ .css-col {
            display: none;
        }

    .noData_box {
        height: auto;
    }

    .moveStopLoss_check .form-check-label {
        font-size: 0.7rem;
    }

    .condition_row .row_arrow {
        position: relative;
    }

    .adj-click .row_arrow:after {
        top: 15px !important;
    }

    .adj-click.active .row_arrow:after {
        border-top-color: transparent;
        border-bottom-color: black;
        top: 7px !important;
    }

    .adj-click .aliceBlue {
        background-color: var(--alice-blue) !important;
    }

    .adj-click .delete,
    .adj-click .arrow {
        display: block !important;
    }

    .w-full {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.e-width span {
    flex-grow: 1;
    flex-basis: 0;
}

.e-width label {
    width: 50px;
    font-size: 0.7rem !important;
    text-align: center;
}

/*--------------------------------------------------------------
# Scalping
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    .w-m-100 {
        max-width: 100% !important;
        width: 100% !important;
    }

    .br-bottom-mobil {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

.scalfutureOption em {
    width: 10px;
    height: 1px;
    position: absolute;
    right: -10px;
    z-index: 1;
    top: 22px;
}

@media screen and (max-width: 768px) {
    .scalfutureOption em {
        width: 1px;
        background-color: #c9c9ca;
        height: 18px;
        position: absolute;
        z-index: 1;
        top: auto;
        bottom: -18px;
        right: 50%;
        margin-right: -1px;
    }
    /* .mob_input_equal div:last-child{
    width: 115px !important;
  } */
}

@media screen and (max-width: 992px) {
    .order_parameters_condition .v-line::after {
        content: none !important;
    }
}

.scalpSportPoint span {
    position: absolute;
    right: -15px;
    display: block;
    width: 30px;
    height: 58px;
    border: 1px solid #000000;
    border-right: 0;
    top: -2px;
}

    .scalpSportPoint span::before {
        bottom: -5px;
        content: "";
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 7px solid #000000;
        border-bottom: 4px solid transparent;
        position: absolute;
        right: -2px;
    }

    .scalpSportPoint span::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 7px solid #000000;
        border-bottom: 4px solid transparent;
        position: absolute;
        right: -2px;
        top: -5px;
    }

.BG_lightBlue_mob {
    background-color: #dffaff;
}

.legWishCheckBox label {
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .scalfutureOption em {
        width: 1px;
        background-color: #000000;
        height: 18px;
        top: auto;
        bottom: -18px;
        right: 50%;
        margin-right: -1px;
    }

    .scalpSportPoint span {
        right: 50%;
        display: block;
        width: 200px;
        height: 40px;
        border: 1px solid #000000;
        border-bottom: 0;
        top: 60px;
        bottom: 0;
        margin-right: -100px;
    }

        .scalpSportPoint span::before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: auto;
            right: -4px;
            bottom: -6px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 7px solid #000000;
        }

        .scalpSportPoint span::after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            right: auto;
            top: auto;
            left: -4px;
            bottom: -6px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 7px solid #000000;
        }

    .flex_container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .flex_child {
        box-sizing: border-box;
        width: calc(100% / 3);
    }

    .square {
        flex: 1 1 100%;
    }

    .rect {
        flex: 1 1 47%;
    }
}

@media only screen and (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

.fs-lg-6 {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 1440px) {
    .timeline-item h5 {
        font-size: 0.9rem;
    }
}

.timeline-item label {
    font-size: 0.85rem !important;
    font-weight: normal !important;
}

@media screen and (max-width: 768px) {
    .timeline-item .btn-group label {
        font-size: 0.7rem !important;
    }
}

.scalping_condition .btn-group > .btn,
.scalping_parameters .btn-group > .btn {
    /* padding: 8px 10px; */
    line-height: 1.7;
}

.calping_param .btn-group .btn {
    line-height: 2;
}

.timeline-item .search_type label {
    font-size: 0.8rem !important;
}

@media screen and (max-width: 768px) {
    .calping_param .v-line {
        content: none !important;
    }
}

/*--------------------------------------------------------------
# Equity dashbord live baskets
--------------------------------------------------------------*/
.nav-pills.liveBasket-nav .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--blue-dark);
}

.nav-pills.liveBasket-nav .nav-link {
    background-color: var(--gray-light);
    text-transform: uppercase;
}

#stocks_performance_wrapper .row:first-child {
    display: none;
}

#stocks_performance_wrapper .row.mt-2 {
    margin-top: 0 !important;
}

.fs-lg-6 {
    font-size: 0.8em;
}

/* .dataTable colgroup{
  display: none;
} */
@media only screen and (max-width: 992px) {
    .fs-7 {
        font-size: 0.75rem;
    }

    .fs-sm-7 {
        font-size: 0.6rem;
    }

    .scroll {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .scroll::-webkit-scrollbar {
            display: none;
        }
}

/* @media only screen and (min-width: 992px) {
.legWishCheckBox{
  flex-direction: column ;
}

} */

/*--------------------------------------------------------------
# Mix basket
--------------------------------------------------------------*/
.multi-steps > li.is-active ~ li:before,
.multi-steps > li.is-active:before {
    content: " •";
    font-family: inherit;
    font-weight: 700;
    margin: 5px auto 8px;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: #23b24d;
}

.multi-steps > li.is-active ~ li:after,
.multi-steps > li.is-active:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .multi-steps > li {
        text-align: center;
        display: table-cell;
        position: relative;
        color: #23b24d;
        cursor: pointer;
        /* Add cursor pointer */
    }

        .multi-steps > li:before {
            content: "•";
            display: block;
            margin: 10px auto 10px;
            background-color: transparent;
            width: 28px;
            height: 28px;
            line-height: 24px;
            text-align: center;
            font-weight: bold;
            font-size: 3rem;
            border-width: 0px;
            border-color: transparent;
            border-radius: 50%;
            position: relative;
            z-index: 1;
        }

        .multi-steps > li:after {
            content: "";
            height: 2px;
            width: 100%;
            background-color: #23b24d;
            position: absolute;
            top: 22px;
            left: 50%;
            z-index: 0;
        }

        .multi-steps > li:last-child:after {
            display: none;
        }

        .multi-steps > li.is-active:before {
            background-color: #fff;
            border-color: #23b24d;
        }

        .multi-steps > li.is-active ~ li {
            color: #808080;
        }

            .multi-steps > li.is-active ~ li:before {
                background-color: #ededed;
                border-color: #ededed;
            }

/*--------------------------------------------------------------
# landing post login
--------------------------------------------------------------*/




.BG_dashboard_img {
    background: url(../img/dashboard/dashboard-04.svg) no-repeat;
    background-position: left;
}

.bg-pattern\:bg-dot01 {
    position: relative;
}

    .bg-pattern\:bg-dot01::after,
    .bg-pattern\:bg-dot01::before {
        content: "";
        position: absolute;
        width: 35.76px;
        height: 18.54px;
        background-image: url(../img/dashboard/bg-dots-01.svg);
        background-repeat: repeat;
        background-size: contain;
    }

    .bg-pattern\:bg-dot01::after {
        top: 4px;
        right: 19px;
    }

    .bg-pattern\:bg-dot01::before {
        bottom: 5px;
        left: 26px;
    }

/*.postLogin_dashboard.owl-carousel button.owl-dot span {
    height: 9px !important;
    width: 9px !important;
}*/

/* option 01 */
.postLogin_dashboard .port_colour_01 {
    background-color: #F9D674;
}

.postLogin_dashboard .port_colour_02 {
    background-color: #AC98FF;
}

.postLogin_dashboard .port_colour_03 {
    background-color: #AAB275;
}

/* option 02 */
.postLogin_dashboard .port_colour_04 {
    background-color: #FFE59E;
}

.postLogin_dashboard .port_colour_05 {
    background-color: #CDE2B0;
}

.postLogin_dashboard .port_colour_06 {
    background-color: #D1D3F4;
}

.w-icon {
    /* max-width: 60px;
  max-height: 60px; */
    padding: 1rem;
}

@media screen and (max-width: 1440px) {
    .w-mobil {
        max-width: 130px;
    }
}

@media screen and (max-width: 1173px) {
    .quick_access .icon_name {
        font-size: 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .w-icon {
        padding: 0.7rem;
    }

    .quick_access .icon_name {
        font-size: 0.5rem;
    }

    .w-mobil {
        max-width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .w-icon {
        padding: 1rem;
    }

    .quick_access .icon_name {
        font-size: 0.7rem;
    }

    .w-mobil {
        max-width: 90px;
    }
}

.postLogin_videolink.owl-carousel button.owl-dot span {
    height: 9px !important;
    width: 9px !important;
}

/*--------------------------------------------------------------
# Strategy Scanner
--------------------------------------------------------------*/
#strategy_scanner_target.dataTable.table tbody > tr > td {
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Strategy Scanner
--------------------------------------------------------------*/
#strategy_scanner_target.dataTable.table tbody > tr > td {
    vertical-align: middle;
}


/*--------------------------------------------------------------
# automated bots
--------------------------------------------------------------*/
.cards {
    position: relative;
    width: 100%;
    /* min-height: 278px; */
    /* Adjust height as needed */
    perspective: 1000px;
}

.flip-card {
    min-height: 280px;
    perspective: 1000px;
}

@media screen and (max-width: 992px) {
    .flip-card {
        min-height: 238px;
    }
    /* .cards{
    min-height: auto;
  } */
}

.flip-card-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.cards.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    color: #ffffff;
    transform: rotateY(180deg);
}

#subscribe_model .table td:nth-child(2) {
    text-align: right;
}

.valid {
    margin-top: 5px;
    display: inline-block;
    padding: 1px 8px;
    background: #c7ffd2;
    font-size: 10px;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# subscription
--------------------------------------------------------------*/
[class^="ribbon-"] {
    position: relative;
    /* margin-bottom: 80px; */
}

    [class^="ribbon-"]:after {
        content: "";
        position: absolute;
    }

.ribbon-1 {
    position: absolute;
    background: #30b54b;
    top: 6px;
    left: -1px;
    font-size: 0.7rem;
    color: white;
}

    .ribbon-1:after {
        height: 0;
        width: 0;
        border-top: 9px solid #30b54b;
        border-bottom: 8px solid #30b54b;
        border-right: 8px solid transparent;
        bottom: 0px;
        right: -8px;
    }

.subscription_scheme .card {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #fff, #e7f2f7);
}

.card.selected {
    background: linear-gradient(#012b4e 0%, #003f70 100%);
}

    .card.selected h5 {
        color: white !important;
    }

.bullet_check ul {
    list-style-image: url(../img/Icon-feather-check.svg);
}

@media screen and (max-width: 768px) {
    .subscription_scheme h5 {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .subscription_scheme .valid {
        font-size: 9px;
    }
}

@media screen and (max-width: 355px) {
    .subscription_scheme h5 {
        font-size: 0.7rem;
        white-space: nowrap;
    }
}

/*--------------------------------------------------------------
# Margin Calc
--------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 1440px) {
    .margin_calc h5 {
        font-size: 0.9rem;
    }
}

/*--------------------------------------------------------------
# manual order modal popup
--------------------------------------------------------------*/
@media (min-width: 992px) {
    .manualorder_m.modal-lg,
    .modal-xl {
        --bs-modal-width: 98%;
    }
}

@media (min-width: 1200px) {
    .manualorder_m.modal-xl {
        --bs-modal-width: 98%;
    }
}

@media (min-width: 1440px) {
    .manualorder_m.modal-xxl {
        --bs-modal-width: 1320px;
    }
}

.manualorder_m .table thead tr th {
    font-size: 0.8rem;
}

/*--------------------------------------------------------------
# footer post login
--------------------------------------------------------------*/
.footer_wrap_post {
    margin-left: 80px;
    height: auto;
}

@media screen and (max-width: 992px) {
    .footer_wrap_post {
        margin-left: 0;
    }

    .footer_position {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    /* data table top space */
    #strastrategy_builder_datatable_wrapper .row:first-child,
    #strastrategy_builder_datatable_wrapper .row:last-child,
    #dashboard_orderbook_equity_wrapper .row:first-child,
    #dashboard_orderbook_future_wrapper .row:last-child,
    #dashboard_netposition_options_wrapper .row:first-child,
    #dashboard_netposition_options_wrapper .row:last-child,
    #dashboard_netposition_equity_wrapper .row:first-child,
    #dashboard_netposition_equity_wrapper .row:last-child,
    #edlb_live_basket_stocks_performance_wrapper .row:first-child,
    #edlb_live_basket_stocks_performance_wrapper .row:last-child,
    #tbl_auto_strategy_wrapper .row:first-child,
    #tbl_auto_strategy_wrapper .row:last-child,
    #tbl_market_watch_wrapper .row:first-child,
    #tbl_market_watch_wrapper .row:last-child,
    #netPosition_equity_wrapper .row:first-child,
    #netPosition_equity_wrapper .row:last-child,
    #netPosition_futureOption_wrapper .row:first-child,
    #netPosition_futureOption_wrapper .row:last-child,
    #strategy_scanner_target_wrapper .row:first-child,
    #strategy_scanner_target_wrapper .row:last-child,
    #strategy_scanner_direction_wrapper .row:first-child,
    #strategy_scanner_direction_wrapper .row:last-child {
        display: none;
    }
}


.h-res {
    height: 50%;
}

@media screen and (max-width:1440px) {
    .h-res {
        height: 51%;
    }
}

@media screen and (max-width:1024px) {
    .h-res {
        height: 47%;
    }
}

@media screen and (max-width:768px) {
    .h-res {
        height: auto;
    }

    .port_icon_label {
        padding-top: 10px;
    }
}



/*--------------------------------------------------------------
# Net Position 02-12-24
--------------------------------------------------------------*/
/* custom select option */

.netPotion_tab_content .dropdown {
    position: relative;
    display: inline-block;
    /* left: 50px;
  top: 50px; */
}

.netPotion_tab_content .dropdown-menu > li > a {
    /* display: block; */
    padding: 3px 10px;
    clear: both;
    font-size: 0.8rem;
    /* font-weight: 400; */
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.btn .custom_caret {
    margin-left: 0;
}

.custom_caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/*--------------------------------------------------------------
# Technical Trading 21.01.25
--------------------------------------------------------------*/

.bgCondition-1 {
    background-color: #4c7c87 !important;
    color: white;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/></svg>');
}

.bgCondition-2 {
    background-color: #a15d5d !important;
    color: white;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/></svg>');
}

.heading-info {
    font-size: 0.8rem;
}

.link-hover {
    transition: box-shadow 0.3s;
}

    .link-hover:hover {
        box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
    }

/* div-table mobile */
.tec-table {
    display: table;
    width: 100%;
}

.tec-table-header {
    display: table-header-group;
    /*text-transform: uppercase;*/
    font-size: 0.8rem;
}

.tec-table-body {
    display: table-row-group;
}

.tec-table-row {
    /*display: table-row;*/

    padding: 0 8px;
    margin-bottom: 2px;
}

.row-type-2 {
    display: table-row;
}

.tec-table-header div,
.tec-table-row .css-col {
    display: table-cell;
    padding: 10px 5px;
}


.row-type-2 .css-col {
    /*background: var(--alice-blue);*/
    border-bottom: 2px solid #fff;
}


.tec-table-header div:first-child,
.tec-table-row .css-col:first-child {
    padding-left: 10px 10px !important;
}

.tec-table-row .rh {
    display: none;
}

.form-control:disabled,
.form-select:disabled {
    background-color: var(--bs-secondary-bg) !important;
    opacity: 1;
}

.mx-width84 {
    max-width: 84px;
}

#dropdownButton.dropdown-toggle::after {
    content: "" !important;
    position: absolute;
    right: 10px;
    top: 14px;
}

.save-template a.dropdown-item {
    font-size: small !important;
}

    .save-template a.dropdown-item span {
        color: var(--gray-light);
    }

        .save-template a.dropdown-item span:hover {
            color: var(--red01);
        }

.tec-table-row .css-col:before {
    content: attr(data-header) !important;
    float: initial;
    display: block;
    padding-bottom: 3px;
    /*text-align: center;*/
}

.row-type-2 .css-col:before {
    float: left;
}

.tec-table-row .css-col:before {
    width: 100% !important;
}


.tec-table-row .hd-none.css-col:before {
    content: none !important;
}

/*timeline 20-02-25*/
.tec_timeline {
    counter-reset: Number 0;
    position: relative;
    padding-left: 0;
}

    .tec_timeline li {
        list-style: none;
        width: 100%;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8rem;
    }

        .tec_timeline li:before {
            counter-increment: Number;
            content: counter(Number);
            width: 50px;
            height: 50px;
            position: relative;
            z-index: 2;
            border-radius: 50%;
            display: block;
            text-align: center;
            line-height: 50px;
            margin: 0 auto 10px auto;
            background: var(--green02);
            color: #000;
            font-size: 1rem;
        }

        .tec_timeline li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            border-bottom: 2px dashed #c9c9c9;
            top: 25px;
            left: -45%;
            z-index: 0;
        }

@media only screen and (max-width: 991px) {
    /*.tec_timeline li:after {
    left: -40% !important;
  }*/
    .tec_timeline li {
        font-size: 0.6rem;
    }
}

.tec_timeline li:first-child:after {
    content: none;
}

li.skyBlueLight-1::before {
    background: var(--sky-blue-light);
}

li.banana-2::before {
    background: var(--bananaBG);
}

li.red-extraLight-3::before {
    background: var(--red-extraLight);
}

li.lavender-4:before {
    background: var(--lavenderBG);
}


@media only screen and (max-width: 768px) {
    /* .tec-table-body {
      display: flex;
  } */
    .save-template .dropdown-menu {
        width: 100%;
    }

    .mx-width84 {
        max-width: 100% !important;
    }

    .tec-table-row {
        /* background: var(--alice-blue); */
        border-radius: 10px;
        display: block;
        margin-bottom: 10px;
        padding: 8px;
    }

        .tec-table-row .css-col {
            display: flex;
            /* display: table-cell; */
            padding: 5px 5px;
            align-items: center;
            width: 100%;
            border-bottom: 0px solid #fff;
        }

        .tec-table-row .hd-none.css-col:before {
            content: attr(data-header) !important;
            text-align: center;
        }

    /*.tec-table-row .css-col:before {
                content: attr(data-header) !important;
                float: left;*/
    /* width: 50%; */
    /*display: block;
                text-align: center;
            }

            .tec-table-row .css-col:before {
                width: 100% !important;
                content: none;
            }*/

    .tec-table-header {
        display: none !important;
    }

    .tec-table-row .rh {
        display: block !important;
        font-weight: 600;
        /* background: #ccc; */
    }

    .tec-table-row .rh {
        position: relative;
    }

        .tec-table-row .rh.active ~ .css-col {
            display: inline-flex;
        }

    .tec-table-row .rh {
        position: relative;
    }

        .tec-table-row .rh ~ .css-col {
            display: none;
        }

    .entryTrade .tec-table-row .css-col.mob_d {
        display: table-cell;
        width: auto;
    }

    .entryTrade .tec-table-row .css-col {
        padding: 5px 5px;
    }

        .entryTrade .tec-table-row .css-col.mob_d::before {
            padding-bottom: 4px;
            width: 100%;
        }

        .entryTrade .tec-table-row .css-col.mob_d_2 {
            width: 50%;
            float: left;
            display: flex;
        }

        .entryTrade .tec-table-row .css-col.mob_d2 {
            display: inline-block;
            width: 49%;
            text-align: center;
        }

        .entryTrade .tec-table-row .css-col.mob_d3 {
            display: inline-block;
            width: 32.5%;
            text-align: center;
        }

        .entryTrade .tec-table-row .css-col.mob_d3_25 {
            width: 25%;
        }

        .entryTrade .tec-table-row .css-col.mob_d3_46 {
            width: 46%;
        }

    .op-adje {
        padding: 0.56rem 0.5rem !important;
    }

    .exitTrade .tec-table-row .css-col.mob_d3 {
        display: inline-block;
        width: 32.5%;
        text-align: center;
    }

    .entryTrade .m_hide,
    .exitTrade .m_hide {
        display: none !important;
    }

    .entryTrade .v-line::after,
    .defineTime .v-line::after {
        content: none;
    }
}





/* 20.05.25 */
/* tradingView */
.hover-dropdown:hover .dropdown-menu {
    display: block;
}

.hover-dropdown .dropdown-menu {
    margin-top: 0;
    display: none;
    font-size: 0.8rem;
    min-width: 320px;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .toggleContMobile {
        display: none;
    }
}

.chart-area {
    min-height: 400px;
}

    .chart-area iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/*.watchlist-panel {
    width: 365px;*/
/* background-color: var(--alice-blue); */
/*background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}*/


.watchlist-panel {
    position: relative;
    border-left: 1px solid #ccc;
    width: 365px;
    /* background-color: var(--alice-blue); */
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


@media (max-width: 768px) {
    .watchlist-panel {
        position: absolute;
        right: 50px;
        height: 100%;
        z-index: 20;
        width: 276px;
    }
}

@media screen and (max-width: 992px) {
    .watchlist-panel {
        position: absolute;
        right: 50px;
        height: 100%;
        z-index: 20;
    }
}

.toggle-controlar {
    width: 50px;
}

@media screen and (max-width: 768px) {
    .toggle-controlar {
        display: none;
    }
}

.toggle-controlar a i {
    font-size: 1.3rem !important;
}

.toggle-controlar a.active i {
    color: #0d6efd !important;
}

/* tradingView table */


/*.responsive-table {
    overflow-x: auto;
    max-height: 300px;
}

@media screen and (max-width: 768px) {
    .responsive-table {
        max-height: 195px;
    }
}

.custom-table-row {
    display: flex;*/
/* border-bottom: 1px solid #dee2e6; */
/*padding: 0.7rem 0;
    border-radius: 5px;
}

.custom-table-cell {
    flex: 1;
    padding: 0 0.5rem;
    white-space: nowrap;
    cursor: pointer;
}

.custom-table-header .custom-table-cell {
    cursor: default !important;
}

.custom-table-row .custom-table-cell:nth-child(2),
.custom-table-row .custom-table-cell:nth-child(3) {
    text-align: right;
}

.custom-table-header {
    font-weight: bold;*/
/* background-color: #f8f9fa; */
/*}

.custom-table-row.active {
    background-color: #ffffff;
    border: 1px solid #0d6efd;
}*/


/*New css for the delete icon of tt-chat*/
.responsive-table {
    overflow-x: auto;
    max-height: 289px;
}

@media screen and (max-width: 768px) {
    .responsive-table {
        max-height: 195px;
    }
}

.custom-table-row {
    display: flex;
    padding: 0.7rem 0;
    border-radius: 5px;
    align-items: center;
    border: 1px solid transparent;
}

.custom-table-cell {
    flex: 1;
    padding: 0 0.5rem;
    white-space: nowrap;
    cursor: pointer;
}

.custom-table-header .custom-table-cell {
    cursor: default !important;
}

.custom-table-row .custom-table-cell:nth-child(2),
.custom-table-row .custom-table-cell:nth-child(3) {
    text-align: right;
}

.custom-table-header {
    font-weight: bold;
}

.custom-table-row.active {
    background-color: #f8f9fa;
    border: 1px solid #0d6efd;
}

/* Delete button styling */
.delete-cell {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.delete-btn {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 3px;
    transition: all 0.2s ease;
    font-size: 0.85rem;
    opacity: 0.7;
}

    .delete-btn:hover {
        background-color: #dc3545;
        color: white;
        opacity: 1;
        transform: scale(1.1);
    }

/* Hide delete icon in header */
.custom-table-header .delete-cell {
    opacity: 0;
    pointer-events: none;
}

/* Hover effect for rows */
.custom-table-row:not(.custom-table-header):hover {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

    .custom-table-row:not(.custom-table-header):hover .delete-btn {
        opacity: 1;
    }

/* Mobile responsiveness improvements */
@media screen and (max-width: 576px) {
    .custom-table-cell {
        /* font-size: 0.8rem; */
        padding: 0 0.3rem;
    }

    .delete-cell {
        flex: 0 0 33px !important;
    }

    .delete-btn {
        font-size: 0.75rem;
        padding: 3px 5px;
    }
}



/*---------------------------------------*/


@media screen and (max-width: 768px) {
    .watchlist-panel {
        display: none;
    }
}


/* watchlist detail */
.watchlist-detail {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

    .watchlist-detail.active {
        opacity: 1;
        max-height: 250px; /* adjust as needed */
        pointer-events: auto;
    }

.price-info {
    font-size: 1.5rem;
    /* font-weight: bold; */
}

.price-change {
    font-size: 1.25rem;
    /* font-weight: 500; */
}

@media screen and (max-width: 768px) {
    .price-info {
        font-size: 1.1rem;
    }

    .price-change {
        font-size: .8rem;
    }

    .m_text input, .m_text a {
        font-size: 0.6rem !important;
    }

    .m_text a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.percentage {
    font-size: .8rem;
}

.range-bar {
    height: 4px;
    background: linear-gradient(to right, green, red);
    position: relative;
    margin-top: 0.25rem;
    margin-bottom: 10px;
}

.range-indicator {
    position: absolute;
    transform: translateX(-50%);
    top: 4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
}

.fullHight {
    min-height: 620px;
    height: calc(100vh - 191px);
}

@media screen and (max-width: 768px) {
    .fullHight {
        min-height: 495px;
        height: calc(100vh - 250px);
    }
}
