.modal-content {
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 70%) !important;
}

.style-content {
  background: white; 
  padding: 1rem; 
  border-radius: 1.5rem;
  margin: 2rem;
  padding: 2rem !important;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #eee;
  border: 1px solid var(--red-tim-two);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #ccc;
}

.option-input:checked {
  background: var(--blue-tim-two) !important;
}

.option-input:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 16px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: var(--blue-tim-two);
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

.checkbox-px {
  margin-top: -1.5rem;
}

@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 100px;
    width: 100px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}


/*** Input ***/
.inputWithIcon input  {
  width: 100%;
  background: white;
  border: 1px solid var(--gray-6);
  border-radius: 5rem;
  margin: 8px 0;
  outline: none;
  padding: 5px 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
}

.inputWithIcon input:focus {
  border: 2px solid var(--blue-tim-one);
}

.inputWithIcon input {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
  margin-bottom: 10px;
}

.inputWithIcon i {
  position: absolute;
  left: 8px;
  top: 30px;
  padding: 12px 8px;
  color: var(--gray-6);
  transition: 0.3s;
}

input:focus + i {
  color: var(--blue-tim-one);
}

.inputWithIcon label {
  font-weight: 400;
  margin-bottom: 0;
  color: black;
  font-size: 16px;
  letter-spacing: 1px;
}

#style-modal .topico {
  padding: 10px;
  margin-right: 8px;
  background: var(--blue-tim-one);
  border-radius: 3px;
}


/*** Radio ***/
#style-modal .input-option356 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#style-modal .input-option356:after {
  content: "";
  clear: both;
}

.radio {
  border: 1px solid var(--blue-tim-two);
  box-sizing: border-box;
  float: left;
  height: 22px;
  width: 22px;
  position: relative;
  border-radius: 5rem;
}

.radio + .radio {
  margin-left: 10px;
}

.radio label {
  background: #eee no-repeat center center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  border-radius: 5rem;
}

.radio label span {
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
}

.radio label input[type=radio] {
  all: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
  padding: 2px;
}

.radio label input[type=radio]:checked {
  background-color: var(--blue-tim-two);
  border-radius: 5rem;
}

.radio label input[type=radio]:checked + span{
  color: white;
}

/*** ***/
.info-board {
  line-height: 2rem;
  padding: 5rem 1rem;
  margin: 1rem 0;
  background-image: url(/public/img/background/icon-sapura.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 380px;
}

.info-board i {
  color: var(--green-sapura);
}

.info-board h3 {
  color: var(--blue-tim-two);
  font-weight: 700;
  font-size: 28px;
}

.input-align {
  display: flex;
  gap: 30px;
  align-items: center;
}

.header-modal {
  background: var(--blue-tim-two);
  background-image: url(/img/background/ondas-bg.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  color: white;
  border-bottom: 4px solid var(--red-tim);
  text-align: center;
  height: 120px;
}

.header-modal h3 { 
  margin: 1rem;
  text-align: center;
  font-size: 1.6em;
}

.align-close {
  display: flex;
  justify-content: right;
}

.close {
  background: #eee;
  color: #777 !important;
  border: none;
  padding: 4px 10px;
  border-top-right-radius: 5px;
  font-size: 18px;
}

.close:hover {
  background: red;
  color: white !important;
  box-shadow: -2px 1px 26px -6px rgb(241 94 94 / 90%);
}

/*** Icons ***/
.icon-ok {
  font-size: 9rem !important;
  color: var(--green-sapura);
}

.icon-att {
  font-size: 8rem !important;
  color: var(--blue-three-sapura);
}

.modal-welcome {
  background: #002198 !important;
  color: white;
  padding: 2rem;
  border-top: 5px solid var(--red-tim) !important;
  border-bottom: 5px solid var(--red-tim) !important;
}

.textarea-style {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 12px;
  height: 120px;
}

.textarea-style:focus {
  border: 1px solid var(--blue-tim-one);
}

.img-usuario {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 4px solid var(--red-tim);
  overflow: hidden;
}

.img-modal {
  width: 380px;
}

.img-border {
  width: 700px;
  position: relative;
  top: -3rem;
}

/*** Responsivo ***/
@media screen and (min-width: 200px) and (max-width: 840px) {
  #avaliacao360 .input-align {
    display: grid !important;
  }

  .w50pc {
    width: 100%;
  }

  .img-modal {
    width: 280px;
  }

  .img-border {
    width: 300px;
  }

}