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

.tributacao-container {
  display: flex;
  flex-direction: column;
  padding: 0 54px;
  gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-tributacao-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%);
}