.bxmaker__feedback__popup-header {
  display: block!important;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7c5d5;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.bxmaker__feedback__popup-background {
  background: rgba(0,0,0,0.55);
}

.bxmaker__feedback__popup-close {
  display: block;
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: -26px;
  right: 0;
  width: 16px;
  height: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17"> <path fill="%23FFF" fill-rule="evenodd" d="M15.769 14.683l-1.813 1.816-5.957-5.966-5.956 5.966-1.814-1.816L6.402 8.5.228 2.316 2.04.5l5.958 5.966L13.954.5l1.814 1.816-6.174 6.183 6.175 6.184z"/> </svg> ');
  transition: .3s ease transform;
  cursor: pointer;
}

.bxmaker__feedback__popup-close:hover  {
  transform: rotate(90deg);
}

body .bxmaker__feedback__popup-content {
  width: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 20px 20px 30px;
}

@media (min-width: 480px) {
  body .bxmaker__feedback__popup-content {
    padding: 20px 30px 30px;
    width: 440px;
  }

  .bxmaker__feedback__popup-header {
    font-size: 18px;
    width: calc(100% + 60px);
    margin-left: -30px;
    font-weight: bold;
    color: #000;
  }

  .bxmaker__feedback__popup-close {
    top: 0;
    right: -28px;
  }
}

.bxmaker__feedback__popup {
  margin: 0 auto;
  font-size: 14px;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.bxmaker__feedback__popup * {
  font-weight: normal;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bxmaker__feedback__popup::-moz-selection,
.bxmaker__feedback__popup *::-moz-selection {
  background: transparent;
}
.bxmaker__feedback__popup::selection,
.bxmaker__feedback__popup *::selection {
  background: transparent;
}
.bxmaker__feedback__popup-background {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 2s easy, background 2s easy;
  transition: opacity 2s easy, background 2s easy;
}

.bxmaker__feedback__popup-content {
  position: fixed;
  z-index: 10001;
  background: #FFF;
  padding: 20px;
  border-radius: 4px;
  opacity: 0;
}

.bxmaker__feedback__popup-form {
  max-width: 280px;
  width: 100%;
  margin: 30px auto 0;
}

.bxmaker__feedback__popup-form form{
  width: 100%;
}

.bxmaker__feedback__popup-form p {
  margin-bottom: 20px;
}

.bxmaker__feedback__popup-form p input, .bxmaker__feedback__popup-form p textarea {
  display: block;
  width: 100%;
  padding: 11px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: #000000;
  border: 1px solid #d6d6d6;
  resize: none;
}

.bxmaker__feedback__popup-form p textarea {
  height: 160px;
  outline: none;
}

.bxmaker__feedback__popup-form p label {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: #000000;
  margin-bottom: 11px;
}

.bxmaker__feedback__popup-control {
  text-align: center;
}

.bxmaker__feedback__popup-accept {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  color: #fff;
  padding: 10px 27px 11px;
  border-radius: 20px;
  background-color: #f33333;
  cursor: pointer;
  border: 2px solid #f33333;
  transition: .3s ease-in-out all;
}

.bxmaker__feedback__popup-accept:hover {
  background-color: #fff;
  color: #000;
}
