/**
* Author: Sukanta Sen
* License: https://modernalgos.com
*/

:root {
    --pastel-green: #E1F6F1;
    --greenBGSB: #30b54b;
    --blueBG: #ADD8E6;
    --dark: #221f20;
    --gray: #73787e;
    --gray-dark: #575757;
    --gray-light: #ccc;
    --silver: #F6F6F6;
    --white-smoke: #f5f5f5;
    --blue-dark: #012b4e;
    --blue: #095a9e;
    --sky-blue: #94ceff;
    --violet: #6473f9;
    --dark-violet: #3504AB;
    --lavender-blue: #D2DAFF;
    --pastel-lilac: #D0D1E9;
    --lavender-blue2: #E4EDFC;
    --green: #30b54b;
    --green-light: #8dffa4;
    --green02: #00ab22;
    --green03: #7bfe24;
    --green-extraLight: #EFFCF2;
    --limeBG: #f8ffd5;
    --avocado-light: #E3E2C8;
    --light: #e6f1f7;
    --alice-blue: #f4f7ff;
    --ice-blue: #C6EFEF;
    --red: #FF3535;
    --red-light1: #FF6565;
    --red01: #cb0000;
    --red02: #ff8181;
    --red-light: #ffcccc;
    --red-extraLight: #FFEFEF;
    --lightBG: #f7f7f7;
    --orange: #F4B545;
    --Yellow-light: #f2e2aa;
    --bananaBG: #fff7e1;
    --lavenderBG: #e2e4ff;
    --lavender-light: #E6D8E2;
    --llueZirconBG: #c6ffff;
    --sky-blue-light: #E8F7FA;
    --silica-dream: #E0DCDC;
    --light-pastel-green: #DFF6F0;
    --dull-pastel-green: #E4EBE6;
    --magnolia: #F9F1FF;
    /* landing page post login */

    --bg-color01: #F3F1FF;
    --bg-color02: #F1FDFF;
    --bg-color03: #FFF8F1;
    --colour04: #e7e7e7;
    --bold: bold;
    --medium: 500;
    --font-opensans: 'Open Sans', sans-serif;
    --font-poppins: Poppins, sans-serif;
    --font-raleway: Raleway, sans-serif;
    --font-monospace: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --font-varela-round: 'Varela Round', sans-serif
}

/***Scrollbar common***/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 5px;
    }

::-webkit-scrollbar-thumb {
    background-color: var(--blue-dark);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.scrolling_X {
    overflow-x: scroll;
    overflow-y: inherit;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: var(--font-poppins);
    color: var(--dark);
    font-size: 0.8rem;
    overflow-x: hidden !important;
}

.mob_bottom,
.mob_text {
    display: none;
}

body,
.btn,
.form-select, .form-select-sm,
.timeline-item label,
.input-group .input-group-text,
.Profile_page .table td,
.form-check .fs-ip,
.scalping .fs-ip,
.w-picks .dropdown-menu {
    font-size: 0.8rem !important;
}




.sub-heading {
    font-size: 0.8rem;
}

*:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea:focus,
input:focus,
select:focus input[type=submit]:focus {
    outline: none !important;
}


@media screen and (max-width: 768px) {

    body,
    .btn,
    .form-select, .form-select-sm,
    .form-control,
    .timeline-item label,
    .Profile_page .table td,
    .form-check .fs-ip,
    .scalping .fs-ip,
    .w-picks .dropdown-menu {
        font-size: 0.7rem !important;
    }

    .timeline-item .btn-group-sm label, .timeline-item .form-select-sm label {
        font-size: 0.7rem !important;
    }

    .sub-heading {
        font-size: 0.7rem;
    }

    .form-select {
        padding: 0.6rem 0.6rem;
        padding-right: 25px;
    }
    /* .input-group .input-group-text{
    font-size: 0.8rem !important;
  } */
    .mob_bottom,
    .mob_text {
        display: block;
    }

    /* .form-select, .form-control{
  height: 31px !important;
} */
    .input-group-text {
        line-height: 1.3;
    }

    .sec_heading h1 {
        font-size: 2rem;
    }

    .form-check-input {
        margin-right: 3px;
        height: 13px;
        width: 13px;
        /* width: 1.5em;
    height: 1.5em; */
    }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {

    body,
    .btn,
    .form-select, .form-select-sm,
    .timeline-item label,
    .input-group .input-group-text,
    .Profile_page .table td,
    .form-check .fs-ip,
    .scalping .fs-ip,
    .w-picks .dropdown-menu {
        font-size: 0.8rem !important;
    }

    .timeline-item .btn-group-sm label, .timeline-item .form-select-sm label {
        font-size: 0.8rem !important;
    }

    .timeline-item .btn-group label {
        font-size: 0.8rem !important;
    }

    .form-select, .form-control {
        padding: 0.54rem 0.54rem !important;
    }

    .sub-heading {
        font-size: 0.8rem;
    }
    /* .form-select, .form-control{
    height: 32px !important;
  } */
    .input-group-text {
        line-height: 1.3;
    }

    .sec_heading h1 {
        font-size: 2.5rem;
    }
}

a {
    color: var(--blue);
    text-decoration: none;
}

    a:hover {
        color: #469fdf;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-poppins);
}

h5 {
    font-size: 1rem;
}

.fs-7 {
    font-size: 0.7rem !important;
}

@media only screen and (min-width: 992px) {
    .fs-md-normal {
        font-size: inherit !important;
    }
}

.text-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* FF 4-18 */
::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* FF 19-51 */
:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* IE 10+ */
::placeholder {
    opacity: 1;
    transition: opacity 0.5s;
}

/* Modern Browsers */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
    opacity: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Modern Browsers */

.b-gray {
    border-color: var(--gray) !important;
}

.border-orange {
    border-color: var(--orange);
}



textarea:focus,
input:focus,
select {
    outline: none;
}

.form-control {
    font-size: 0.8rem;
    padding: 0.65rem 0.65rem;
    line-height: 1.42857143;
}

/* @media only screen and (max-width: 992px) {
  .input-group-text {
    padding: .375rem .15rem;
  }
  
} */

/* .form-control, .form-select  */
.form-select {
    display: block;
    width: 100%;
    /* height: 40px; */
    /* padding: 10px 12px; */
    padding: 0.65rem 0.65rem;
    padding-right: 25px !important;
    font-size: 0.8rem;
    line-height: 1.42857143;
    color: #555;
    background-size: 10px 12px;
    background-position: right .52rem center;
    /* background-color: #fff; */
    /* background-image: none; */
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus,
    .form-select:focus {
        background-color: transparent;
        border-color: #ced4da;
        /* Change to your desired border color */
        outline: 0;
        /* Remove the default outline */
        /* box-shadow: none; */
    }

@media only screen and (max-width: 992px) {
    .form-select {
        /* padding: .75rem .75rem; */
        padding-right: 25px;
    }
}

.input-group > .form-control-sm {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group-sm .input-group-text,
.input-group-sm .form-control {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
    height: 30px !important
}


.form-select-sm {
    padding-right: 8px !important;
    padding-top: .45rem;
    padding-bottom: .45rem;
}



/* .form-control-sm{
  height: 36px;
} */

/* input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: var(--font-raleway) !important;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  background-color: var(--blue-dark);
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
  border: 2px solid var(--blue) !important;
} */
/* .btn-group-sm>.btn, .btn-sm {
  padding: 8px 12px !important;
  font-size: 12px !important;
  border-radius: 4px !important; 
} */
/* .btn-group[aria-label="toggle"] .btn.btn-sm{
  padding: 4px 12px !important;
} */
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    /* background-color: var(--blue); */
    /* color: #fff !important; */
    text-decoration: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: textfield !important;
    margin: 0;
}

/* .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
} */

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield !important;
}

/* disabled button */
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    /* color: var(--bs-btn-disabled-color); */
    /* pointer-events: none; */
    background-color: var(--dark);
    border-color: var(--dark);
    /* opacity: var(--bs-btn-disabled-opacity); */
}




.full_width {
    width: 100%;
}

.text-left {
    text-align: left;
}

.radius24 {
    border-radius: 24px !important;
}

.radius20 {
    border-radius: 20px !important;
}

@media(max-width:768px) {
    small {
        font-size: 11px;
    }

    .radius8 {
        border-radius: 8px !important;
    }
}

/* #heroImg-01{
  background: url(../img/json_icon/money.gif);
} */
/*------------------------------
 background color 
 ---------------------------*/

.pastelGreen {
    background-color: var(--pastel-green)
}

.darkBG {
    background-color: var(--dark);
}

.lightBG {
    background-color: var(--light);
}

.whiteSmokeBG {
    background-color: var(--white-smoke);
}

.silverBG {
    background-color: var(--silver);
}

.aliceBlue {
    background-color: var(--alice-blue) !important;
}

.ice-blue {
    background-color: var(--ice-blue);
}

.pastel-lilac {
    background-color: var(--pastel-lilac);
}

.whiteBG {
    background-color: #fff !important;
}

.gray-lightBG {
    background-color: var(--gray-light) !important;
}

.green-SBBG {
    background-color: var(--greenBGSB) !important;
}

.aliceBlueRow {
    background-color: var(--alice-blue) !important;
}

.bananaBG {
    background-color: var(--bananaBG) !important;
}

.text-darkviolet {
    color: var(--dark-violet) !important;
}

.lavenderBG {
    background-color: var(--lavenderBG);
}

.lavender-blueBG {
    background-color: var(--lavender-blue);
}

.lavender-blueBG2 {
    background-color: var(--lavender-blue2);
}


.limeBG {
    background-color: var(--limeBG);
}

.orangeBG {
    background-color: var(--orange);
}

.llueZirconBG {
    background-color: var(--llueZirconBG) !important;
}

.greenBG {
    background-color: var(--green);
}

.greenLightBG {
    background-color: var(--green-light);
}

.yellowLightBG {
    background-color: var(--Yellow-light);
}

.lavenderLightBG {
    background-color: var(--lavender-light);
}

.skyBlueBG {
    background-color: var(--sky-blue);
}

.violetBG {
    background-color: var(--violet);
}

.skyBlueLightBG {
    background-color: var(--sky-blue-light) !important;
}

.avocadoLightBG {
    background-color: var(--avocado-light);
}

.silicaDream {
    background-color: var(--silica-dream);
}

.green-extraLightBG {
    background-color: var(--green-extraLight) !important;
}

.red-extraLightBG {
    background-color: var(--red-extraLight) !important;
}

.light-pastel-green {
    background-color: var(--light-pastel-green);
}

.dull-pastel-greenBG {
    background-color: var(--dull-pastel-green) !important;
}

.red-light {
    background-color: var(--red-light);
}

.blueBG2 {
    background-color: #56B0FF;
}

.orangeBG {
    background-color: #FFA200;
}

.lightRedBG {
    background-color: #F96C92;
}

.redBG-1 {
    background-color: #FFF6F6;
}

.magnoliaBG {
    background-color: var(--magnolia);
}

/* post login landing page */
/*.bgColor01 {
    background-color: var(--bg-color01);
}*/

.bgColor01 {
    /*background-color: #F3F1FF;*/
    background-color: #FFCCCB;
}

.bgColor02 {
    background-color: var(--bg-color02);
}

.bgColor03 {
    background-color: var(--bg-color03);
}

.buySellBG {
    background-color: var(--colour04);
}


.rowSpace {
    border-collapse: separate !important;
    border-spacing: 0 7px !important;
}

.rowSpace-1 {
    border-collapse: separate !important;
    border-spacing: 0 1px !important;
}







.form-group label {
    margin-bottom: 5px;
}

.link {
    cursor: pointer;
}

.note {
    font-size: 12px;
    color: var(--blue);
}

.note_input {
    font-size: 12px;
    color: var(--gray);
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--green);
    gap: var(--bs-nav-underline-gap);
}

    .nav-underline .nav-link.active,
    .nav-underline .show > .nav-link {
        font-weight: 600;
        color: var(--green);
        border-bottom: 2px solid var(--green);
    }

    .nav-underline .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

.nav-link {
    color: var(--gray-dark);
}

/*----------------------------
 containerHome 
-------------------------------*/

.containerHome-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containerHome-fluid {
    max-width: 970px;
}

@media only screen and (min-width: 1200px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1300px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1440px) {
    .containerHome-fluid {
        max-width: 1280px;
    }
}

@media screen and (min-width: 1600px) {
    .containerHome-fluid {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 992px) {
    .containerHome-fluid {
        max-width: 750px;
    }
}

/*----------------------------
text-color
-------------------------------*/
.textDark {
    color: var(--dark) !important;
}

.textSuccess {
    color: var(--green) !important;
}

.textDanger {
    color: var(--red);
}

.textDarkBlue {
    color: var(--blue-dark);
}



.textBlue {
    color: var(--blue) !important;
}

.texViolet {
    color: var(--violet);
}

.texGrayDark {
    color: var(--gray-dark);
}

.texGrayLight {
    color: var(--gray-light);
}

.textBlue2 {
    color: #56B0FF;
}



.textOrange {
    color: #FFA200;
}

.textWhite {
    color: white !important;
}

.textBlack {
    color: #000 !important;
}

input.textBlack:hover {
    color: #000 !important;
}

/*------------------------------
 background color 
 -------------------------------*/
.bgGray {
    background-color: #fafafa;
    /* background-image: linear-gradient(to bottom right, #FFFFFF, #EFEFEF); */
}

.bgGrayLight {
    background-color: var(--gray-light);
}

.bgWhite {
    background-color: white !important;
}

.h_data {
    height: 22vh;
    overflow-x: scroll;
    /* overflow-y: scroll; */
}

.strikebgcolor {
    background-color: #1ac47b !important;
    color: #fff;
}

.blue_bg {
    background-color: var(--blue-dark);
}

/*----------------------------
buttons 
-------------------------------*/
.btn-primary {
    color: #fff;
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.btn-secondary {
    color: #fff;
    background-color: var(--gray-dark);
    border-color: var(--gray-dark);
}

.btn-success {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.btn-lightBlue {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-white {
    color: var(--dark) !important;
    background-color: white !important;
}

    .btn-white:hover,
    .btn-white:active,
    .btn-white:focus {
        color: var(--dark) !important;
    }

.btn-lightBlue:hover,
.btn-lightBlue:active,
.btn-lightBlue:focus {
    color: #fff !important;
    background-color: #0070d1 !important;
}

.btn-violet {
    color: #fff;
    background-color: var(--violet);
    border-color: var(--violet);
}

    .btn-violet:hover {
        background-color: #3b4ff9;
        color: #fff;
    }

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.btn-outline-primary {
    border-color: var(--blue-dark);
    color: var(--gray);
}

/* .btn-group, .btn-group-vertical {
  background: var(--gray-light);
} */
.btn-group-xs > .btn,
.btn-xs {
    --bs-btn-padding-y: 0.1rem;
    --bs-btn-padding-x: 0.3rem;
    --bs-btn-font-size: 0.775rem;
    --bs-btn-border-radius: 0.25rem;
}

.btn-group-border-0 > .btn {
    /* border-width: 1px; */
    border: 0px solid #929292;
}

    .btn-group-border-0 > .btn:last-child {
        border-width: 0;
    }

/* .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
  border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
} */
.bc-blue-dark {
    border-color: var(--blue-dark);
}

.p35 {
    padding: 35px;
}

.valign_middle {
    display: table;
    width: 100%;
    min-height: 317px;
}

    .valign_middle > div {
        display: table-cell;
        vertical-align: middle;
    }

/* .sec_title{
  padding-bottom: 30px;
} */
.sec_title h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: var(--blue);
}

.v-line {
    position: relative;
}

    .v-line::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        border-left: 1px solid var(--light) !important;
    }

@media screen and (max-width: 768px) {
    .line-sm-none::after {
        content: none !important;
    }
}

@media screen and (max-width: 1171px) {
    .line-sm-none-1171x::after {
        content: none !important;
    }
}

.border-solid::after {
    border-left: 1px solid var(--light) !important;
}

.border-gray-dark::after {
    border-color: var(--gray-dark) !important;
}

@media screen and (max-width:992) {
    .v-line::after {
        content: none !important;
    }
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 70px;
    z-index: 996;
    background: #2487ce;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #3e9bdd;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header/top navigation
--------------------------------------------------------------*/


/*#header {
    transition: all 0.5s;
    background: #fff;
    z-index: 9999;
    padding: 15px 0;
    border-bottom: 1px solid #e6f2fb;
}

.logo img {
    max-height: 65px;
    transition: all 0.5s ease;
}

.headerFixScroll {

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030 !important;
    background-color: #fff !important;
}

    .headerFixScroll .logo img {
        max-height: 50px;
    }

@media (max-width: 992px) {
    .headerFixScroll .logo img {
        max-height: 50px;
    }

    .logo img {
        max-height: 43px;
        transition: all 0.5s ease;
    }
}*/


/*#header {
    transition: all 0.5s;
    background: #151941;
    z-index: 9999;
    padding: 15px 0;
    border-bottom: 0px solid #e6f2fb;
}

.logo img {
    max-height: 65px;
    transition: all 0.5s ease;
}*/

#header {
    transition: all 0.5s;
    background: #ecf2ff;
    z-index: 9999;
    padding: 15px 0;
    border-bottom: 0px solid #e6f2fb;
}

.logo img {
    max-height: 48px;
    transition: all 0.5s ease;
}


.headerFixScroll {
    /* border-color: #dee2e6; */
    /* border-bottom: 1px solid #e6f2fb; */
    /* box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08); */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030 !important;
    background: #fff !important;
}

#header.headerFixScroll {
    padding: 5px 0;
}

#header .nav-link {
    /*    color: white;*/
    color: rgb(18, 19, 20);
}

#header.headerFixScroll .nav-link {
    color: #6a7582;
}

.headerFixScroll .logo img {
    max-height: 50px;
}

@media (max-width: 992px) {

    #header .nav-link {
        color: #6a7582;
    }

    .headerFixScroll .logo img {
        max-height: 40px;
    }

    .logo img {
        /*max-height: 50px;*/
        max-height: 25px;
        transition: all 0.5s ease;
    }
}

@media only screen and (max-width: 992px) {
    .logo-menu img {
        width: 142px;
        height: auto;
    }
}

.num-subscriber .input-group {
    width: 65%;
    box-shadow: rgba(127, 137, 161, 0.09) 0px 0px 30px;
}

#header.in-header {
    background: #ffffff !important;
}

    #header.in-header .nav-link {
        color: #6a7582 !important;
    }

    #header.in-header .navbar .registernow {
        background: var(--blue-dark);
        color: #fff;
    }





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        /* align-items: center; */
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        /* display: flex; */
        align-items: center;
        /*justify-content: space-between;*/
        padding: 10px 0 10px 30px;
        color: #6a7582;
        font-size: 13px;
        /* text-transform: uppercase; */
        /* display: block; */
        padding: 10px;
        font-weight: 500 !important;
        white-space: nowrap;
        transition: 0s;
        /* font-family: var(--font-raleway); */
    }



        .navbar a i,
        .navbar a:focus i {
            font-size: 0.7rem;
            line-height: 0;
            margin-left: 3px;
            transition: all 0.2s ease;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #2487ce;
        }

    .navbar .login,
    .navbar .login:focus {
        padding: 6px 20px;
        border-radius: 20px;
        border: 2px solid var(--blue);
    }

        .navbar .login:hover,
        .navbar .login:focus:hover {
            color: #2487ce;
            background: var(--light);
        }

    /*    .navbar .registernow,
    .navbar .registernow:focus {
        background: var(--blue-dark);
        padding: 8px 20px;
        border-radius: 20px;
        color: #fff;
    }*/

    /*.navbar .registernow, .navbar .registernow:focus {*/
    /* background: var(--blue-dark); */
    /*background: white;
        padding: 8px 20px;
        border-radius: 20px;
        color: black;*/
    /* color: #fff; */
    /*}

.headerFixScroll .navbar .registernow {
    background: var(--blue-dark);
    color: #fff;
}

.navbar .registernow:hover,
.navbar .registernow:focus:hover {
    color: #fff;
    background: #3194db;
}*/


    .navbar .registernow,
    .navbar .registernow:focus {
        background: var(--blue-dark);
        /*        background: white;*/
        padding: 8px 20px;
        border-radius: 20px;
        /*        color: black;*/
        color: #fff;
    }

        .navbar .registernow:hover {
            color: #fff;
            background: #3194db;
        }

.headerFixScroll .navbar .registernow {
    background: var(--blue-dark);
    color: #fff;
}


@media screen and (max-width: 768px) {
    .navbar .registernow {
        padding: 6px 13px !important;
        font-size: 0.8rem !important;
    }
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: -2.125rem;
    top: calc(100% + 10px);
    margin: 0;
    padding: 10px 0;
    z-index: 1025;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.2s;
    border-radius: 4px;
}

@media screen and (max-width:767px) {
    .navbar .dropdown ul {
        left: -10.125rem;
    }
}


.navbar.navbar_pre .dropdown ul {
    left: 0.875rem !important;
    /* right:auto !important; */
}


.navbar .dropdown ul li {
    min-width: 200px;
    padding: 5px 0;
}

.navbar .dropdown ul a {
    /* padding: 10px 20px; */
    text-transform: none;
    font-weight: 500 !important;
}

    .navbar .dropdown ul a i {
        font-size: 12px;
        color: var(--blue-dark);
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: #2487ce;
    }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg)
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.profileName {
    line-height: 1;
}

.broDt {
    font-size: 0.7rem;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #124265;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10, 38, 58, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #124265;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #2487ce;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #2487ce;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar-mobile ul {
        display: block;
    }

    .desktop ul {
        display: none;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    /* background:#f8fbfe; */
    min-height: 40px;
    margin-top: 0;
    /* transition: all 0.5s; */
}

.startIcon {
    font-size: 16px;
    position: relative;
    top: -2px;
}

/* @media (max-width: 992px) {
  .breadcrumbs{margin-top:75px}
} */

.breadcrumbs h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

    .breadcrumbs ol li + li {
        padding-left: 3px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -.125em;
            padding-right: 5px;
            color: #b3b3b3;
            content: "\f285";
        }

    .breadcrumbs ol li {
        font-size: 12px;
    }

@media (max-width: 768px) {
    /* .breadcrumbs .d-flex {
    display: block !important;
  } */

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 80px 0;
  overflow: hidden;
} */
.section {
    display: block !important;
}

.pt80 {
    padding-top: 80px;
}

.pm80 {
    padding-bottom: 80px;
}

.section-bg {
    background-color: #f8fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #124265;
    }

    .section-title p {
        margin-bottom: 0;
        font-size: 0.875rem;
        color: #919191;
    }

/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
.table tbody tr td {
    vertical-align: middle;
}

.table thead tr th {
    font-size: 0.9rem;
    font-weight: normal;
    color: var(--gray);
    border-bottom: 0 !important;
}

table.dataTable > tbody > tr:last-child > * {
    border-bottom: 0 !important;
}

.table-stripedBG-alice > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--alice-blue);
}

.table-stripedBG-white > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: white;
}

.table-stripedBG-silver > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--silver);
}

.table-p-7 > :not(caption) > * > * {
    padding: 0.7rem 0.7rem;
}

.table-p-8 > :not(caption) > * > * {
    padding: 0.8rem 0.8rem;
}

.table-p-9 > :not(caption) > * > * {
    padding: 0.9rem 0.9rem;
}

.table-p-3 > :not(caption) > * > * {
    padding: 0.8rem 0.3rem;
}

/* rounded table row */
.table-round-row-odd > tbody > tr:nth-of-type(odd) > *:first-child,
.table-round-row > tbody > tr > *:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table-round-row-odd > tbody > tr:nth-of-type(odd) > *:last-child,
.table-round-row > tbody > tr > *:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-round-row > tbody > tr > td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.table-round-row > tbody > tr > td:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

@media screen and (max-width: 1024px) {
    .overflow-x-autoMob {
        overflow-y: auto !important;
        max-width: 1024px;
        text-wrap: nowrap;
    }

    .overflow-x-autoMob_2 {
        max-width: calc(100vw - 156px);
    }
}

@media screen and (max-width: 992px) {
    .overflow-x-autoMob_2 {
        overflow: auto !important;
        max-width: calc(100vw - 70px);
        /* max-width: 1440px; */
        text-wrap: nowrap;
    }
}


@media screen and (max-width: 480px) {
    .overflow-x-autoMob_2 {
        max-width: calc(100vw - 67px);
    }
}


@media screen and (max-width: 1440px) {
    .overflow-x-autoMob {
        overflow-y: auto !important;
        max-width: 1440px;
        text-wrap: nowrap;
    }

    .overflow-x-autoMob_2 {
        overflow: auto !important;
        max-width: calc(100vw - 63pxpx);
        /* max-width: 1440px; */
        text-wrap: nowrap;
    }
}

/*--------------------------------------------------------------
# enter mobile Number- home page
--------------------------------------------------------------*/
.RegisterSignup {
    padding-top: 20px;
}

    .RegisterSignup .form-group {
        margin-bottom: 15px;
    }

.bgSignupcss {
    position: relative;
    /* background: #f6f6f6; */
    background: url("../img/hero_bg-register.svg") bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 109px;
}

.RegisterSignup ul {
    margin: 0;
    padding: 0;
}

.reg-screen01 ul.inlinecss li {
    display: inline-block;
    padding-right: 12px;
    vertical-align: top !important;
}

.reg-screen02 ul > li {
    display: block;
    padding-right: 12px;
}

#form-group {
    margin-bottom: 15px;
}

#registration ul > li .form-group > input {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    height: 45px;
    display: block;
    min-width: 300px;
    padding: 4px 15px;
    /* font-size: 15px; */
    color: #555;
    background-color: #fff;
    border-radius: 5px;
}

.RegisterScreen2 ul > li .form-group > input {
    min-width: 300px;
}

.green_wave_btn {
    background: #21b04d !important;
    color: white !important;
    border-radius: 20px !important;
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
    border: none;
}

    .green_wave_btn:hover {
        animation: out 1s infinite ease-out;
    }

.section-title-reg {
    text-align: left;
    /* padding-bottom: 30px; */
    padding-top: 80px;
}

    .section-title-reg h2 {
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 0;
        color: #124265;
    }

.RegisterSignup .signupotptext {
    margin: 10px 0 0 0;
}

.SentToMobileNo {
    margin-bottom: 10px;
}

    .SentToMobileNo > a {
        cursor: pointer;
        text-decoration: underline !important;
        padding-left: 10px;
        font-size: 15px;
        color: #0062b5 !important;
    }

.signupotpValidOtpText {
    font-size: 13px;
    margin: 10px 0 0 0;
}

    .signupotpValidOtpText > a {
        display: inline-block;
        cursor: pointer;
        text-decoration: underline !important;
        padding-left: 5px;
        font-size: 12px;
        color: #0062b5;
    }

.hidden {
    display: none !important;
    visibility: hidden !important;
}

@media screen and (min-width: 1600px) {
    .RegisterSignup .signupotptext {
        font-size: 15px;
    }
}

.sm_heading {
    color: #30b54b;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.bg_heading {
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 20px 0;
    color: #095a9e;
    font-weight: 700;
    max-width: 420px;
}

.sm_content {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    max-width: 400px;
    padding-bottom: 50px;
}

.SignupOpnAccount > h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    color: #23b24d;
    font-weight: bold;
    margin: 0 0 8px;
}

.SignupOpnAccount > h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px 0;
    color: #254967;
}

.SignupOpnAccount > h3 {
    font-size: 25px;
    line-height: 26px;
    margin: 0 0 20px 0;
    color: #095a9e;
    font-weight: 700;
}

.SignupOpnAccount > h1,
.SignupOpnAccount > h2,
.SignupOpnAccount > h3 {
    font-family: var(--font-raleway);
}

/***************************
inner top navbar
***************************/
/* .avatarInner img{
  width: 35px;
  height: auto;
  } */
.avatar {
    --bs-avatar-width: 32px;
    --bs-avatar-bg: var(--ds-background-neutral-bold);
    position: relative;
    width: var(--bs-avatar-width);
    height: var(--bs-avatar-width);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-text-inverse);
    line-height: 1;
    font-size: 0.875rem;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: var(--bs-avatar-bg);
}

.nav-item .notification {
    align-items: center;
    justify-content: space-between;
    color: #6a7582;
    font-size: 27px;
    transition: 0.3s;
    position: relative;
}

    .nav-item .notification::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--green);
        top: 0;
        right: 0;
    }

.nav-item .helpIcon i {
    align-items: center;
    justify-content: space-between;
    color: #6a7582;
    font-size: 23px !important;
    transition: 0.3s;
    position: relative;
}

.logoInner img {
    max-height: 50px;
    transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# inner page contarea
--------------------------------------------------------------*/
.min_h {
    min-height: 869px;
}

/* .innercontarea {
  padding: 25px 0 50px;
  min-height: 350px;
  position: relative;
  margin-top: 55px;
} */
.innercontarea {
    padding: 25px 0 50px;
    /* overflow: auto; */
    /* height: calc(100% - 55px); */
    /* min-height: 775px; */
    position: relative;
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 96px);
}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
.avatarIcon {
    background-color: var(--alice-blue);
    max-width: 152px;
    min-height: 152px;
    border-radius: 20px;
    line-height: 100px;
    font-size: 4rem;
}

.addCard {
    border: 1px solid var(--light);
}

.sixe140 {
    max-width: 140px;
}

.form-check-input:checked {
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.form-check-input-green:checked {
    background-color: var(--green);
    border-color: var(--green);
}

/*--------------------------------------------------------------
# Margin Calculator
--------------------------------------------------------------*/
.fromCheck {
    border-radius: 4px;
}

.b-bottom {
    border-bottom: 1px solid #dbdbdb;
}

.nSelectorRight thead tr th:nth-child(n + 2),
.nSelectorRight tbody tr td:nth-child(n + 2) {
    text-align: right;
}

.nSelectorRight-2 thead tr th:nth-child(n + 2),
.nSelectorRight-2 tbody tr td:nth-child(n + 2) {
    text-align: right;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.aboutus_img {
    padding: 25px 0 0;
}

.aboutus_cont {
    padding-left: 40px;
}

.static_bluhead {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    color: var(--blue);
    font-size: 27px;
    line-height: 30px;
}

.static_blacktxt {
    display: block;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
    font-size: 0.875rem;
    line-height: 28px;
    text-align: justify;
}

@media screen and (max-width:768px) {
    .static_blacktxt {
        font-size: 0.75rem !important;
        line-height: 21px;
    }
}

.aboutus_sec2 {
    padding: 60px 0 30px;
}

    .aboutus_sec2 .sectionBg {
        background-color: #f4f7ff;
        border-radius: 20px;
    }

.aboutus_sec2_padding {
    padding: 50px;
}

.aboutus_sec2 .static_bluhead {
    margin-bottom: 5px;
}

.aboutus_sec2 .static_blacktxt {
    margin-bottom: 25px;
}

.corevalue_points {
    display: block;
    margin: 25px 0 0;
    padding: 0;
}

    .corevalue_points > li {
        display: flex;
        flex-direction: row;
        align-items: center;
        display: block;
        position: relative;
        margin: 0 0 40px;
        padding-left: 70px;
        color: #3c3c3c;
        line-height: 28px;
        font-size: 0.85rem;
    }

        .corevalue_points > li:before {
            content: "";
            position: absolute;
            width: 45px;
            height: 45px;
            left: 0;
            top: 4px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
        }

        .corevalue_points > li.passion:before {
            background-image: url(../img/about/Passion.svg);
        }

        .corevalue_points > li.innovation:before {
            background-image: url(../img/about/Innovation.svg);
        }

        .corevalue_points > li.delivery:before {
            background-image: url(../img/about/Delivery.svg);
        }

        .corevalue_points > li.simplicity:before {
            background-image: url(../img/about/Simplicity.svg);
        }

        .corevalue_points > li > b {
            font-weight: normal;
            display: inline-block;
            margin: 0;
            padding-right: 5px;
        }

.aboutus_sec3 {
    padding: 40px 0 40px;
}

.founder_img {
    height: 211px;
    width: 200px;
    background: #fff;
    border: 1px solid #3c3c3c;
    margin: 0 auto;
}

.aboutus_sec3_right_cont {
    padding: 10px 30px 10px 0;
}

    .aboutus_sec3_right_cont em.abtprofilimage {
        display: block;
        width: 180px;
        height: 180px;
        margin: 25px auto 18px;
    }

    .aboutus_sec3_right_cont .static_bluhead {
        font-weight: normal;
        margin: 0 0 5px;
        text-align: center;
        font-size: 1.2rem;
    }

    .aboutus_sec3_right_cont .static_blacktxt {
        margin-bottom: 20px;
    }

.green_tagline {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-style: normal;
    color: #20b04d;
    line-height: 24px;
}

.abtteamsechead {
    text-align: center;
    margin-bottom: 25px;
}

.abtteamsechead2 {
    margin-bottom: 60px;
}

    .abtteamsechead > span,
    .abtteamsechead2 > span {
        font-size: 1.6rem;
        border-bottom: 3px solid #20b04d;
        color: var(--blue);
    }

@media screen and (max-width: 768px) {

    .abtteamsechead > span,
    .abtteamsechead2 > span {
        font-size: 1.3rem;
    }

    .aboutus_sec3_right_cont .static_bluhead {
        font-size: 1rem;
    }

    .corevalue_points > li {
        font-size: 0.75rem;
        line-height: 21px;
    }
}

.vrmiddle {
    display: table;
    width: 100%;
    min-height: 317px;
}

    .vrmiddle > div {
        display: table-cell;
        vertical-align: middle;
    }

.aboutus_sec4 {
    padding: 60px 0 30px;
}

    .aboutus_sec4 .sectionBg {
        background-color: #f4f7ff;
        border-radius: 20px;
    }

    .aboutus_sec4 .abtprofilimage {
        display: block;
    }

    .aboutus_sec4 .imgCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.TeamFullDescription {
    display: none;
}

.moreTeamcontent {
    display: inline-block;
    padding: 0;
    font-style: normal;
    color: #20b04d;
    /* font-size: 16px; */
    line-height: 26px;
    text-decoration: underline !important;
}

.invstorstrategicsec {
    padding: 100px 83px 81px 0;
}

    .invstorstrategicsec em.abtprofilimage {
        float: left;
        margin-right: 50px;
    }

    /* .invstorstrategicsec { } */
    .invstorstrategicsec .static_bluhead,
    .invstorstrategicsec .green_tagline {
        text-align: left;
    }

.aboutus_sec5 {
    padding: 60px 0 30px;
}

/* #Teamprofilepopup { } */
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

#Teamprofilepopup .close {
    display: block;
    z-index: 1;
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 19px;
    cursor: pointer;
}

#Teamprofilepopup #Teamcontentid {
    padding: 15px;
}

#Teamprofilepopup .moreTeamcontent {
    display: none;
}

#Teamprofilepopup .static_bluhead,
#Teamprofilepopup .green_tagline {
    text-align: center;
}

#Teamprofilepopup .static_blacktxt {
    display: none;
}

#Teamprofilepopup .TeamFullDescription {
    display: block;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
    font-size: 0.875rem;
    line-height: 28px;
    text-align: justify;
}

#Teamprofilepopup .abtprofilimage {
    margin: 0 0 25px;
    display: block;
}

@media only screen and (max-width: 479px) {
    .aboutus_img {
        width: 250px;
        margin: 0 auto;
    }

    .aboutus_sec2 {
        padding: 30px 0;
    }

    .pm80 {
        padding-bottom: 20px;
    }

    .pt80 {
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    /* .modal-dialog {
    width: 600px;
    margin: 30px auto;
  } */

    .investmenu_max_home h2 {
        text-align: center;
    }

    .investmenu_max_home ul {
        display: block;
    }

        .investmenu_max_home ul > li {
            display: inline-block;
            margin: 5px auto;
            width: 49%;
        }

    .investmenu_max_home {
        padding: 25px 15px;
    }

    #platform-analyst .modal-dialog {
        width: 400px;
    }

    .w-md-auto {
        width: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .aboutus_img {
        padding: 0;
    }

    .aboutus_cont {
        padding-left: 0;
        padding-top: 30px;
    }

    .aboutus_sec2_left_cont {
        padding-right: 0;
    }

    .aboutus_sec3_right_cont {
        padding: 30px;
        text-align: center;
    }

    .invstorstrategicsec em.abtprofilimage {
        float: none;
        margin-right: auto;
    }

    .invstorstrategicsec .static_bluhead,
    .invstorstrategicsec .green_tagline {
        text-align: center;
    }

    .sec_title h3 {
        font-size: 1rem;
    }

    .aboutus_sec2_padding {
        padding: 30px;
    }
}

/*--------------------------------------------------------------
# mAlgos Updates
--------------------------------------------------------------*/
.timeline li {
    /* background: rgb(255, 255, 255); */
    /* background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(247,247,247,1) 100%); */
    padding: 0px 25px 25px;
    margin: 0 0 25px;
    transition: all 0.8s ease;
}

.inBox {
    padding-bottom: 32px;
    /* border-bottom: 1px dashed #c1c1c1; */
}

.timeline > li h2 {
    display: block;
    margin: 0;
    padding: 0 0 0px 0;
    font-size: 16px;
    line-height: 25px;
    transition: all 0.8s ease;
    color: var(--blue);
}

.timeline > li .dateBubble {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: 11px;
    top: -10px;
}

    /* .dateBubble::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #034782;
  top: 6px;
  right: -6px;
} */

    .timeline > li .dateBubble .mSpan {
        background-color: #034782;
        color: white;
        font-size: 12px;
        text-align: center;
        display: block;
        line-height: 21px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .timeline > li .dateBubble .dSpan {
        background-color: white;
        font-size: 12px;
        text-align: center;
        display: block;
    }

.timeline > li p {
    /* text-align: center; */
    display: inline-block;
    color: var(--blue-dark);
    /* font-size: 0.875rem; */
    line-height: 18px;
    margin-bottom: 0;
    transition: all 0.8s ease;
    padding-top: 8px;
}

@media (max-width: 768px) {
    .timeline > li p {
        font-size: 0.65rem;
    }
}

/* show more */
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
    color: var(--blue);
    cursor: pointer;
    display: block;
    text-align: right;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: " ";
        background: #034782;
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 85px;
        width: 2px;
        height: calc(100% - 60px);
        z-index: 400;
    }


    ul.timeline > li:before {
        content: " ";
        background: #034782;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #034782;
        left: 69px;
        width: 10px;
        height: 10px;
        top: 5px;
        z-index: 415
    }


    ul.timeline > li {
        margin: 0;
        padding-left: 112px;
        position: relative;
    }

#ContentPlaceHolder1_bindtabledata ul.timeline > li:before {
    content: " ";
    background: #034782;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #034782;
    left: 69px;
    width: 10px;
    height: 10px;
    top: 5px;
    z-index: 10;
}

.greenText {
    color: var(--green) !important;
}

/*--------------------------------------------------------------
# Terms of Use
--------------------------------------------------------------*/
.termsofuse_wrap {
    text-align: justify;
}

    .termsofuse_wrap .formheading {
        margin-bottom: 15px;
    }

    .termsofuse_wrap p {
        display: block;
        margin: 0 0 15px;
        line-height: 26px;
        text-align: justify;
    }

    .termsofuse_wrap b {
        text-align: left;
        display: block;
        margin: 0 0 5px;
        padding: 10px 0 0;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: var(--blue);
        font-weight: 600;
    }

    .termsofuse_wrap a {
        display: inline-block;
        margin: 0;
        padding: 0;
        transition: all 0.4s ease;
        color: var(--blue);
    }

    .termsofuse_wrap ul {
        display: block;
        margin: 0;
        padding: 0;
    }

        .termsofuse_wrap ul > li {
            display: block;
            margin: 0 0 10px;
            padding-left: 30px;
            position: relative;
            line-height: 26px;
        }

            .termsofuse_wrap ul > li:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: var(--green);
                left: 12px;
                top: 10px;
            }

    .termsofuse_wrap li.sub > ul {
        display: block;
        margin: 10px 0;
        padding: 0;
    }

        .termsofuse_wrap li.sub > ul > li {
            display: block;
            margin: 0 0 10px;
            padding-left: 30px;
            position: relative;
            line-height: 26px;
        }

            .termsofuse_wrap li.sub > ul > li:before {
                content: "\f101";
                position: absolute;
                border-radius: 50%;
                background: none;
                left: 12px;
                top: 0px;
                font-family: FontAwesome;
                font-style: normal;
                color: var(--blue);
            }

.formheading {
    color: var(--blue);
    font-size: 22px;
    line-height: 30px;
}


/*--------------------------------------------------------------
# mae Platform Videos
--------------------------------------------------------------*/

/*.video-js {
    border-radius: 10px;
    width: 100%;*/
/*height: 400px;*/

/*height: 465px;*/
/* max-height: 400px; */
/* height: 100%; */
/*top: 0px;
    left: 0px;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background: #000;*/
/* position: absolute; */
/*padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: "Ionicons", "Questrial" !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

    .video-js:-moz-full-screen {
        position: absolute;
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important;
    }

    .video-js *,
    .video-js *:before,
    .video-js *:after {
        box-sizing: inherit;
    }*/

/* 30.05.25 */
/* new style */
.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
}
    /* new style */
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 10px;
    }

/* update style */
.tutorialdivs {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    /* margin-bottom: 12px; */
}

.tutorialdivs-margin {
    margin-bottom: 12px !important;
}


.tutorialdivs-em {
    padding-top: 56.25% !important;
}

/* update style */
.tutorialdivs > em {
    position: relative;
    width: 100%;
    /*padding-top: 56.25%;*/ /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
    background-size: cover; /* better fit than contain for video thumbs */
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border-radius: 10px;
}

/* update style */
.tutorialdivs-home > em {
    padding-top: 0 !important; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
}



.tutorialdivs > em:before {
    content: "\F4F0";
    font: normal normal normal 50px/1 bootstrap-icons;
    /* color: #ff0000; */
    color: rgb(255 0 0 / 40%);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -25px;
    margin-right: -24px;
    transition: all 0.5s ease;
}

.tutorialdivs > em:hover:before {
    color: rgb(255 0 0);
}




/*@media screen and (max-width:768px) {
    .tutorialdivs > em {
        min-height: 88px !important;
    }
}*/



/* update style */
.lVideos {
    max-height: 400px;
    /* overflow-y: scroll; */
    /* padding-right: 8px; */
}


/* new style */
@media screen and (min-width: 768px) {
    .border-lg-md-bottom {
        border-bottom: 1px solid #ccc;
    }
}

.vHeading {
    font-size: 1.2rem;
    color: var(--blue);
}

@media screen and (max-width:768px) {
    .vHeading_mobile {
        font-size: 1rem;
    }

    .tutorialdivs > em:before {
        font: normal normal normal 35px / 1 bootstrap-icons;
        top: 50%;
        right: 50%;
        margin-top: -14px;
        margin-right: -21px;
    }
}

.vList {
    /* max-width: 260px; */
    width: 100%;
    /* height: 147px; */
    border-radius: 10px;
}

.vInfo {
    position: relative;
}


    /*    .vInfo h1 {
        font-size: 0.8rem;
        color: var(--blue);
    }

@media screen and (max-width:768px) {
    .vInfo h1 {
        font-size: 0.7rem !important;
        text-align: left;
    }
}*/


    .vInfo h3 {
        font-size: 0.8rem;
        color: var(--blue);
    }

@media screen and (max-width: 768px) {

    .vInfo h3 {
        font-size: 0.7rem !important;
        text-align: left;
    }
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
    font-size: 15px;
}

    .about-video .content h3 {
        font-weight: 700;
        font-size: 24px;
        color: #124265;
    }

    .about-video .content ul {
        list-style: none;
        padding: 0;
    }

        .about-video .content ul li {
            padding-bottom: 10px;
            padding-left: 28px;
            position: relative;
        }

        .about-video .content ul i {
            font-size: 24px;
            color: #2487ce;
            position: absolute;
            left: 0;
            top: -2px;
        }

    .about-video .content p:last-child {
        margin-bottom: 0;
    }

.about-video .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about-video .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about-video .play-btn::before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(36, 135, 206, 0.7);
        top: -14%;
        left: -14%;
        background: rgba(198, 16, 0, 0);
    }

    .about-video .play-btn:hover::after {
        border-left: 15px solid #2487ce;
        transform: scale(20);
    }

    .about-video .play-btn:hover::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@media screen and (max-width:768px) {
    .mobil_line {
        border-top: 1px solid #ccc;
    }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .clients img:hover {
            filter: none;
            transform: scale(1.15);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 0.875rem;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #c9e3f5;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 15px 15px;
        padding: 20px;
        background: #f3f9fd;
        position: relative;
        margin-bottom: 35px;
        border-radius: 6px;
    }

        .testimonials .testimonial-item p::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid #f3f9fd;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 20px);
        }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #2487ce;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #2487ce;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    width: 100%;
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 0.3s;
        position: relative;
    }

        .services .icon-box .icon i {
            font-size: 36px;
            transition: 0.5s;
            position: relative;
        }

        .services .icon-box .icon svg {
            position: absolute;
            top: 0;
            left: 0;
        }

            .services .icon-box .icon svg path {
                transition: 0.5s;
                fill: #f5f5f5;
            }

    .services .icon-box h4 {
        font-weight: 600;
        margin: 10px 0 15px 0;
        font-size: 22px;
    }

        .services .icon-box h4 a {
            color: #124265;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    }

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #2487ce;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: var(--font-raleway);
        font-weight: 600;
        font-size: 0.875rem;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 5px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #fff;
            color: #2487ce;
        }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #2487ce;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(36, 135, 206, 0.6);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .portfolio .portfolio-wrap .portfolio-info::before {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            top: 35px;
            left: 35px;
            border-top: 3px solid #fff;
            border-left: 3px solid #fff;
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info::after {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            bottom: 35px;
            right: 35px;
            border-bottom: 3px solid #fff;
            border-right: 3px solid #fff;
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #ffffff;
            font-size: 0.875rem;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: rgba(255, 255, 255, 0.6);
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #fff;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

        .portfolio .portfolio-wrap:hover .portfolio-info::before {
            top: 15px;
            left: 15px;
        }

        .portfolio .portfolio-wrap:hover .portfolio-info::after {
            bottom: 15px;
            right: 15px;
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #2487ce;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #2487ce;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

    .team .member .member-img {
        position: relative;
        overflow: hidden;
    }

    .team .member .social {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 40px;
        opacity: 0;
        transition: ease-in-out 0.3s;
        text-align: center;
        background: rgba(255, 255, 255, 0.85);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .team .member .social a {
            transition: color 0.3s;
            color: #124265;
            margin: 0 10px;
            display: inline-block;
        }

            .team .member .social a:hover {
                color: #2487ce;
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
            line-height: 0;
        }

    .team .member .member-info {
        padding: 25px 15px;
    }

        .team .member .member-info h4 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 18px;
            color: #124265;
        }

        .team .member .member-info span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #aaaaaa;
        }

        .team .member .member-info p {
            font-style: italic;
            font-size: 0.875rem;
            line-height: 26px;
            color: #777777;
        }

    .team .member:hover .social {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

    .pricing .box h3 {
        font-weight: 400;
        padding: 15px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #124265;
    }

    .pricing .box h4 {
        font-size: 42px;
        color: #2487ce;
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 20px;
    }

        .pricing .box h4 sup {
            font-size: 20px;
            top: -15px;
            left: -3px;
        }

        .pricing .box h4 span {
            color: #bababa;
            font-size: 16px;
            font-weight: 300;
        }

    .pricing .box ul {
        padding: 0;
        list-style: none;
        color: #124265;
        text-align: center;
        line-height: 20px;
        font-size: 0.875rem;
    }

        .pricing .box ul li {
            padding-bottom: 16px;
        }

        .pricing .box ul .na {
            color: #ccc;
            text-decoration: line-through;
        }

    .pricing .box .btn-wrap {
        padding: 15px;
        text-align: center;
    }

    .pricing .box .btn-buy {
        display: inline-block;
        padding: 10px 40px;
        border-radius: 4px;
        color: #2487ce;
        transition: none;
        font-size: 0.875rem;
        font-weight: 400;
        font-family: var(--font-raleway);
        font-weight: 600;
        transition: 0.3s;
        border: 2px solid #2487ce;
    }

        .pricing .box .btn-buy:hover {
            background: #2487ce;
            color: #fff;
        }

.pricing .featured {
    background: #2487ce;
}

    .pricing .featured h3,
    .pricing .featured h4,
    .pricing .featured h4 span,
    .pricing .featured ul,
    .pricing .featured ul .na {
        color: #fff;
    }

    .pricing .featured .btn-wrap {
        padding: 15px;
        text-align: center;
    }

    .pricing .featured .btn-buy {
        color: #fff;
        border: 2px solid #fff;
    }

        .pricing .featured .btn-buy:hover {
            background: #fff;
            color: #2487ce;
        }

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.fSearch .custom-inputGroup-btn.input-group > .btn:nth-child(2) {
    border-top-right-radius: .6rem !important;
    border-bottom-right-radius: .6rem !important;
}

.faqImage {
    display: flex;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

.faqPrompt {
    padding: 10px;
    border: 1px solid #aec9e1;
    text-align: center;
    border-radius: 16px;
    margin: auto 152px;
}

    .faqPrompt span {
        display: block;
    }

.fSearch {
    position: relative;
    font-size: 0.9rem;
}

@media screen and (max-width:768px) {
    .fSearch {
        font-size: 0.7rem;
    }
}

.input-group-text {
    background-color: #f4f7ff;
}

.whiteBG .input-group-text {
    background-color: #ffffff;
}

/* .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
} */

.fSearch input {
    background-color: #f4f7ff !important;
    border-radius: 10px;
    height: 52px;
    padding: 8px 15px;
    width: calc(80% - 80px);
    padding-left: 50px;
}

.fSearch button,
.fSearch input {
    border: 0px solid;
}

.fSearch .serchIcon {
    position: absolute;
    display: block;
    width: 42px;
    top: 13px;
    left: 0.875rem;
    font-weight: 500;
    color: #ccc;
}

@media screen and (max-width:768px) {
    .fSearch .serchIcon {
        top: 18px;
    }
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.faq_accordions .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
}

.faq_accordions .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.faq_accordions .card-body {
    padding: 15px 10px;
    margin-bottom: 30px;
    background-color: white;
}

    .faq_accordions .card-body p {
        font-size: 0.9rem;
    }

.faq_accordions .accordion-header .accordion-button {
    border: 0px solid #d2dae1;
    background-color: #f4f7ff;
    border-radius: 10px;
    font-size: 1rem;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}

.faq_accordions .accordion-item {
    /* background-color: #F4F7FF; */
    border: 0px solid #f4f7ff;
    margin-bottom: 10px;
}

/* .accordion-button:focus {
  box-shadow: none;
} */
.accordion-button:not(.collapsed) {
    color: var(--blue-dark);
}

@media (max-width: 768px) {
    .faqPrompt {
        margin: 20px auto;
    }

    .faq_accordions .card-body p {
        font-size: 0.75rem;
    }

    .faq_accordions .accordion-header .accordion-button {
        font-size: 0.8rem;
    }
}


@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }

    .fSearch input {
        width: calc(100% - 69px);
    }
}

@media (max-width: 1439px) {
    .faqPrompt {
        margin: 20px auto;
    }
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.cImg {
}

.cImgLeft {
}

.contactText {
    /* text-align: center; */
    margin-bottom: 30px;
    font-size: 0.875rem;
}

.addressText {
    padding: 5px 0 0 55px;
    position: relative;
    /* min-height: 90px; */
    display: inline-block;
    text-align: left;
}

    .addressText > .img {
        position: absolute;
        left: 0px;
        top: -4px;
        height: 40px;
        width: 40px;
        padding: 10px;
    }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.addressText > div {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

    .addressText > div h3 {
        font-size: 16px;
        font-weight: bold;
        color: var(--blue-dark);
    }

.addressText div span {
    display: block;
    font-size: 0.875rem;
    padding: 0 0 8px;
}

.addressText div a {
    transition: all 0.3s ease;
    font-size: 0.875rem;
    display: block;
}

/* social media */
.media {
    position: relative;
}

    .media h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .media a.mediaLink {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 28px;
        height: 28px;
        border-radius: 8px;
        color: white;
        font-size: 17px;
        margin-right: 3px;
    }

.fb {
    background-color: #1877f2;
}

.tw {
    background-color: #000000;
}

.in {
    background-color: #0077b5;
}

.ut {
    background-color: #bb0000;
}

.insta {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.tg {
    background-color: #15b2f7;
}

.st {
    background-color: #218DFF;
}

/* 13-12-24 */
.redressalMatrix .header-text {
    font-size: 16px;
    font-weight: bold;
    color: var(--blue-dark);
}

.redressalMatrix .header-icon {
    height: 40px;
    width: auto;
    padding: 8px;
}

.redressalMatrix_table {
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .redressalMatrix_table {
        font-size: 0.75rem;
    }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: none !important;
    border-radius: 0;
    top: 50%;
    left: 1px;
    height: 18px;
    width: 18px;
    margin-top: -13px;
    font-size: 25px;
    color: #002952 !important;
    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;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
    position: relative;
}

table.dataTable.collapsed > tbody > tr > td:first-child {
    padding-left: 30px !important;
}

.redressalMatrix_table tr th {
    /* border-top: 1px solid #C2C2C2; */
    font-weight: bold;
    color: #000 !important;
    vertical-align: middle;
}


@media (max-width: 768px) {
    #matrixTableContact_wrapper > .row:first-child {
        display: none;
    }

    #matrixTableContact > tbody > tr.child ul.dtr-details {
        width: 100%;
    }

    #matrixTableContact tr.child span.dtr-title,
    #matrixTableContact tr.child span.dtr-data {
        width: 100% !important;
        display: block !important;
    }

    #matrixTablePrivacyPolicy > tbody > tr.child ul.dtr-details {
        width: 100%;
    }

    #matrixTablePrivacyPolicy tr.child span.dtr-title,
    #matrixTablePrivacyPolicy tr.child span.dtr-data {
        width: 100% !important;
        display: block !important;
    }

    .redressalMatrix_table tr th {
        font-size: 0.8rem !important;
    }
}

.redressalMatrix_table tr td {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .redressalMatrix_table .child td ul.dtr-details li {
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
    }
}

/*********************** 
|| onboarding/Login  ||
************************/
.loginWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loginCard {
    width: 50rem;
    box-sizing: border-box;
}

    .loginCard .logo img {
        max-height: 45px;
    }

.editNumber span {
    font-size: large;
    display: inline-block;
}

.or_v_line {
    text-align: center;
    position: relative;
}

    .or_v_line span {
        background-color: white;
        display: inline-block;
        width: 40px;
        height: 20px;
        height: auto;
        position: relative;
        z-index: 2;
    }

    .or_v_line::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 0;
        height: 1px;
        border-top: 1px dashed #ccc;
        width: 100%;
    }

.brocker_login h3 {
    font-size: 16px;
}

.brocker_login .brocker_logo {
    flex-wrap: wrap;
}

    .brocker_login .brocker_logo a {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 16px;
        /*font-size: 12px;*/
        font-size: 11px;
    }

.brocker_logo > * {
    flex: 1 1 75px;
}

.bLogoes {
    max-height: 215px;
}

    .bLogoes a {
        width: 50px !important;
        height: 65px !important;
    }

        .bLogoes a img {
            width: 40px;
            height: 40px;
        }

.brocker_login a.morewithNumber span {
    margin: 0;
    text-align: center;
    background-color: #f4f7ff;
    line-height: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 17px;
    font-weight: var(--medium);
    height: 50px;
    width: 50px;
    display: inline-block;
}

.input-group-icon i {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 15px;
}

.otp_text a {
    font-size: 0.8rem;
}

/* otp */
.input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .input-container .form-control {
        min-width: 32px;
        margin-right: 2%;
        text-align: center;
    }

        .input-container .form-control:focus {
            outline: none;
            border-color: dodgerblue;
        }

    .input-container .placeholder {
        color: #aaa;
    }

/*********************** 
|| new footer  ||
************************/
#new-footer .footer-links h3 {
    color: white;
    font-size: 1.2em;
}

#new-footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* #new-footer .footer-links ul li {
  padding: 3px 0;
} */
    #new-footer .footer-links ul a {
        color: #ccc;
        transition: 0.3s;
        line-height: 2;
        font-size: 0.9em;
    }

        #new-footer .footer-links ul a:hover {
            color: white;
        }

    #new-footer .footer-links ul .sub-heading {
        color: white;
        margin-top: 12px;
        /* font-weight:500; */
    }

#new-footer .footer-links {
    margin-bottom: 20px;
}

#new-footer .branding {
    width: 106px;
    /* height: 77px; */
    height: auto;
}

    #new-footer .branding img {
        width: 100%;
    }

.c-address {
    padding-left: 15px;
    color: white;
}

    .c-address h3 {
        font-size: 1.2em;
    }

    .c-address p {
        font-size: 0.8em;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

/*@media screen and (max-width: 767px) {
    #new-footer .f_contact {
        padding-left: 123px;
    }
}*/

.f_contact p {
    /*color: white;*/
    font-size: 0.9em;
    margin-bottom: 0;
}

    /* .f_contact p a {
        color: white;
    }*/

    .f_contact p a {
        color: #3f3f47;
    }

.footer_links {
    list-style-type: none;
    padding-left: 0;
}

    .footer_links li a {
        color: #13385a;
    }

.f_contact p a:hover {
    color: var(--green);
}

#new-footer .social-links a {
    font-size: 18px;
    display: inline-block;
    /* background: #2487ce; */
    color: #fff;
    line-height: 0;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.twitter {
    background-color: #48baed;
}

.facebook {
    background-color: #1877f2;
}

.instagram {
    background: rgb(131, 58, 180);
    background: linear-gradient(195deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 51%, rgba(253, 175, 29, 1) 99%);
}

.youtube {
    background-color: #bb0000;
}

.linkedin {
    background-color: #0077b5;
}

.telegram {
    background-color: #fcd474;
}

.border-top-blue {
    border-top: 1px solid #456581;
}

.border-top-gray {
    border-top: 1px solid #d4d4d4;
}

.footer_bottom {
    padding: 20px 0;
    /*color: white;*/
}

    .footer_bottom a {
        color: white;
    }

@media only screen and (max-width: 992px) {
    #new-footer .footer_bottom {
        display: block !important;
    }

    .fs-md-normal {
        font-size: 1.2rem;
    }

    .w-sm-50 {
        width: 50%;
    }
}

.pt124 {
    padding-top: 124px;
}

.pt-5rem {
    padding-top: 5rem;
}

.hidden_imp {
    display: none;
}

.bg-dark-gray {
    background-color: var(--gray);
}

.blur5 {
    filter: blur(5px);
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.blur4 {
    filter: blur(4px);
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.z-3 {
    z-index: 3 !important;
}

.w-lg-50 {
    width: 50%;
}

.borderLight {
    border-color: #E3E3E3;
}

.noDataDiv {
    min-height: 150px;
}

@media only screen and (max-width: 992px) {

    .noDataDiv {
        min-height: 100px;
    }
}

/* 14-06-24 ashok*/
.greenLightBG {
    background-color: var(--green-light) !important;
}

.redLightBG {
    background-color: var(--red-light);
}


/*--------------------------------------------------------------
# footer post login
--------------------------------------------------------------*/

.footer_postLogin div {
    font-size: 0.8rem;
}


/*--------------------------------------------------------------
# spinner
--------------------------------------------------------------*/
/* .spinner_container {
  background-color: rgb(34 31 32 / 29%);
}
.spinner_wrap{
  width: 4rem;
  height: 4rem;
  background-color: rgb(34 31 32 / 29%);
} */

#spinner_loader {
    position: fixed;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}




/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9*/
    position: relative;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }




/*prefix custom */
@media screen and (max-width:768px) {
    .m-width-112 {
        width: 112px;
    }

    .w-full {
        width: 100%;
        max-width: 100%;
    }
}


.fSearch .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}




/*--------------------------------------------------------------
# FAQs ===> latest faq-support / Frequently Asked Questions
--------------------------------------------------------------*/
/* 05.06.25 New*/

@media (max-width:768px) {
    .fs-sm-6 {
        font-size: 1rem !important;
    }
}

.fSearchNew .input-group > .btn:nth-child(2) {
    border-radius: 5rem !important;
}

.fSearchNew input {
    /* background-color: #f4f7ff !important; */
    /* border-radius: 10px; */
    height: 52px;
    padding: 8px 15px;
    /* width: calc(80% - 80px); */
    padding-left: 35px !important;
    border: 0px solid;
}

.fSearchNew .serchIcon {
    position: absolute;
    display: block;
    width: 14px;
    top: 17px;
    left: 0.875rem;
    font-weight: 500;
    color: #535353;
}

.accordions_bg .accordion-header .accordion-button {
    background-color: #f4f4f4 !important;
}

.tabbable-panel.panelNew .nav-underline .nav-link {
    color: black;
    font-size: 1rem;
}

.panelNew .nav-underline {
    --bs-nav-underline-gap: 2rem
}

    .panelNew .nav-underline .nav-link.active, .nav-underline .show > .nav-link {
        font-weight: 600;
        color: #004195;
        border-bottom: 2px solid #004195;
    }

.nav-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
}

    .nav-scroll-wrapper::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }

@media (max-width: 767.98px) {
    .nav-scroll-wrapper {
        justify-content: flex-start !important;
    }

    .tabbable-panel.panelNew .nav-underline .nav-link {
        font-size: 0.8rem
    }
}



/*--------------------------------------------------------------
# chartbot
--------------------------------------------------------------*/
@media (max-width: 768px) {
    #chatbotPopup {
        width: 100vw !important;
        height: 80vh !important;
        bottom: 0 !important;
        right: 0 !important;
        border-radius: 0 !important;
    }

    .chat-open::before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1040;
        width: 100% !important;
        height: 100% !important;
        background-color: rgb(0 0 0 / 51%) !important;
    }

    .chatbot-input {
        position: sticky;
        bottom: 0;
        z-index: 10;
    }

    body.no-scroll {
        overflow: hidden;
        height: 100vh;
        position: fixed;
        width: 100%;
    }

    #chatbox {
        max-height: 750px !important;
    }

    body.chat-open {
        overflow: hidden !important;
    }
}

.z-max {
    z-index: 1990 !important;
}

.chatbot-msg {
    max-width: 85%;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    background: #fff;
}

    .chatbot-msg.user {
        align-self: end;
        background: #d9fdd3;
    }

    .chatbot-msg.bot {
        align-self: start;
        background: #e9edf5;
    }

    .chatbot-msg.loading::after {
        content: '...';
        animation: dots 1s steps(3, end) infinite;
        display: inline-block;
        margin-left: 6px;
    }

@keyframes dots {
    0%, 20% {
        content: '.';
    }

    40% {
        content: '..';
    }

    60%, 100% {
        content: '...';
    }
}

.timestamp {
    font-size: 10px;
    color: #888;
    margin-top: 4px;
    display: block;
    text-align: right;
}

/inside chat close popup/
.custom-confirm-overlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.95);
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 999;
    opacity: 0;
    animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.custom-confirm .icon-circle {
    background-color: #ffe3e3;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.typing-dots {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

    .typing-dots span {
        display: inline-block;
        animation: blink 1s infinite;
        opacity: 0.2;
    }

        .typing-dots span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .typing-dots span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes blink {
    0%, 100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

.badge.pulsating-circle {
    color: transparent !important;
}

.pulsating-circle {
    right: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
}


    .pulsating-circle:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: forestgreen;
        border-radius: 15px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }



@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.pulse-logo {
    transform: scale(1);
    animation: pulse-logo 2s infinite;
}

@keyframes pulse-logo {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.chatbot-hintMsg.bot {
    align-self: start;
}

.chatbot-hintMsg {
    max-width: 85%;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}

    .chatbot-hintMsg .btn-outline-primary {
        border-color: #0d6efd !important;
        color: #0d6efd !important;
    }

    .chatbot-hintMsg .btn:hover {
        color: white !important;
    }
/* //end 05.06.25 New*/


.custom-tooltip-error {
    position: absolute;
    color: #DC3545 !important;
    font-size: 12px;
    padding: 8px 10px;
    display: block;
    background-color: #fff !important;
}





/*--------------------------------------------------------------
# paper trade theme
--------------------------------------------------------------*/

/* dashboard paper trading*/
.paperTradeTheme_dashboard .bananaBG, .paperTradeTheme_dashboard .lavenderBG, .paperTradeTheme_dashboard .limeBG, .paperTradeTheme_dashboard .card.aliceBlue {
    background-color: #f4f4f4 !important;
}

.paperTradeTheme_dashboard .cardIcon.darkYellow, .paperTradeTheme_dashboard .cardIcon.hanPurple, .paperTradeTheme_dashboard .cardIcon.gardenGreen {
    background-color: #535353 !important;
}

.paperTradeTheme_dashboard .table-stripedBG-alice > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #eeeeee !important;
}

.paperTradeTheme_dashboard .texViolet {
    color: #000000 !important;
}

.paperTradeTheme_dashboard .nav-underline .nav-link.active {
    color: #000000 !important;
    border-bottom: 2px solid #000000 !important;
}

.paperTradeTheme_dashboard_dashboard .nav-link:focus, .paperTradeTheme_dashboard .nav-link:hover {
    color: #000000 !important;
}

.paperTradeTheme_dashboard #automatedStrategies h5 {
    color: #000000 !important;
}


/*Net Positions paper trading*/
.netPosition_paperTrade .aliceBlue {
    background-color: #f4f4f4 !important;
}

.netPosition_paperTrade .nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    color: #000000 !important;
    border-bottom: 2px solid #000000 !important;
}

.netPosition_paperTrade .textSuccess {
    color: #000000 !important;
}

.netPosition_paperTrade .table-stripedBG-alice > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #eeeeee !important;
}

.netPosition_paperTrade .btn-primary {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.netPosition_paperTrade #netPosition_futureOption .aliceBlueRow {
    background-color: #f4f4f4 !important;
}

/*New netposition page*/

.netPosition_paperTrade #netPosition_futureOption_all .aliceBlueRow {
    background-color: #f4f4f4 !important;
}

.netPosition_paperTrade #netPosition_automated .aliceBlueRow {
    background-color: #f4f4f4 !important;
}

.netPosition_paperTrade #netPosition_manual .aliceBlueRow {
    background-color: #f4f4f4 !important;
}

.netPosition_paperTrade #netPosition_equity .aliceBlueRow {
    background-color: #f4f4f4 !important;
}





/* Order Book paper trading*/
.orderBook_paperTrade .aliceBlue {
    background-color: #f4f4f4 !important;
}

.orderBook_paperTrade .table-stripedBG-alice > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #eeeeee !important;
}

/* Automated Strategy paper trading*/
.AutomatedStrategy_paperTrade .aliceBlue {
    background-color: #f4f4f4 !important;
}

.AutomatedStrategy_paperTrade .table-stripedBG-alice > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #eeeeee !important;
}

.AutomatedStrategy_paperTrade .btn-primary {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.AutomatedStrategy_paperTrade .textSuccess, .AutomatedStrategy_paperTrade a {
    color: #000000 !important;
}

.AutomatedStrategy_paperTrade .custom-switch .custom-switch-input:checked + .custom-switch-btn {
    background-color: #000000 !important;
}

.AutomatedStrategy_paperTrade .textDanger {
    color: #000000 !important;
}

.AutomatedStrategy_paperTrade .note {
    color: #000000 !important;
}

.AutomatedStrategy_paperTrade .statusStarted {
    background-color: #555555 !important;
    color: #ffffff !important;
}

.AutomatedStrategy_paperTrade .statusEntered {
    background-color: #6b6b6b !important;
    color: #ffffff !important;
}

.AutomatedStrategy_paperTrade .statusStopped {
    background-color: #aaaaaa !important;
}

.AutomatedStrategy_paperTrade .btn.pt_btn {
    color: #ffffff !important;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.icon-btn {
    border: none;
    padding: 5px;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .icon-btn i {
        font-size: 12px;
    }

.gray-bg-paperTrading .aliceBlue {
    background-color: #e3e3e3 !important;
}

.gray-bg-paperTrading .btn-primary {
    background-color: #000000 !important;
}

.gray-bg-paperTrading .btn-danger {
    background-color: #686464 !important;
    border-color: #686464 !important;
}

/*Technical trading ===> select template*/
.dropdownBtn_template {
    padding-left: 30px;
    background-image: url(../img/template-dropdown.svg);
    /*src: url('../img/template-dropdown.svg') format('svg');*/
    background-repeat: no-repeat;
    background-position: 8px 10px;
}



/*---------------------------------------------------------------*/




.navbar.navbar-inner ul {
    display: none !important;
}

.navbar-inner {
    padding: 7px 0;
    background-color: white;
    border-bottom: 1px solid #ededed;
}

.navbar a,
.navbar a:focus {
    text-transform: none;
    font-size: 14px;
    font-weight: 500 !important;
    /* font-weight: normal !important; */
    /* padding-right: 15px; */
}

.navbar .dropdown a {
    padding-right: 18px;
}

.navbar .login,
.navbar .login:focus {
    border: 1px solid #cbcbcb;
}

.h_font {
    font-family: var(--font-varela-round);
}

a,
.btn,
button {
    transition: 0.3s;
    /* transition: background-color .5s ease-out 100ms */
}

.dropdown .nav-link {
    position: relative;
    padding-right: 15px;
}

    .dropdown .nav-link::after {
        content: "\f282";
        font-family: bootstrap-icons !important;
        text-align: right;
        font-size: 11px;
        position: absolute;
        top: 14px;
        right: 5px;
        transition: 0.3s;
    }

    .dropdown .nav-link:hover::after {
        transform: rotate(180deg);
    }

/*----------------------------
 containerHome 
-------------------------------*/

.containerHome-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containerHome-fluid {
    max-width: 970px;
}

@media only screen and (min-width: 1200px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1300px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1440px) {
    .containerHome-fluid {
        max-width: 1280px;
    }
}

@media screen and (min-width: 1600px) {
    .containerHome-fluid {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 992px) {
    .containerHome-fluid {
        max-width: 750px;
    }
}


body.open-menu .navbar {
    right: 0 !important;
}

body.open-menu {
    /* left: -250px; */
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .open-menu .nav_header {
        background-color: var(--light);
    }
}

body.open-menu .over-menu {
    visibility: visible;
    opacity: 1;
}

body .over-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

body.open-menu .top_login {
    display: none;
}


.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 45px;
        height: 40px;
        z-index: 11;
        /* float: right; */
    }

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
        }

            /*.navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 2px;
                position: absolute;*/
            /* background: #012b4e; */
            /*background: #a2acb7;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }*/


            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 2px;
                position: absolute;
                /* background: #012b4e; */
                background: #000000;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }


/*new class*/
.sharow_lt {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 9%);
}


.headerFixScroll .navbar-toggler .hamburger-toggle .hamburger span {
    background: #6a7582;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

    .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
        top: 45%;
        transform: rotate(45deg);
    }

    .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
        left: 50%;
        width: 0px;
    }

    .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
        top: 45%;
        transform: rotate(-45deg);
    }

.nav_header {
    display: none;
}

.navbar .dropdown ul.sub-menu {
    display: block;
    position: absolute;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
}

.navbar .menus > li:hover a ~ .sub-menu {
    display: block;
    opacity: inherit;
    visibility: inherit;
}

.navbar .dropdown ul {
    display: table-cell;
    position: inherit;
    opacity: inherit;
    visibility: inherit;
    box-shadow: none;
}

    .navbar .dropdown ul li {
        min-width: auto;
    }

        .navbar .dropdown ul li.sub-hed {
            font-size: 12px;
            display: block;
            padding: 2px 20px !important;
            font-weight: 500;
            color: var(--blue-dark);
        }

        .navbar .dropdown ul li h5 {
            font-size: 16px;
            margin: 0 0 5px 10px;
            color: var(--green);
        }

            .navbar .dropdown ul li h5::before {
                content: "\e473";
                font: normal normal normal 13px/1 FontAwesome;
                margin-right: 5px;
                color: var(--gray);
            }

.logo-menu {
    display: none;
}

.open-menu .navbar .dropdown ul li a:hover ~ .sub-menu {
    display: block;
    position: inherit;
    opacity: inherit;
    visibility: inherit;
}

.overflow-auto1 {
    overflow: inherit;
}



.navbar-mobi {
}

#our_products .tab-link .display-mobile {
    margin-bottom: 40px;
}

.singlemenu-panel {
    border-radius: 5px;
    width: auto !important;
    padding: 15px !important;
    /* top: calc(100% + 30px); */
    border-top: solid 1px #f0f0f0 !important;
    background-color: #fdfdfd !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075) !important;
    animation: opac 0.8s;
}

@media only screen and (max-width: 992px) {
    h4 {
        font-size: 1.3rem;
    }

    .cycle-tab-container .tab-item h2 {
        font-size: 1rem !important;
    }

    .RestComplianceReport table, .table thead tr th {
        font-size: 0.7rem !important;
    }

    .tab-content {
        top: 0;
    }

    #our_products .tab-link.current .display-mobile {
        display: block;
        transition: opac 1s;
    }

    #our_products .tab-link {
        display: block;
    }

    .cycle-tab-container ul {
        padding-left: 1rem;
    }



    .circleMobile {
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        /* bottom: 0; */
        /* right: 0; */
        margin: auto;
        /* background: #ddd;
       border-radius: 50%; */
    }

        .circleMobile img {
            width: 100%;
            height: auto;
        }


    #our_products .tab-link .contentWrapped {
        display: block;
    }

    .waves-img::after,
    .waves-img::before {
        background-size: cover;
    }

    .no_complaints .card-body {
        padding: 0;
    }

    .mob-nav-toggle {
        display: block;
    }

    /* .navbar > .menus {
       display: block;
     } */
    .navbar .menus > li {
        border-bottom: 1px solid #f1f1f1;
        margin: 5px 10px;
    }

    .dropdown .nav-link::after {
        font-size: 15px;
    }

    .navbar .top_login {
        display: none;
    }

    .navbar .top_login {
        display: flex;
    }

    .navbar .registernow,
    .navbar .registernow:focus,
    .navbar .login,
    .navbar .login:focus {
        margin-left: 0;
    }

    .open-menu .menus {
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px;
        font-size: 14px;
    }

    .open-menu header .navbar {
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #FFF;
        position: fixed;
        height: 100%;
        /* width: 250px; */
        width: 100%;
        right: 0px;
        top: 0;
        z-index: 12 !important;
    }

    .nav_header {
        display: flex;
    }

    .open-menu .nav_header {
        background-color: var(--light);
    }

    .navbar .dropdown ul {
        display: inline-grid;
    }

    .megamenu-list:nth-child(2) {
        border-right: none;
    }

    .megamenu-lists .list-col-4 {
        width: 50%;
        display: block;
    }

    .megamenu-panel {
        position: initial;
    }

    #navbar .menus > li:hover a ~ .submenu-active {
        display: block;
    }

    .navbar a {
        font-size: 16px;
    }

        .navbar a:hover,
        .navbar a:active {
            font-size: 16px;
        }

    .navbar .top_login a,
    .navbar .top_login a:hover,
    .navbar .top_login a:active {
        font-size: 14px;
    }

    .navbar .dropdown ul a {
        font-size: 14px;
    }

    .navbar .dropdown ul li.sub-hed {
        font-size: 12px;
    }

    .open-menu .logo-menu {
        display: block;
        padding: 9px 14px;
    }

    .logo-menu img {
        /*width: 62px;*/
        width: 142px;
        height: auto;
    }

    .overflow-auto1 {
        overflow: auto !important;
    }

    .navbar .dropdown ul.sub-menu {
        position: initial;
        display: none;
    }

    .open-menu .navbar .dropdown.active .sub-menu {
        display: block;
        /* position:inherit; */
        opacity: inherit;
        visibility: inherit;
    }

    .open-menu .navbar .dropdown.active > a {
        color: #2487ce;
    }

    .dropdown.active a.nav-link::after {
        color: #2487ce;
        transform: rotate(180deg);
    }

    .navbar .menus > li:hover a ~ .sub-menu {
        display: none;
    }

    .num-subscriber {
        font-size: 25px;
    }

        .num-subscriber .std_code span {
            width: 45px;
            top: 9px;
        }

    /* #hero-new {
        padding-top: 85px;
    } */

    #our_benefites .swiper-slide {
        /* min-width: 180px; */
    }

        #our_benefites .swiper-slide .card .card-body h5 {
            font-size: 1rem;
        }

    .card-text {
        font-size: 0.6rem;
    }

    .client_info h6 {
        font-size: .6rem;
    }

    .no_complaints .card .card-body p {
        font-size: 0.6rem;
    }

    #best_tradingPlatform .moblie_more {
        display: block !important;
    }

        #best_tradingPlatform .moblie_more a,
        #best_tradingPlatform .moblie_more span {
            display: block;
            text-align: center;
        }

        #best_tradingPlatform .moblie_more a {
            margin-top: 20px;
        }

    .RestDisclosure {
        padding: 15px 0 0 0;
    }

    .pt-8 {
        padding-top: 3rem !important;
    }

    .pb-8 {
        padding-bottom: 3rem !important;
    }

    #algoTradingSimplified .card .card-body .card-text {
        font-size: .8rem;
    }

    #hero-new .HeroSwiper-text {
        max-height: 55px;
    }

    .num-subscriber input[type=text], .num-subscriber input[type=tel] {
        width: 100% !important;
    }


    .num-subscriber input[type=submit] {
        border-radius: 6px !important;
        width: 100%;
    }

    .num-subscriber .input-group {
        display: block;
        width: 100% !important;
    }

    .h-mobile {
        height: auto !important;
    }

    .num-subscriber .input-group button {
        margin-left: 0;
        border-radius: 6px !important;
        width: 100%;
        margin-top: 15px;
    }

    .sec_heading p.sub-heading {
        font-size: 0.7rem !important;
    }
}

@media screen and (max-width:768px) {
    #header .nav-link {
        color: #6a7582;
    }
}

@media only screen and (max-width: 1024px) {
    .num-subscriber .input-group {
        width: 100% !important;
    }
}

.navbar .dropdown ul a::before {
    content: "\f105";
    font: normal normal normal 11px / 1 FontAwesome;
    margin-right: 5px;
    color: var(--blue);
}

@media only screen and (max-width: 992px) {
    .navbar .dropdown ul a {
        font-size: 14px;
    }
}

/*----------------------------
 top hero  
-------------------------------*/
.hero_bg {
    /*background: linear-gradient(#151941 0%, #385794 100%);*/
    background: linear-gradient(#ecf2ff 0%, #f7faff 100%);
}



/*#hero-new h1 {
    font-family: var(--font-varela-round);
    font-size: 4rem;
    font-weight: bold;
    color: white;
    line-height: normal;
}*/

#hero-new h1 {
    font-family: var(--font-varela-round);
    font-size: 4rem;
    font-weight: bold;
    color: var(--blue-dark);
    line-height: normal;
}

    #hero-new h1 span {
        display: block;
        font-size: 3rem;
        padding-top: 16px;
    }

#hero-new .HeroSwiper-text {
    /* max-width: 360px; */
    overflow: hidden;
    max-height: 80px;
    font-family: var(--font-varela-round);
    font-weight: bold;
}

    #hero-new .HeroSwiper-text .swiper-slide {
        font-size: 4rem;
        color: var(--green);
        text-transform: uppercase;
    }

@media only screen and (max-width: 768px) {
    #hero-new h1 {
        font-size: 3rem;
    }

        #hero-new h1 span {
            font-size: 2rem;
        }

    #hero-new .HeroSwiper-text .swiper-slide {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 425px) {
    #hero-new h1 {
        font-size: 2rem;
    }

        #hero-new h1 span {
            font-size: 1.5rem;
        }

    #hero-new .HeroSwiper-text .swiper-slide {
        font-size: 2rem;
    }
}


/* @media only screen and (max-width: 992px) {
    #hero-new .HeroSwiper-text .swiper-slide {
        font-size: 2rem;
    }
} */

.pt108 {
    padding-top: 108px;
}

.num-subscriber .input-group {
    width: 65%;
}


.num-subscriber {
    position: relative;
    font-size: 18px;
}

    .num-subscriber input[type=submit] {
        padding: 8px 11px;
        height: 52px !important;
        font-size: 1.1rem !important;
    }

    .num-subscriber input[type=text], .num-subscriber input[type=tel] {
        /* background-color: #ffffff; */
        border-radius: 6px;
        height: 52px !important;
        padding: 8px 15px;
        padding-left: 58px !important;
        letter-spacing: 5px;
        font-size: large !important;
    }

    .num-subscriber input,
    .num-subscriber textarea:focus[type="text"]:focus,
    .num-subscriber textarea:focus[type="tel"]:focus {
        outline: 0 none !important;
    }

        .num-subscriber input::placeholder {
            color: #a0a0a0;
            font-size: 1rem !important;
            letter-spacing: normal;
        }

    .num-subscriber .std_code span {
        position: absolute;
        z-index: 5;
        display: block;
        width: 42px;
        top: 13px;
        left: 14px;
        font-weight: 500;
        color: var(--green);
    }

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.error-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
    font-size: .8rem;
}

button,
input,
optgroup,
select,
textarea {
    border: 0px solid;
}




/* ************
 section title
 ********************* */


/*.sec_heading h1 {
    font-size: 3.0rem;
    color: var(--blue-dark);
    font-family: var(--font-varela-round);
    font-weight: bold;
}

    .sec_heading h1 span {
        color: var(--green);
    }

@media only screen and (max-width: 992px) {
    .sec_heading h1 {
        font-size: 1.3rem;
    }
}*/



.sec_heading h2 {
    font-size: 3rem;
    color: var(--blue-dark);
    font-family: var(--font-varela-round);
    font-weight: bold;
    /* text-transform: uppercase; */
}

    .sec_heading h2 span {
        color: var(--green);
    }

@media only screen and (max-width: 992px) {

    .sec_heading h2 {
        font-size: 1.3rem;
    }
}



.sec_heading p.sub-heading {
    font-size: 1.0rem;
    color: var(--gray-dark);
}

.sec_heading .header-info {
    font-size: 1.5em;
    color: var(--green);
    font-family: var(--font-varela-round);
    /* margin-bottom: 0; */
}

.sec_heading.small-heading h1 {
    font-size: 22px;
}

.no_complaints .card .card-body p {
    font-size: 12px;
}

/*****************
  || Our Products  ||
  ***************/

#ourProducts_home {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 8;
    background-color: white;
}

.ourProduct_content {
    /* height: auto; */
    /* margin-top: 5rem; */
    /* padding-top: 14rem; */
    height: 600px;
}

@media only screen and (max-width: 992px) {
    .ourProduct_content {
        /* padding-top: auto; */
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .ourProduct_content {
        /* padding-top: auto; */
        height: auto;
    }
}

/* .ourProduct {
    margin-top: 5rem;
} */


.tabsScrollspy .nav-links {
    color: var(--gray);
    transition: all 50ms ease-in-out;
    /* border-bottom:2px solid transparent; */
    padding: 1rem 0rem;
}

    .tabsScrollspy .nav-links.active {
        background-color: transparent;
        color: #012b4e;
        border-bottom: 2px solid #012b4e;
    }



/* tab cycle */
.cycle-tab-container .nav-tabs {
    border-width: 0;
}

.cycle-tab-container .tab-item h2 {
    font-size: 1.1rem;
    color: var(--dark);
}

.tab-link.current h2 {
    color: var(--green);
    transition: opacity 0.5s;
}

.cycle-tab-container .tab-item p {
    font-size: 14px;
    color: var(--gray-dark);
    margin-bottom: 0;
}

.tab-item {
    width: 100%;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.tab-link .tab-item::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    left: -6px;
    top: 0;
    width: 6px;
    height: 100%;
    transform: scaleY(0);
}

.tab-link {
    cursor: pointer;
}

/* .tab-link.current .tab-item::after { 
   background-color: var(--green);
    transform: scaleY(1);
    transform-origin:  0% 50%; 
    transform-origin: top;
    border-radius: 10px;
    transition: transform 8000ms ease-in;
  } */

.cycle-tab-container .tab-link.current .tab-item::after {
    background-color: var(--green);
    transform: scaleY(1);
    transform-origin: top;
    border-radius: 10px;
    transition: transform 8000ms ease-in;
}

.tab-item::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    left: -6px;
    top: 0;
    background-color: #dedede;
    width: 6px;
    height: 100%;
    border-radius: 10px;
}

#our_products ul {
    list-style: none;
}

#our_products ul {
    font-size: 1.25rem;
}

@media only screen and (max-width: 992px) {
    #our_products ul {
        font-size: 0.9rem;
    }
}

#our_products .tab-link .display-mobile {
    display: none;
}


.tab-content {
    display: none;
    transition: opacity 0.5s;
    /*padding: 17px;*/
}

    .tab-content.current {
        display: block;
    }

@media only screen and (max-width: 992px) {
    .tab-content.current {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .tab-contents {
        display: none;
    }
}

.stat-figure {
    font-size: 3em;
    font-weight: bold;
    font-family: var(--font-varela-round);
}

/*****************
  || Safe and Secure ||
  ***************/

#DisclosureRestAssuredId {
    font-size: 0.8rem;
}

.RestComplianceReport table {
    font-size: 0.8rem;
}

.RestComplianceReport > .table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

    .RestComplianceReport > .table tr td:first-child {
        border-left: 1px solid #34b54d;
        border-radius: 3px 0 0 3px;
    }

    .RestComplianceReport > .table tr td:last-child {
        border-right: 1px solid #34b54d;
        border-radius: 0 3px 3px 0;
    }

    .RestComplianceReport > .table td {
        border-top: 1px solid #34b54d;
        border-bottom: 1px solid #34b54d;
    }


/*********************** 
|| Clients Say - TESTIMONIALS  ||
************************/
.swiper-testimonials {
    width: 100%;
    margin: 15px auto;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    overflow: hidden;
}

#clients_testimonials .card {
    /* background-color: #fff; */
    border-radius: 30px;
    border-width: 0;
}

#clients_testimonials .card-body {
    padding: 2.5rem;
}

@media screen and (max-width: 992px) {
    #clients_testimonials .card-body {
        padding: 1.5rem 1rem;
    }

    .truncate + a {
        float: none !important;
    }

    .truncate {
        text-align: justify;
    }
}



.swiper-wrapper {
    height: auto;
}

/* .swiper-slide {
    height: 248px;
} */

.quote-icon {
    position: absolute;
    width: 35px;
    height: auto;
    top: -14px;
    left: 32px;
}

    .quote-icon i {
        font-size: 35px;
        color: #B4B8BC;
    }

.client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* border: 1px solid #ccc; */
    background-color: white;
}

    .client-avatar img {
        width: 100%;
        height: auto;
        white-space: break-spaces;
    }

.truncate {
    display: inline-block;
    /* display: -webkit-box; */
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .truncate + a {
        /* display: inline-block; */
        vertical-align: top;
        margin-top: 4px;
        float: right;
        /* margin-right: 19px; */
        position: relative;
    }


#clients_testimonials .card-body {
    text-align: left;
}

    #clients_testimonials .card-body .card-text {
        margin-bottom: 30px;
        line-height: 1.6;
        height: 99px;
    }

        #clients_testimonials .card-body .card-text a {
            font-size: 0.8rem;
        }

.client_info {
    padding-left: 15px;
}

    .client_info h6 {
        margin-bottom: 0;
        font-size: .7rem;
    }

    .client_info span {
        font-size: .6rem;
    }

/*********************** 
|| campaign promotion ||
************************/
.advt_wrap {
    background: url(../img/promotional_sec_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    /* height: 353px; */
    text-align: center;
}

    .advt_wrap h2 {
        font-size: 2.2rem;
        color: white;
    }

@media screen and (max-width:768px) {
    .advt_wrap h2 {
        font-size: 1.5rem !important;
    }

    .advt_wrap p {
        font-size: 1rem !important;
    }
}

.advt_wrap p {
    font-size: 1.2rem;
}

.advt_wrap .playstore_logo a {
    width: 152px;
}

    .advt_wrap .playstore_logo a:first-child {
        margin-top: -4px;
        width: 152px;
    }

.inner_join {
    position: relative;
    /* bottom: -120px; */
}

    /*.inner_join::after {
        content: "";
        position: absolute;
        top: 55%;
        width: 100%;
        background-color: var(--blue-dark);
        height: 235px;
        z-index: -1;
    }*/

    .inner_join::after {
        content: "";
        position: absolute;
        top: 55%;
        width: 100%;
        background-color: var(--alice-blue);
        height: 235px;
        z-index: -1;
    }


.inner_join_hero {
    position: relative;
}

    .inner_join_hero::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        /* background-color: #385794; */
        /*background: linear-gradient(#385794 0%, #5d85d7 98%);*/
        background: linear-gradient(#f7faff 0%, #ffffff 98%);
        height: 258px;
        z-index: -1;
    }

    .inner_join_hero::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(180deg, transparent 0 30%, #FFF 70% 100%);
    }

@media screen and (max-width:768px) {
    .inner_join_hero::after {
        height: 103px;
    }
}

.blue_bg {
    background-color: var(--blue-dark);
}

.h-155 {
    height: 155px;
}

/*--------------------------------------------------------------
# inner left nav
--------------------------------------------------------------*/
body {
    position: relative;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

    body.show-sidebar {
        overflow: hidden;
    }

        body.show-sidebar:before {
            opacity: 1;
            visibility: visible;
        }

.site-section {
    /* padding: 3.5rem 1.5rem 1rem;*/
    padding: 0rem 1.5rem 1rem;
}


/* General styles for sidebar */
/* General Sidebar Styles */
aside, main {
    min-height: 580px;
}

main {
    min-height: calc(100vh - 120px);
    padding-bottom: 10px !important;
}

aside {
    width: 70px;
    top: 0;
    left: 0;
    z-index: 1031;
    position: fixed;
    height: 100vh;
    background-color: white;
    /* border-right: 1px solid #ededed; */
    transition: 0.5s width cubic-bezier(0.23, 1, 0.32, 1);
}

div.show-sidebar aside {
    width: 260px;
    /* -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.2); */
    -webkit-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1);
}

aside .side-inner {
    padding-bottom: 12px;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

    aside .side-inner::-webkit-scrollbar {
        display: none;
    }

.sidebar .side-inner .logo-wrap {
    /* width: 70px; */
    /* height: 59px; */
    overflow: hidden; /* Ensure the image doesn't overflow */
    transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1), height 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    /* border-bottom: 1px solid #ededed; */
}

    .sidebar .side-inner .logo-wrap a {
        width: 50px;
        height: 46px;
        padding-bottom: 5px;
    }
    /* .sidebar .side-inner .logo-wrap .navbar-brand-inner .logo{
  width: 50px;
  height: 43px;
} */
    .sidebar .side-inner .logo-wrap .navbar-brand-inner .log_text {
        width: 130px;
        height: auto;
    }

    .sidebar .side-inner .logo-wrap .navbar-brand-inner .log_text {
        display: none;
    }

.show-sidebar .sidebar .side-inner .logo-wrap .navbar-brand-inner .log_text {
    display: inline-block;
}


.sidebar .side-inner .logo-wrap img {
    /* width: 100%; */
    /* height: auto; */
    transition: width 0.7s cubic-bezier(0.23, 1, 0.32, 1), height 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav__list,
.nav__items {
    display: grid;
}

.nav__list {
    row-gap: 2rem;
    padding: 1.2rem 1.5rem 2rem;
}

.nav__items {
    row-gap: 1.5rem;
}

.nav__subtitle {
    font-size: var(--normal-font-size);
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: var(--text-color-light);
}

.nav__link {
    display: flex;
    align-items: center;
    color: var(--text-color);
}

    .nav__link:hover {
        color: var(--first-color);
    }

.nav__icon {
    font-size: 1.2rem;
    margin-right: .5rem;
}


.nav__name {
    font-size: .9rem;
    font-weight: 500;
    white-space: nowrap;
}

.nav__logout {
    margin-top: 5rem;
}


/* Dropdown */
.nav__dropdown {
    overflow: hidden;
    max-height: 27px;
    transition: .4s ease-in-out;
    /* transition: width 2s, height 5s; */
}

.sidebar .nav__dropdown-collapse {
    background-color: #fff;
    border-radius: .25rem;
    margin-top: 0.5rem;
    max-height: 0;
    overflow: hidden;
    /* transition: height 5s; */
    /* transition: all 0.9s ease-in-out; */
    /* transition: .2s; */
    transition: max-height 1.5s ease-in-out;
    opacity: 0;
}

.sidebar:hover .nav__dropdown-collapse.show-dropdown {
    max-height: 100rem;
    opacity: 1;
}

.nav__dropdown-content {
    display: grid;
    row-gap: .5rem;
    padding: .75rem 2.5rem .75rem 1.8rem;
}

.nav__dropdown-item {
    white-space: nowrap;
    color: var(--textDark);
    font-weight: 500;
    /* font-size: var(--smaller-font-size);
  font-weight: var(--font-medium);
  color: var(--text-color); */
}

    .nav__dropdown-item:hover {
        color: var(--blue);
    }

.nav__dropdown-icon {
    margin-left: auto;
    transition: .4s;
    cursor: pointer;
    font-size: 1.2rem;
}

.rotate-icon {
    transform: rotate(180deg);
}


.show-sidebar .nav__dropdown.has-sub {
    max-height: 100rem !important;
}

    .show-sidebar .nav__dropdown.has-sub .nav__dropdown-collapse {
        max-height: 100rem !important;
        opacity: 1;
    }

.nav__items .home_icon {
    width: 30px;
    position: relative;
    left: -6px;
}

.show-sidebar .nav__items .home_icon {
    width: 100%;
    transition: .4s ease-in-out
}

.nav__items .m-line {
    width: 20px;
    color: #82abb1;
    transition: .4s ease-in-out
}

.show-sidebar .nav__items .m-line {
    width: 100%;
}
/*===== Show menu =====*/
.show-menu {
    left: 0;
}

/*===== Active link =====*/
.nav__items .active {
    color: var(--blue);
}

/* ========== MEDIA QUERIES ==========*/
/* For small devices reduce search*/

@media screen and (min-width: 768px) {

    .nav__icon {
        font-size: 1rem;
    }

    /* Element opacity */
    .nav__name,
    .nav__dropdown-icon {
        opacity: 0;
        transition: .3s;
    }




    /* Visible elements */
    .sidebar:hover .nav__logo-name {
        opacity: 1;
    }

    .sidebar:hover .nav__subtitle {
        opacity: 1;
    }

    .show-sidebar .nav__name {
        opacity: 1;
    }

    .show-sidebar .nav__dropdown-icon {
        opacity: 1;
    }
}







main {
    background-color: white;
    /*commented for left new menu ==> 11-11-2025*/
    /*    padding-left: 70px;*/
    /*Not required*/
    /* width: calc(100%); */
    /*    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);*/
}

.show-sidebar main {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

main .post-entry {
    margin-bottom: 30px;
}

    main .post-entry .custom-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 30px;
    }

main .post-content h3 {
    font-size: 18px;
}

main .post-content .post-meta {
    font-size: 15px;
    color: #ccc;
}

/* Burger */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    float: right;
}

    .burger:before,
    .burger span,
    .burger:after {
        width: 100%;
        height: 2px;
        display: block;
        background: #000;
        border-radius: 2px;
        position: absolute;
        opacity: 1;
    }

    .burger:before,
    .burger:after {
        -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
        transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
        transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
        content: "";
    }

    .burger:before {
        top: 6px;
    }

    .burger span {
        top: 15px;
    }

    .burger:after {
        top: 23px;
    }

    /* Hover */
    .burger:hover:before {
        top: 7px;
    }

    .burger:hover:after {
        top: 23px;
    }

    /* Click */
    .burger.active span {
        opacity: 0;
    }

    .burger.active:before,
    .burger.active:after {
        top: 40%;
    }

    .burger.active:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
        /*for IE*/
    }

    .burger.active:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
        /*for IE*/
    }

    .burger:focus {
        outline: none;
    }

.logoInner {
    display: none;
}

.navbar-inner {
    padding: 7px 0;
    background-color: white;
    /* border-bottom: 1px solid #ededed; */
}


/*new 11-11-2025*/
.expired-badge {
    color: #dc3545;
    /* Bootstrap danger color */
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .expired-badge i {
        font-size: 1.5rem;
    }

.active-badge {
    color: #198754;
    /* Bootstrap success green */
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1rem;
}



@media screen and (max-width: 992px) {
    .sidebar {
        width: 0;
    }

    main {
        padding-left: 0;
    }

    .logoInner {
        display: inline-block;
    }

    .site-section {
        /*padding: 5rem 1rem 0rem;*/
        /*padding: 3rem 1rem 0rem;*/
        padding: 0rem 1rem 0rem;
    }

    aside .toggle {
        display: block;
    }

    .navbar-inner {
        padding: 0 !important;
    }

    .logoInner img {
        max-height: 24px;
    }
}



/*  side bar advance palane block*/
.show-sidebar .advancedPlan_leftNav {
    max-width: 300px;
    transition: all all 0.3s;
    margin: 2rem 1.5rem 1rem;
}

.advancedPlan_leftNav {
    margin: 0.5rem;
    max-width: 53px;
    /* transition: all 0.3s; */
    transition: max-height 1.5s ease-in-out;
}

.show-sidebar .advanced_leftNav {
    padding: 1rem;
}

.advanced_leftNav {
    padding: 0.5rem;
}

.advanced_img {
    max-width: 65px;
    max-height: 65px;
    transition: max-height 1.5s ease-in-out;
}

.side-inner .advanced_leftNav .advance_text {
    opacity: 0;
    max-height: 0;
}

.show-sidebar .side-inner .advanced_leftNav .advance_text {
    display: block !important;
    opacity: 1;
    max-height: 100rem;
    transition: .3s;
}

.advancedPlan_info_text_leftNav {
    font-size: 0.7rem;
}


/*--------------------------------------------------------------
# referral program
--------------------------------------------------------------*/

.referrel_code_input {
    letter-spacing: 6px;
    font-size: 17px;
    text-align: center;
}

@media screen and (max-width:1440px) {
    .referrel_code_input {
        line-height: 26px;
    }
}

/*--------------------------------------------------------------
# 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;
    }
}



/*Order book 31-07-2025*/

#tbl_order_book_op.dataTable.collapsed > tbody > tr td.dtr-control::before {
    content: "\ea57" !important;
}


#tbl_order_book_op.dataTable.collapsed > tbody > tr.dtr-expanded td.dtr-control::before {
    content: "\ea4a" !important;
}

#tbl_order_book_op.dataTable.collapsed > tbody > tr.mobilehide td.dtr-control::before {
    content: none !important;
}


#tbl_auto_strategy.dataTable.collapsed > tbody > tr td.dtr-control::before {
    content: "\ea57" !important;
}


#tbl_auto_strategy.dataTable.collapsed > tbody > tr.dtr-expanded td.dtr-control::before {
    content: "\ea4a" !important;
}

#tbl_auto_strategy.dataTable.collapsed > tbody > tr.mobilehide td.dtr-control::before {
    content: none !important;
}



/*#dashboard_orderbook_equity.dataTable.collapsed > tbody > tr td.dtr-control::before {
    content: "\ea57" !important;
}


#dashboard_orderbook_equity.dataTable.collapsed > tbody > tr.dtr-expanded td.dtr-control::before {
    content: "\ea4a" !important;
}

#dashboard_orderbook_equity.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;*/
    left: 103px;
    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) !important;
}

.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: 260px;
    height: auto;
}

.sidebar.closeMenu ~ .footer_wrap_post {
    margin-left: 80px;
}


@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>');
}

/* Focus state */
.bgCondition-1:focus,
.bgCondition-1:focus-visible {
    background-color: #005161 !important; /* darker / highlight color */
    box-shadow: none; /* remove Bootstrap blue glow */
    outline: none;
}
/* Focus state */
.bgCondition-2:focus,
.bgCondition-2:focus-visible {
    background-color: #8a0101 !important; /* darker / highlight color */
    box-shadow: none; /* remove Bootstrap blue glow */
    outline: none;
}


.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;*/
        min-height: 605px;
        height: calc(100vh - 250px);
    }
}


/*--------------------------------------------------------------
     // Recommendation Module 27-09-25
  --------------------------------------------------------------*/

.trade-bar {
    background: #052c54;
    border-radius: 40px;
    padding: 15px 20px;
}

.btn-toggle {
    border-radius: 20px;
    padding: 6px 16px;
    font-weight: 500;
}

.btn-active {
    background-color: #8effaf;
    color: #000;
}

.form-control,
.form-select {
    border-radius: 10px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: white;
    /*background-color: var(--green);*/
    border-color: var(--bs-btn-active-border-color);
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--green);
}

.btn-toggle {
    border: 1px solid #ccc
}

.small-heading {
    font-size: .775em;
}

/* auto start control fixed */
/* .autoStart_control {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  transition: transform 0.3s ease-in-out;
} */

.home-section .autoStart_control {
    position: fixed;
    bottom: 30px;
    left: 274px;
    width: calc(100% - 274px);
    z-index: 1049;
    transition: all 0.3s ease-in-out;
}


.sidebar.closeMenu ~ .home-section .autoStart_control {
    left: 93px;
    right: 30px;
    width: calc(100% - 120px);
    transition: all 0.3s ease-in-out;
}

.trade-bar {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* Collapsed state (desktop/tablet if needed) */
.autoStart_control.collapsed {
    transform: translateY(100%) !important;
}

/* Floating button (desktop only now) */
.autoStart_toggle {
    display: none;
    /* position: fixed;
    bottom: 20px;
    right: 20px; */
    /* background: #4b0082;
  color: #fff; */
    border: none;
    /* border-radius: 50%; */
    /* width: 52px;
    height: 52px; */
    /* font-size: 22px; */
    cursor: pointer;
    z-index: 1050;
}

.close_autoStart_control {
    display: none;
}

.mobile_toggle {
    display: none;
}

/* Responsive rules */
@media (max-width: 768px) {

    .close_autoStart_control {
        display: block;
    }

    /* Always visible on mobile */
    .autoStart_control {
        transform: none !important;
        /* never collapsed */
    }

    /* Hide toggle button on mobile */
    .autoStart_toggle {
        display: block !important;
    }

    /*.mobile_toggle {
        justify-content: center;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }*/

    .mobile_toggle {
        justify-content: center;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        transition: all 0.3s ease-in-out;
    }


    .home-section .autoStart_control {
        bottom: 0;
        left: 0;
        width: 100%;
    }
}


.pb_position {
    position: relative;
    right: -20px;
}

@media (max-width: 768px) {
    .pb_position {
        right: -9px;
    }

    .trade-bar {
        border-radius: 15px;
    }
}

.bg-white-subtle {
    background-color: white !important;
}


/*--------------------------------------------------------------
     // end Recommendation Module 27-09-25
      --------------------------------------------------------------*/


/* custom disable*/
.customdisable {
    pointer-events: none;
    opacity: 0.5 !important;
}

