body{
  margin: 0;
}

:root {
  --progress: 0;
}

.comment {
  margin-top: 12px;
  padding: 16px 32px;
  background: rgba(244, 245, 247, 0.4)
}

.name-initial {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF897D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.name-initial.grey {
  background: #D9D9D9;
}

.comment .divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tandc {
  background: white;
  margin: auto;
  max-width: 1080px;
  max-height: 780px;
  padding: 1.5rem;
}

.tandc .content {
  padding: 1.5rem;
  background: linear-gradient(0deg, rgba(0, 86, 208, 0.05), rgba(0, 86, 208, 0.05)), #FFFFFF;
  border-radius: 8px;
}

.otp {
  margin: auto;
  background: white;
  max-width: 533px;
  max-height: 339px;
}

.otp .otp-content {
  padding: 3.125rem 5.5rem;
  text-align: center;
}

.otp .otp-content .otp-form input {
  width: 25px;
}

.choice-option {
  margin: 10px 0;
  border: 1px solid #808080;
  position: relative;
}

.choice-option .option-progress {
  width: var(--progress);
  height: 48px;
}

.choice-option .option-progress.black {
  background: black;
}

.choice-option .option-progress.black .content label {
  color: white;
}

.choice-option .option-progress.grey {
  background: #BDBDBD;
}

.choice-option .option-progress.disabled {
  pointer-events: none;
}

.choice-option .option-progress .content.white label {
  color: white;
}

.choice-option .option-progress .content {
  display: flex;
  padding: 10px 24px;
  position: absolute;
  left: 0;
  right: 0;
}

.choice-option .option-progress .content label {
  flex: 1;
}

.polls-info {
  padding: 1.75rem 2.5rem;
  background: #F7F7F7;
}

.image-option {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 58px 24px 19px;
  gap: 20px;
}

.choice-option.selected {
  border-color: black;
}

.image-option input[type=radio] {
  height: 18px;
  width: 28px;
  accent-color: black;
}

.image-option .option-image {
  height: 140px;
  width: 140px;
  flex: none;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 14.5px;
}

.image-option .option-content {
  display: flex;
  gap: 24px;
}

.submit-vote {
  box-sizing: border-box;
  margin-top: 44px;
}

.submit-vote d-label ::slotted(a) {
  display: none;
}

.image-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: #00000099;
  align-items: center;
  display: flex;
  justify-content: center;
}

.image-modal .close-icon {
  position: absolute;
  top: 100px;
  right: 200px;
}

#submit-form-section form,
.discussion-form {
  max-width: 878px;
  margin: auto;
}

.discussion-form .form-control.results-chosen.select-field-trigger,
.discussion-form input {
  border-radius: 0;
  border: 1px solid black;
  background-color: white !important;
}

.discussion-form .ddm-form-field-repeatable-add-button.p-0.btn.btn-sm.btn-primary {
  display: flex;
  justify-content: center;
  align-items: baseline;
  opacity: 1;
  border-color: black;
}

.discussion-form .cke_1.cke.cke_reset.cke_ltr {
  border-radius: 0;
}

.discussion-form .btn.btn-secondary.select-button {
  color: white;
}

.voting-actions button:hover,
.voting-actions button {
  display: block;
  max-width: 767px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: Dubai;
  width: 100%;
  background: black;
}

.blog-text-nav-item {
  padding: 16px 20px;
  color: #757780;
  display: flex;
  align-items: center;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-text-nav-item.active {
  color: #0056D0;
  border-bottom: 2px solid #0056D0;;
}

.blogs {
  margin-top: 42px;
}

.blog-actions {
  display: flex;
  margin-top: 16px;
  align-items: center;
  gap: 30px;
}

.blog-actions__item {
  display: flex;
  gap: 10px;
}

.blog-actions a.btn,
.blog-actions button {
  color: black;
}

.blog-actions .btn {
  padding: 0;
}

.blog-actions .list-unstyled {
  display: none;
}

.vote__button {
  border: 1px solid #0000001a;
  padding: 12px 44.5px;
}

