.voting-plugin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vote-button:hover {
  background-color: #e0e0e0;
}

.feedback-box {
  margin-top: 15px;
  background-color: #F0F2F4;
  border-radius: 16px;
  padding: 20px 40px;
}

.feedback-text {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* margin-top: 20px; */
  font-size: 14px;
}

.submit-feedback,
.cancel-feedback {
  margin: 5px;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.submit-feedback {
  background-color: #4262F0;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #D3D7DE;
  padding: 10px 16px;
}

.cancel-feedback {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #D3D7DE;
  padding: 10px 16px;
}

.voting-plugin {
  border: 1px solid #d3d7de;
  border-radius: 16px;
  padding: 20px 52px;
  text-align: center;
}

button.vote-button.not-useful {
  background-color: unset;
}

button.vote-button.useful {
  background-color: unset;
  padding-top: 16px;
}

.vote-wrap-icon {
  grid-template-columns: 1fr;
  display: grid;
  justify-items: center;
  gap: 10px;
}
.title-vote {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.text-vote {
  font-size: 14px;
}
.wrap-img-vote-useful {
    border: 1px solid #D3D7DE;
    padding: 10px;
    border-radius: 100%;
}

.wrap-img-vote-not-useful {
    border: 1px solid #D3D7DE;
    padding: 10px;
    border-radius: 100%;
}
.active-vote {
    border-color: #4262F0;
    background-color: #E7EBFD;
}
.title-vote-use {
    font-weight: bold;
    margin-bottom: 16px;
}

.buton-vote {
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.list-vote-un {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-vote-un label {
    font-weight: unset;
    font-size: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.submit-feedback:hover {
    background-color: #4262F0;
}

button.cancel-feedback:hover {
    background-color: #fff;
}
.list-vote-un input[type="radio"], input[type="checkbox"] {
    margin-top: unset;
    height: 24px;
    width: 24px;
}
.wrap-img-vote-useful img {
    margin-right: unset !important;
}
.wrap-img-vote-not-useful img {
    margin-right: unset !important;
}