.border1{
    
}
.nav-link.active {
  /* background-color: #007bff; Change this to your desired background color */
  color: #fff; /* Change this to your desired text color */
}
.backgroundColor{
    background-color:  var(--primary);
    color: white;
    /* height: 50px; */
}

.RepcoThangaMahalOption{
  color: var(--primary) !important;
  background-image: none !important;
}



.backgroundColor1{
    background-color:  white;
    color: black;
    /* height: 50px; */
}
.calculatorCard{
    border-radius: 80px;
border: 1px solid #D7D7D7;
background: #FFF;
}

.BorderForAmount{
    border: 2px solid var(--primary);
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    height: 43px;
    background-color: #FFF;

  
    
}
.rigtBorderRadius{
  border-radius: 0px 39px 39px 0px !important;
  border: 1px solid var(--lightOrange)!important;
color:#000000 !important;
font-size:16px !important ;
width: 270px ;
height: 70px;


}

.leftBorderRadius{
  border-radius: 39px 0px 0px 39px !important;
  border: 1px solid var(--lightOrange) !important;
color:#000000 !important;
font-size:16px !important;
width: 250px;
height: 70px;

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #ffffff!important;
  background-color: var(--primary) !important;


}
/* 
.HighlightDiv{

} */

.Deposite{
  color: var(--secondary);
/*font-size: 48px;*/ 
font-weight: 600;
line-height: 36px;
}

.depositeBody{
  color: #212529;
font-size: 16px;
font-weight: 500;
line-height: 25px;
}
/* 
.nav{
  padding: 0px !important;
} */






.nav-pills .nav-link {
  background-color: var(--lightOrange)!important;
  border: 0;
font-weight: 600;
  border-radius: 0.25rem;
 
}
/* .nav-link:focus, .nav-link:hover {
    color: #948989;
} */

nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: black !important;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.BorderForAmount:focus {
  /* color: #fff !important; */
  background-color: #fff;
  border-color: var(--primary) !important;
  outline: 0;
  box-shadow: none;
}

.BorderForTime{
    border: 2px solid var(--primary);
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    height: 40px;
}

/* .BorderForInterst{
    border: 2px solid var(--primary);
    font-weight: 600;
    border-radius: 10px;
    height: 43px;
} */



.btn.btn-outline-primary {
    color: black;
    border: 2px solid var(--primary) ;
    font-size: 18px;
   
  }
  .DivHighlightOptions{
    height: 50px;
    border: 2px solid var(--primary);
    border-radius: 14px;
    font-size: 20px;
    cursor: pointer;  }

  .form-select{
    border-radius: 6px;
border: 1px solid var(--primary);
  }

  .form-select:focus {
    border-color: var(--primary) !important ;
    outline: 0;
    box-shadow: none !important;
}

.textColorInCalsi{
color: #605E5E;
font-size: 19px;
font-weight: 500;
}

.ValuesUnderslider{
    color: #8E8E8E;
font-size: 12px;
font-style: normal;
font-weight: 500;
}

  

  .btn.btn-outline-primary:checked{
    background-color: var(--primary);
    color: #FFF;

  }

  .btn.btn-outline-primary:hover{
    background-color: var(--primary);
    color: #FFF;

  }
 
  .btn-outline-primary:checked {
    color: #fff !important;
    background-color: var(--primary) !important;
}

.btn-check:checked+.btn-outline-primary{
    color: #fff !important;
    background-color: var(--primary) !important;
    border: 2px solid var(--primary) !important ;
}


input[type="range"] {
  -webkit-appearance: none;
  appearance: none; 

  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {

  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 20px;
  width: 18px;
  background-color: var(--primary);
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px var(--primary); emove this line */
  transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: var(--primary);
  border-radius: 50%;
  border: none;
  
  /* box-shadow: -407px 0 0 400px var(--primary); emove this line */
  transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
}

.BorderForAmount{
  font-size: 20px;
}

.ValuesOfPiechart{
  border-radius: 40px;
  border: 1px solid #F58345;
  background: #FFD7C1;
  width: 310px ;
  font-size: 20px;
  font-weight: 500;
}

.ValuesOfPiechart1{
  border-radius: 40px;
  border: 1px solid var(--primary);
  background: #FFCCCD;
  width: 310px;
  font-size: 19px;
  font-weight: 500;
}

.ValuesOfPiechart2{
  width: 310px;
  border-radius: 40px;
  border: 1px solid var(--primary);
  background: #FFCCCD;
  /* width: 290px; */
  font-size: 17px;
  font-weight: 500;
}

.ValuesOfPiechartQuaterly{
  width: 350px;
  border-radius: 40px;
  border: 1px solid var(--primary);
  background: #FFCCCD;
  /* width: 290px; */
  font-size: 17px;
  font-weight: 500;
}
.ValuesOfPiechartQuaterly p{
  font-weight: 600;
}

.BorderForAmount p{
  font-size: 20px !important ;
}

.ValuesOfPiechart p{
  font-weight: 600;
}

.ValuesOfPiechart1 p{
  font-weight: 600;
}


  /* #myPieChart {
    transform: rotateY(0deg);
  } */


@media (max-width: 767px)  {
  .textColorInCalsi{
    font-size: 16px;

  }
  .DivHighlightOptions{
    height:40px;
    font-size: 15px;
  }
  .calculatorCard{
    border-radius: 20px;
border: 2px solid #D7D7D7;
background: #FFF;
  }

  .BorderForAmount{
    font-size: 16px;
    
  }

  .BorderForAmount p{
    font-size: 16px !important;
  }

  .lineHeightForRD{
    line-height: 15px !important;
  }

  .leftBorderRadius p{
    font-weight: 500 ;
  }

  .rigtBorderRadius p{
    font-weight: 500;
  }

  .leftBorderRadius{

width: 170px;
height: 60px;

  }
  .rigtBorderRadius{

width: 170px;
height: 60px;

  }

  .Deposite{
    font-size: 28px;
  }
}