#cus_fun_inv{
    width: 100%;
    height: 40px;
    max-width: 100%;
    border-radius: 5px;
    border-color: #ced4da;
  }
#table_history{
    width: 100%;
  }
#table_history thead{
    color: white;
    width: 100%;
    background: black;
}
#table_history th {
    padding: 15px;
}
  #cus_max_loss{
    width: 100%;
    height: 40px;
    max-width: 100%;
    border-radius: 5px;
    border-color: #ced4da;
  }
  
  #cus_max_profit{
    width: 100%;
    height: 40px;
    max-width: 100%;
    border-radius: 5px;
    border-color: #ced4da;
  }
  #cus_exp_roi{
    width: 100%;
    height: 40px;
    max-width: 100%;
    border-radius: 5px;
    border-color: #ced4da;
  }
  #needle {
    position: absolute;
    left: -1%;
    top: 26%;
    transform-origin: 50% calc(100% - 15px);
    transform: rotate(0deg);
    
    }
    
    #equity, #div-equity {
      display: inline-block;
    }
    
      .meter {
      background-color: white;
      padding: 20px 20px;
      border-radius: 10px;
      position: relative;
      display: block;
      margin: 0px auto;
    }
    
    
    svg {
      margin: auto;
      width: 100%;
    }
    
    .meter h4 {
      display: block;
      text-align: center;
      margin-top: -130px;
      margin-bottom: 0%;
    }
    
    .details{
      display: none;
    }
    .flex-item {
      flex: 1;
      margin: 20px;
     height: 363px;
    }
    /* Equal Column */
    .table{
      display: table;
      width: 100%;
      border-spacing: 20px;
    }
    @media (min-width: 1440px){
    .table .col_ful{
      display: table-cell;
      padding: 16px;
    }
    }
    .table .col_ful{
      background: #fff;
    }
    .bx_sh{
      box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 20%);
      border-radius: 15px;
    }
    #navbarBlur {
        padding-right: 20px !important;
        padding-left: 20px !important;
        /*margin-right: 45px !important;
        margin-left: 45px !important;*/
        margin-bottom: 15px;
    }
    .pl_20{
      padding-left: 20px;
    }
    .pr_20{
      padding-right: 20px;
    }
     /* Styling for form header */
    .form-header {
      text-align: center;
      background-image: linear-gradient(40deg, #6C07F4 0%, #c2adea 100%);
      color: #fff;
      padding: 30px;
    }
    .br_25{
      border-radius: 25px;
    }
    .tc{
      text-align: center;
    }
    
    
    /* styling for Customize Form Show Hide */
    .parent-div{
      width: 50%; 
      border: 1px solid #f1f1f1; 
      padding:0; 
      margin: 0; 
      background: #D3D3D3;
    }
    .accordion-heading{
      background: linear-gradient(40deg, #6C07F4 0%, #c2adea 100%);
      padding: 5px 10px; 
      margin: 0 !important; 
      cursor: pointer; 
      color: #fff;
      border-radius: 50px;
      padding: 15px 25px;
    }
    .accordion-heading span{
      float: right;
    }
    .accordion-body{
      display: block;
      padding: 0 10px;
      margin-top: 20px;
    }
    
    /* Styling for form button */
    
        .cards{
        display: flex;
        justify-content:space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 1em;
        max-width: 1100px;
        margin: 1em auto 0;
    }
    .cards * { 
        box-sizing: bordeer;
    }
    .carddd{
        width: 15em;
        background: #fff;
        border-radius: 10px;
        box-shadow:
            rgba(100, 100 111, 0.2)
            0px  7px 29px 0px ;
            position: relative;
            transform-style: preserve-3d;
            transform: perspective(1000px);
            margin: 1em;
    }
    .card .shape_img{
        position: absolute;
        top: 2em;
        width: 12em;
        right: -2em;
        filter: drop-shadow(
            0px 10px 25px  rgba(0, 0, 0, 0.5)
        );
    }
     .small-input {
             width: 50px;
           }
    
    .content{
        padding: 1em;
    }
    .card h3{
        color: #fff;
        margin: 0 0 0 0.4em;
        margin-top: -9%;
    }
    .banner{
        height: 10em;
        background: linear-gradient(
            90deg,
            #6C07F4 40%,
            #c2adea 100%
        );
        padding-top: 3em;
        border-radius: 10px 10px 50% 50%;
    }
    .banner_customize{
            height: 1em;
            background: linear-gradient(
                90deg,
                #6C07F4 40%,
                #c2adea 100%
            );
            padding-top: 3em;
            border-radius: 5px 5px 50% 50%;
        }
    
    
    .size ul{
        list-style: none;
    }
    .sizes .size{
        display: inline-block;
        margin: 0 0.5em;
        cursor: pointer;
        font-weight:700;
    
    }
    .size:hover{
        color: #ccc;
    }
    .details small{
        display: block;
        line-height: 30px;
        letter-spacing: 1.1px;
        font-size: 1em;
        color: #000000;
    
    }
    .cart{
        background: linear-gradient(
            90deg,
            #6C07F4 40%,
            #c2adea 100%
        );
        padding: 1em 1.1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-radius: 2em;
        color: #fff;
        border: none;
        margin: 0 auto;
        font-weight: 700;
        box-shadow: 
        0px 5px 15px
        #6C07F4 40%;
        cursor: pointer;
    }
    .pop{
        transform: translateZ(0px);
    }
    
    
    .card:nth-child(2) .banner,
    .card:nth-child(2) .card{
        background: linear-gradient(
            90deg,
            #6C07F4 40%,
            #c2adea 100%
    
        );
    }
    
    .card:nth-child(2) img {
        top: 1em;
        width: 12.5em;
        right: -2em;
        
    
    }
    .card:nth-child(2) .card {
        box-shadow: 
        0px 5px 15px
        rgba(0, 0, 0, 0.847);
    }
    
    
    .card:nth-child(3) .banner,
    .card:nth-child(3) .card{
        background: linear-gradient(
            90deg,
            #6C07F4 40%,
            #c2adea 100%
    
        );
    }
    
    .card:nth-child(3) img {
    
        top: 2.5em;
        width: 9em;
        right: -1em;
    
    }
    .card:nth-child(3) .card {
        box-shadow: 
        0px 5px 15px
        rgba( 0, 0, 0, 0.7);
    }
       
        #button1{
      
      background-image: linear-gradient(310deg, #80FF72 20% 0%, #6C07F4 100%);
      color: white;
    }
    #button2{
      background-image: linear-gradient(310deg, #ea0606 20% 0%, #6C07F4 100%);
      color: white;
    }
    
    
       /* circle meter below; */
    
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .skill{
        width: 160px;
        height: 160px;
       /* background: cornflowerblue; */
        position: relative;
    }
    .outer{
        height: 160px;
        width: 160px;
        border-radius: 50%;
        padding: 20px;
        box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
        -6px 6px 10px -1px rgba(255,255,255,0.7)
    
    }
    .inner{
        height: 120px;
        width: 120px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 6px 6px 10px -1px rgba(0,0,0,0.2),
       inset  -4px 4px 6px -1px rgba(255,255,255,0.7),
        -0.5px -0.5px 0px rgba(255, 255, 255, 1),
        0px 12px 10px -10px rgba(0, 0, 0, 0.05);
    
    }
    
    
    /*circle 1 */
    @keyframes anim{
        100%{
            stroke-dashoffset: 165.44;
       }
    }
    
    
    @keyframes anim2 {
        100% {
            stroke-dashoffset: 229.12;
            /* calculation of circle 472 - 472 * percentage = answer */
        }
    }
    
    @keyframes anim3 {
        100% {
            stroke-dashoffset: 0.8;
            /* calculation of circle 472 - 472 * percentage = answer */
        }
    }
    
    
    
    /* Apply the animations to the circles */
    circle:nth-child(1) {
        animation: anim 2s linear forwards;
    }
    
    circle:nth-child(2) {
        animation: anim2 2s linear forwards;
    }
    
    circle:nth-child(3) {
        animation: anim3 2s linear forwards;
    }
    
    /* Apply the animations to the circles */
    
    circle:nth-child(4) {
        animation: anim4 2s linear forwards;
    }
    
    circle:nth-child(5) {
      animation: anim4 2s linear forwards;
    }
    circle:nth-child(6) {
      animation: anim4 2s linear forwards;
    }
    
    
    
    /* modal form start  */
    .modal-header{
     
    background-color: #efefef;
    border: 1px solid #efefef;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    
    }
    
    .follow__card {
      
      background: #fff;
      box-shadow: -1px 1px 8px 0 rgba(0,0,0,.17);
    border-radius: 15px;
    box-shadow: -1px 1px 8px 0 rgba(0,0,0,.17);
    padding: 1.5rem .75rem;
    
    }
    .customize {
      
      background: #fff;
      box-shadow: -1px 1px 8px 0 rgba(0,0,0,.17);
    border-radius: 15px;
    box-shadow: -1px 1px 8px 0 rgba(0,0,0,.17);
    padding: 1.5rem .75rem;
    
    
    }
    #fti_input {
      width: auto;
      height: 40px;
      max-width: 160px;
      border-radius: 5px;
      border-color: #ced4da;      
    }
    .input-group {
        position: relative;
        }
        .input-group-text {
        position: absolute;
        right: 0;
            top: 0;
            bottom: 0;
            z-index: 3;
            padding: .375rem .75rem;
          }
    #focus, #fti_input:hover {
      outline: none;
      box-shadow: none;
      border-color: violet;
    }
    
    #med_fti_input {
      width: auto;
      height: 40px;
      max-width: 160px;
      border-radius: 5px;
      border-color: #ced4da;
     
    
      
    }
    #focus, #med_fti_input:hover {
      outline: none;
      box-shadow: none;
      border-color: violet;
    }
    
    #high_fti_input {
      width: auto;
      height: 40px;
      max-width: 160px;
      border-radius: 5px;
      border-color: #ced4da;
     
    
      
    }
    #focus, #high_fti_input:hover {
      outline: none;
      box-shadow: none;
      border-color: violet;
    }
    
      
    
    .skill_4{
      width: 160px;
        height: 160px;
        position: absolute;
      right: 5px;
      top: 33px;
    }
    
    .skill_4 svg {
      position: absolute;
      top: 0;
      right: 0;
    }
    
    
    @media (max-width:530px)
    {
      .skill_4 {
      position: relative !important;
      margin: 0 auto !important;
      top: 0px !important;
    } 
    
    .follow__card{
      text-align: center;
    }
    }
    
      
    
    .skill_5{
      width: 160px;
        height: 160px;
        position: absolute;
      right: 5px;
      top: 33px;
    }
    
    .skill_5 svg {
      position: absolute;
      top: 0;
      right: 0;
    }
    
    
    @media (max-width:530px)
    {
      .skill_5 {
      position: relative !important;
      margin: 0 auto !important;
      top: 0px !important;
    } 
    
    .follow__card{
      text-align: center;
    }
    }
      
    
    .skill_6{
      width: 160px;
        height: 160px;
        position: absolute;
      right: 5px;
      top: 33px;
    }
    
    .skill_6 svg {
      position: absolute;
      top: 0;
      right: 0;
    }
    
    
    @media (max-width:530px)
    {
      .skill_6 {
      position: relative !important;
      margin: 0 auto !important;
      top: 0px !important;
    } 
    
    .follow__card{
      text-align: center;
    }
    }
    
     @media (max-width:795px){
      .card_col_3{
        margin-bottom: 20px;
      }
      .cards_row{
        display:block !important;
      }
     }
     @media (max-width: 1440px){
       .t_30 {
         margin-top: 30px;
         margin-left: 0px !important;
       }
     }
     @media (min-width:992px) and (max-width:1280px){
      .col_ful{
        width: 100% !important;
        flex: 100% !important;
      }
     }
     
    .inner-circle-roi {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      top: 65%;
      left: 38%;
      background-image: linear-gradient(310deg, #6C07F4 40% 0%, #c2adea 100%);
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    roi {
      font-size: 20px;
      font-weight: bold;
      color:white ;
    }
    #lab_roi{
      font-size: 0.90rem;
    font-weight: 700;
    
    }
    #speedoMeter{
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        filter: drop-shadow( 0px 10px 25px rgba(0, 0, 0, 0.2) ) !important;
    }
    .bx_none{
        box-shadow: none;
    }
    #get_start{
        background-image: linear-gradient(310deg, #80FF72 20% 0%, #6C07F4 100%);
      color: white;
      }
    .fa-university:before {
        content: "\f19c";
    }
        .select_data {
        display: flex;
        justify-content: space-between;
        }
  
          .overlay {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 9999;
            background: rgba(255, 255, 255, 0.8) url("../img/loding.gif") center no-repeat;
            background-size: 20%; /* Adjust the percentage as per your requirement */    
        }
            /* Turn off scrollbar when body element has the loading class */
            body.loading{
                overflow: hidden;   
            }
            /* Make spinner image visible when body element has the loading class */
            body.loading .overlay{
                display: block;
            }
           