.mt-polls {
  .text-input {
    position: relative;
    label {
      font-weight: bold;
      font-size: 16px;
      color: black;
      display: block;
      padding-bottom: .5em;
    }

    input {
      height: 40px;
      border: 1px solid #D8D8D8;
      border-radius: 6px;
      width: 100%;
      font-size: 16px;
      padding-left: 8px;
      -webkit-appearance: none;
      box-sizing: border-box;

      //@media screen and (max-width: 400px) {
      //  width: calc(100% - 11px);
      //
      //}

    }

    &__remains {
      position: absolute;
      top: 13px;
      right: 10px;
      color: #8595A0;
      font-size: 16px;
    }
  }

  .cancel-btn {
    position: absolute;
    top: 17px;
    right: -25px;
    @media screen and (max-width: 400px) {
      right: -18px;
    }
    cursor: pointer;
  }
}
