.modal-cdb .close-modal {
  position: relative;
  top: 0;
  left: 0;
}

.modal-cdb-container {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  gap: 16px;
}

#modal-cdb-ir .modal-cdb-container {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 483px;
}

#modal-cdb-ir .modal-cdb-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#modal-cdb-ir .modal-cdb-container::-webkit-scrollbar-track {
  background: #FAFAFA;
  border: #F0F1F5 solid 1px;
  border-radius: 1rem;
}

/* Handle */
#modal-cdb-ir .modal-cdb-container::-webkit-scrollbar-thumb {
  background: #E4E5E9;
  border-radius: 1rem;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Handle on hover */
#modal-cdb-ir .modal-cdb-container::-webkit-scrollbar-thumb:hover {
  background: #A7A8AC;
  border-radius: 1rem;
  border: 2px solid transparent;
  background-clip: content-box;
}

.iof-body {
  width: 680px;
  margin: 0 auto;
}

.iof-h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.iof-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.iof-p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #47484C;
}

.iof-range {
  padding-bottom: 90px;
  padding-top: 80px;
}

.iof-field .range {
  height: 80px;
  width: 380px;
  background-color: #2B469C;
  border-radius: 4px;
  padding: 0 65px 0 45px;
}

.iof-range .iof-field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.iof-range .iof-field .iof-value {
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  color: #47484C;
}

.iof-range .iof-field .iof-value.left {
  left: 70px;
  top: -65px;
}

.iof-range .iof-field .iof-value.right {
  right: 70px;
  top: -65px;
}

.iof-range .iof-field input {
  -webkit-appearance: none;
  height: 8px;
  width: 546px;
  background-color: #A7A8AC;
  border-radius: 0px 0px 8px 8px;
  outline: none;
  border: none;
  z-index: 2;
}

.iof-range .iof-slider-value {
  position: relative;
  width: 100%;
}

.iof-range .iof-slider-value span {
  position: absolute;
  background-color: #2B469C;
  padding: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  top: 20px;
  left: 51%;
  transform: translateX(-50%);
  line-height: 16px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.iof-range .iof-slider-value span:after {
  position: absolute;
  content: "";
  background-color: #2B469C;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.iof-range .iof-field input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #2B469C;
  border-radius: 50%;
  border: 1px #2B469C;
  cursor: pointer;
}

.iof-range .iof-field input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #2B469C;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.iof-square {
  position: absolute;
  padding: 10px;
  left: 49.9%;
  top: 17px;
  background-color: #2B469C;
  transform: rotate(45deg);
}

#iof-center-range {
  position: absolute;
  top: -70px;
  left: 47%;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  color: #47484C;
}

.iof-field-border-box {
  position: absolute;
  width: 546px;
  height: 48px;
  top: -40px;
  border: #A7A8AC solid 1px;
  border-radius: 8px;
}

.iof-percentual {
  position: absolute;
  left: 47%;
  top: -35px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: black;
}

.ir-h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: black;
}

.ir-p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #47484C;
}

.ir-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: black;
}

.ir-container {
  width: 560px;
  margin: 0 auto;
}

.ir-container-title {
  display: flex;
  justify-content: space-between;
  border-bottom: #E4E5E9 solid 1px;
  padding-bottom: 16px;
}

.ir-container-title p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #47484C;
}

.ir-container-text {
  display: flex;
  justify-content: space-between;
  border-bottom: #E4E5E9 solid 1px;
  padding: 16px 0;
}

.ir-container-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #47484C;
}

.ir-line {
  width: 100%;
  height: 1px;
  background-color: #47484C;
  opacity: .4;
}

.blur-bar {
  width: 90%;
  height: 75px;
  position: fixed;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 648px) {

  .iof-body{
    width: 476px;
  
  }
  .iof-field-border-box{
    width: 503px;
  }

  .iof-field{
    width: 500px;
  }

  .iof-range .iof-field .iof-value.right{
    right: -15px;
  }

  .iof-range .iof-field .iof-value.left{
    left: -8px;
  }
}

@media (max-width: 517px) {

  .iof-body{
    width: 433px;
  
  }
  .iof-field-border-box{
    width: 433px;
  }

  .iof-field{
    width: 433px;
  }
}


@media (max-width: 427px) {

  .iof-body{
    width: 285px;
  
  }
  .iof-field-border-box{
    width: 284px;
  }

  .iof-field{
    width: 284px;
  }

  .iof-range .iof-field .iof-value.right{
    right: -15px;
  }

  .iof-range .iof-field .iof-value.left{
    left: -8px;
  }
}