#main{
    /* background-color: #e7ebf6; */
    border: 1px solid #ced7ec;
    border-radius: 5%;
    color: #fff;
}

#second{
    margin-top: 2%;
    position: relative;
    background-color: #fff;
    border-radius: 5%;
    width: 100%;
}

#calculateButton, #applyButton{
    background-color: #f57921!important;
    color: #fff!important;
    border: 1px solid #f57921!important;
}


#calculateButton:hover, #applyButton:hover{
    background-color: #fff!important;
    color: #f57921!important;
    border: 1px solid #f57921!important;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px; /* Width of the thumb */
  height: 20px; /* Height of the thumb */
  background: #f57921; /* Color of the thumb */
  cursor: pointer;
  border-radius: 50%; /* Circular shape */
}

input[type="range"]::-webkit-slider-thumb:active {
  background: #011A41; /* Color of the thumb when active (dragged) */
}

#typeOfCredit{
    padding-top: 4%;
    padding-bottom: 6%;
}

#typeCreditP{
    margin-bottom: 2%;
}

.form-check{
    padding-left: 2.3rem;
}


  .checkbox-wrapper-37 input[type="checkbox"] {
    display: none;
  }

  .checkbox-wrapper-37 .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .checkbox-wrapper-37 .terms-label .label-text {
    margin-left: 10px;
    font-size: x-large;
  }

  .checkbox-wrapper-37 .checkbox-svg {
    width: 30px;
    height: 30px;
  }

  .checkbox-wrapper-37 .checkbox-box {
    fill: #fff;
    stroke: #ff7a00;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
  }

  .checkbox-wrapper-37 .checkbox-tick {
    stroke: #ff7a00;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
  }

  .checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-box,
  .checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-tick {
    stroke-dashoffset: 0;
  }

#hrs{
    margin: 0;
}

#baseCalc{
    padding-left: 0.8rem;
    font-size: smaller;
}

#result{
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#amountR{
    font-size: xx-large;
}

.no-padding-lg {
        padding: 0 !important;
    font-size: medium;
color: #c5d0f3;
    }

.col-lg-5 {
    position: relative; /* Ensure relative positioning for child elements */
}

.thisdiv {
    position: fixed;
    top: 50%; /* Adjust as needed */
    left: 0;
    transform: translateY(-50%);
    /* Optional: You may need to adjust z-index if other elements overlap */
    z-index: 100;
}

.values{
  font-size: x-large;
  color: #011A41;
  font-weight: bold;
  text-shadow: 
  -0.5px -0.5px 0 #c5d0f3,  
  0.5px -0.5px 0 #c5d0f3,
  -0.5px  0.5px 0 #c5d0f3,
  0.5px  0.5px 0 #c5d0f3;
}

.custom-btn-size {
    font-size: 1.5rem; /* You can adjust the font size to make the button larger */
}

.row1{
  margin-bottom: 3%;
}

.row2{
  margin-bottom: 4%;
}

.choices{
  color: #011A41;
font-weight: bold;
}


