
body {
    font-family: "Mitr", sans-serif;
}

a {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #404e67;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary {
    border-color: !important;
    background-color: #6c757d !important;
    color: #FFFFFF;
}

.card {
    margin-bottom: 1.875rem;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

    .card .card-title {
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.05rem;
        font-size: 1.12rem;
    }

.heading-elements, .card-header .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 20px;
    right: 21px;
}

.cust-table-wrapper {
    margin-top: -22px
}

    .cust-table-wrapper ul li {
        padding: 0px 0px !important;
        background-color: rgb(241, 248, 245);
        border: none !important;
    }

.btn-primary {
    border-color: !important;
    background-color: #00b5b8 !important;
    color: #FFFFFF;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }
.d-flex {
    display: flex
}

.container {
    width: 1778px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.cust-table-wrapper ul {
    margin-bottom: 11px;
    list-style: none;
    padding-left: 0px
}

.text-gray {
    color: #757575 !important
}

.switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 30px;
    margin-bottom: 0px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 6px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2699FB
}

input:focus + .slider {
    box-shadow: 0 0 1px #2699FB;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.investech-header {
    margin-bottom: 10px;
}

.cust-lett-sp {
    letter-spacing: -0.38px;
}

.table td, .table th {
    vertical-align: middle !important;
}

.text-blue {
    color: #2680EB !important
}

.custom-tabs {
    padding: 13px 66px !important;
    border: 1px solid #D6D8DA;
    background-color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 30px;
    color: #5B5B5B !important;
    font-weight: bold;
}

.nav-item i, .quick-update i {
    color: #00000029
}

.custom-tabs.active {
    background: #F4F4FC 0% 0% no-repeat padding-box;
    box-shadow: -1px -4px 6px #00000059;
}

.sfgc-table {
    margin-bottom: 0px
}

    .sfgc-table th {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #5B5B5B;
        background: #F4F4FC 0% 0% no-repeat padding-box;
        padding: 13px 16px;
    }

    .sfgc-table tbody tr td {
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: 0px;
        color: #919191;
        padding: 13px 20px;
    }

    .sfgc-table tbody tr .profit-td b {
        color: #468D2B !important;
        background-color: #EEFFE8 !important;
        padding: 3px 10px !important;
        border-radius: 4px !important;
        border: 1px solid #468D2B !important
    }

    .sfgc-table tbody tr .loss-td b {
        color: #8D2B2B !important;
        background-color: #FFE2E2 !important;
        border: 1px solid #8D2B2B !important;
        padding: 3px 10px !important;
        border-radius: 4px !important;
    }

.quick-update div:nth-child(2) {
    padding: 8px 30px;
    background: #F4F4FC 0% 0% no-repeat padding-box;
    border: 1px solid #D3D3D9;
    border-radius: 8px;
    cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link {
    padding: 8px 66px !important;
    border: 1px solid #D6D8DA !important;
    background-color: white !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 30px !important;
}

.nav-tabs .nav-link.active {
    background: #F4F4FC 0% 0% no-repeat padding-box !important;
    box-shadow: -1px -4px 6px #00000059 !important;
}

.nav-tabs {
    border-bottom: none !important
}

.quick-update img {
    position: absolute;
    top: 7px;
    left: 28px
}

.setting-btn {
    font-size: 34px
}

.trading-div {
    min-width: 53%;
    padding: 0px 16px;
}
    .trading-div:nth-child(1){
        border-right:1px solid #5B5B5B;

    }
    .trading-div p {
        font-size: 14px;
        line-height: 21px;
        color: #919191
    }


    .trading-div h5 {
        font-weight: bold;
    }

.trading-div .subhead-green {
    color: #468D2B;
}

.trading-div .subhead-red {
    color: #8D2B2B;
}

.buy-blue-btn {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 19px;
    color: #1077CF;
    background-color: #D6ECFF;
    border: 1px solid #1077CF
}

.sell-red-btn {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 19px;
    color: #8D2B2B;
    background-color: #FFE2E2;
    border: 1px solid #8D2B2B
}

.company-custom-td {
    font-size: 20px !important;
    line-height: 26px !important;
    color: #DF6800 !important;
}



    .company-custom-td p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

        .company-custom-td p.profit {
            color: #468D2B;
        }

        .company-custom-td p.loss {
            color: #8D2B2B;
        }

.cust-card-title {
    color: #5B5B5B !important;
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 0px !important
}

.sl-setting-row ] {
    padding: 15px 10px;
}

.sl-setting-row.br-right div, .sl-setting-row.br-right h3 {
    border-right: 1px solid #D3D3D9;
    padding: 12px 15px
}

.cust-modal-header h4 {
    font-size: 20px;
    line-height: 26px;
    color: #DF6800;
}

.cust-modal-header {
    background-color: #F4F4FC
}

.br-btm {
    border-bottom: 1px solid #D3D3D9;
}

.cust-blue-btn {
    padding: 5px 23px;
    background-color: #1077CF !important;
    color: white;
    font-size: 21px;
    line-height: 28px
}

.cust-red-btn {
    padding: 5px 23px;
    background-color: #BF3A3A !important;
    color: white;
    font-size: 21px;
    line-height: 28px
}
/*  font-classes */
.fs-13 {
    font-size: 13px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-26 {
    font-size: 26px;
}

.lh-18 {
    line-height: 18px;
}

.lh-22 {
    line-height: 22px;
}

.lh-35 {
    line-height: 35px
}



.mobile-otp-wrapper .form-group input {
    width: 70px;
    height: 70px;
    border: 2px solid black;
    border-radius: 12px !important;
}

.mobile-otp-group input:focus {
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 2px solid #2c7dd1 !important;
    border-radius: 12px !important;
    outline: none !important;
}



.mobile-otp-wrapper h1 {
    text-align: center;
    color: #0E1E2F;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
}

.mobile-otp-wrapper label {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
    color: #0E1E2F;
    font-weight: 500;
}

.form-header img {
    height: 40px;
    width: 60px
}

.mobile-otp-wrapper p {
    color: #0E1E2F;
    font-size: 30px;
    line-height: 42px
}

.invstech-login-btn {
    padding: 10px 30px;
    color: white;
    font-size: 22px;
    background-color: #2c7dd1;
    border-radius: 12px;
}

.btn-login {
    color: white;
    font-size: 16px;
    line-height: 20px;
    background-color: blue;
    padding: 5px 15px;
    box-shadow: 0px 3px 6px blue !important;
    border-radius: 5px
}


.box {
    position: relative;
    width: 575px;
    height: 470px;
    background: #1c1c1c;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px
}

    .box.authenticate-box {
        height: 382px;
    }
    .box.authenticate-box.angelone {
        height: 474px;
    }
    .box::before {
        content: "";
        position: absolute;
        width: 575px;
        height: 500px;
        top: -50%;
        left: -50%;
        background: linear-gradient( 0deg, transparent, transparent, #45f3ff, #45f3ff, #45f3ff );
        z-index: 1;
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
    }

    .box::after {
        content: "";
        position: absolute;
        width: 575px;
        height: 500px;
        top: -50%;
        left: -50%;
        background: linear-gradient( 0deg, transparent, transparent, #ffff00, #ffff00, #ffff00 );
        z-index: 1;
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
        animation-delay: -3s;
    }

.borderLine {
    position: absolute;
    top: 0;
    inset: 0;
}

    .borderLine::before {
        content: "";
        position: absolute;
        width: 575px;
        height: 500px;
        top: -50%;
        left: -50%;
        background: linear-gradient( 0deg, transparent, transparent, #fc0f8d, #fc0f8d, #fc0f8d );
        z-index: 1;
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
    }



@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.box form {
    position: absolute;
    inset: 4px;
    background: #222;
    padding: 35px 20px;
    border-radius: 18px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

    .box form h1 {
        color: #fff;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.1em;
    }
    .box form label {
        color: #fff;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.1em;
    }
.inputBox input {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 5px;
}

.inputBox label {
    font-size: 20px;
    line-height: 24px;
    color: white;
}

.form-section {
    background-color: #b5b6bf;
    height: 100vh
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.copy-right span {
    font-size: 22px;
    line-height: 28px;
    color: #fff !important;
    padding: 9px 0px;
    width: 100%;
    display: block;
    background-color: #131314;
    text-align: center
}

.search-list {
    bottom: -66px;
    width: 95%;
    height: 0px;
    overflow: hidden;
}

    .search-list.active {
        /* bottom: -77px; */
        width: 93%;
        overflow-y: scroll;
        height: 265px;
        top: 39px;
        border: 1px solid #2699FB;
        z-index: 99;
    }

    .search-list ul {
        background-color: white;
    }

    .search-list li {
        padding: 15px;
        border-bottom: 1px solid #D3D3D9;
        cursor: pointer;
        display: flex;
    }



    .search-list ul li .search-list-left p {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0px;
        color: #DF6800;
        margin-bottom: 0px
    }

.search-list-right {
    font-size: 16px;
    line-height: 21px;
    padding: 0px !important;
    background: none !important;
    border: none !important;
    border-radius: 0px !important
}

    .search-list-right p {
        margin-bottom: 0px;
        margin-right: 20px
    }

.search-list-left .profit {
    color: #468D2B;
}

search-list-left .loss {
    caret-color: #8D2B2B
}

.plus-div {
    color: white;
    background: #2699FB 0% 0% no-repeat padding-box !important;
    font-size: 22px;
    width: 20px;
    height: 20px;
    padding: 0px 4px !important;
    border: none !important;
    border-radius: 50% !important;
}


.borker-header {
    padding: 15px 0px;
    background-color: #F1F8F5;
}

.broker-list-wrapper {
    margin-top: 40px
}

.broker-list-item {
    padding: 10px 15px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D3D3D9;
}

    .broker-list-item p {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 0px !important
    }

.borker-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.sfgc-table tbody tr td .text-success {
    font-size: 12px !important;
    line-height: 21px !important;
    color: #2699FB !important;
}



@media screen and (max-width: 1440px) {
    .sfgc-table th {
        font-size: 13px;
        line-height: 20px;
        padding: 13px 10px;
    }

    .sfgc-table tbody tr td {
        font-size: 11px;
        line-height: 20px;
        padding: 13px 16px;
    }

    .custom-tabs {
        padding: 8px 25px !important;
        font-size: 15px;
    }

    .setting-btn {
        font-size: 22px;
    }

    .cust-table-wrapper ul {
        margin-bottom: 5px;
        list-style: none;
        padding-left: 0px
    }

    .cust-table-wrapper {
        margin-top: 10px
    }

    .mobile-otp-wrapper {
        max-width: 550px;
        padding: 25px 15px;
    }

        .mobile-otp-wrapper .form-group input {
            height: 55px;
            width: 55px;
            border: 2px solid black;
            border-radius: 12px !important;
        }

        .mobile-otp-wrapper label {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 12px;
            color: #0E1E2F;
            font-weight: 500;
        }

        .mobile-otp-wrapper h1 {
            text-align: center;
            color: #0E1E2F;
            font-size: 37px;
            line-height: 38px;
            font-weight: 600;
        }

    .form-header img {
        height: 40px;
        width: 43px;
    }

    .box {
        width: 500px;
        height: 400px;
    }

        .box::before {
            width: 500px;
            height: 400px;
        }

        .box::after {
            width: 500px;
            height: 400px;
        }

    .inputBox input {
        padding: 10px;
    }

    .box form h1 {
        font-size: 28px;
        line-height: 34px
    }
}

.scr-read-input {
    height: 35px !important;
    width: 99px
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropbtn {
    width: 100%;
    background-color: white;
    color: black;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropbtn::after {
        content: '\25BC';
        font-size: 12px;
        margin-left: auto;
    }

.dropbtn:hover, .dropbtn:focus {
        border-color: #888;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.dropdown-content ul li {
            padding: 0px 8px;
        }

.dropdown-content ul li label {
                display: flex;
                align-items: center;
            }

.dropdown-content ul li label input[type="checkbox"] {
                    margin-right: 10px;
                }

.dropdown-content ul li:hover {
                background-color: #f1f1f1;
            }

.height-250 {
    height: 250px !important;
}

.scroll-example {
    padding: 0.5rem;
    position: relative;
    border: 2px solid #d3dce9;
    overflow: auto;
}
.confidence-select{
    position:relative
}
.confidence-select::after {
    position: absolute;
    content: url(/images/caret.png);
        right: 4px;
        top: 52%;
        z-index: 999;
        transform: translateY(-50%);
}



.md-date {
    color: #2d8cc3 !important;
    display: block;
    margin-bottom: 8px;
    font-size: 19px;
    font-family: "Poppins", sans-serif;
    text-shadow: 0px 2px 15px #00000029;
    /* font-family: 'Font Name', serif; */
    font-weight: 500;
}

.backtest-head {
    color: #d94e4e;
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-shadow: 0px 2px 15px #00000029;
    /* font-family: 'Font Name', serif; */
    font-weight: 500;
}