.icon-feedback {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 998;
  cursor: pointer;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 1px 5px rgba(188, 188, 188, 0.25));
  background: #fff;
  border-radius: 50%;
  transition: 0.5s all;
}
.icon-feedback span {
  width: 36px;
  height: 31px;
  background: url(/static/feedBack/img/icon-note.svg) no-repeat center;
  background-size: contain;
  display: block;
  transition: 0.5s all;
}
.icon-feedback .tool-tip {
  transition: 0.5s;
  padding: 10px 15px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  right: 0px;
  top: -30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  opacity: 0;
  pointer-events: none;
}

#modalFeedback {
  z-index: 9999;
}
#modalFeedback .modal-header {
  padding: 0;
  border: none;
  min-height: auto;
}
#modalFeedback .modal-dialog {
  height: auto !important;
  width: 580px;
  background: transparent;
  min-height: auto;
  max-width: 100%;
}
#modalFeedback .modal-content {
  box-shadow: none;
  border-radius: 5px;
  border: none;
  max-height: 90%;
  overflow: auto;
  max-width: 100%;
}
#modalFeedback .modal-content.min-height {
  min-height: 345px;
}
#modalFeedback .modal-dialog-centered {
  display: inline-block;
}
#modalFeedback .modal-body {
  padding: 40px 30px 30px !important;
}
#modalFeedback .modal-body p {
  margin: 0;
  line-height: 26px !important;
}
#modalFeedback .box_loader::before {
  background-color: #fff;
  opacity: 0.8;
  border-radius: 10px;
  height: 100%;
}

#popup-error2 .popup_content_legal {
  margin-top: 20px;
}

#popup-error2.legal-modal .popup_content_legal_outner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.floating-label .floating-input.textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 75px;
  padding-top: 21px;
}

.modal .modal-content .floating-label.textarea .character {
  position: relative;
  right: 0px;
  color: var(--mono2);
  float: right;
  font-weight: var(--small-regular-font-weight) !important;
  font-size: var(--small-font-size) !important;
  line-height: var(--small-line-height) !important;
}

.floating-label.textarea label {
  top: 14px;
  line-height: 26px;
}

.floating-label.textarea .floating-input:focus ~ label {
  top: 4px;
}

.floating-label.textarea .floating-input:not(:-moz-placeholder-shown) ~ label {
  top: 0px;
  line-height: 26px;
  background: #fff;
}

.floating-label.textarea .floating-input:not(:placeholder-shown) ~ label {
  top: 0px;
  line-height: 26px;
  background: #fff;
}

.group-textarea {
  margin-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
}
.group-textarea #note-textarea {
  max-height: 400px;
}

.group-leaveinfo {
  margin-top: 20px;
  display: none;
}

#popup-error2 .modal-content {
  border-radius: 5px;
  border: none;
}

.grecaptcha-badge {
  overflow: hidden;
  opacity: 0;
  position: relative;
  z-index: -1;
}

.col-contact .span-note {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 15px;
  margin-left: 5px;
  top: inherit;
  right: inherit;
}

.form-group .span-note .icon-circle {
  top: 0;
}

.form-group .span-note {
  top: 5px;
}

#noti-lichsutindung .modal-dialog {
  max-width: 768px !important;
}

#noti-lichsutindung ul li::before {
  display: none;
}

#noti-lichsutindung .popup_content_legal_outner {
  padding: 0;
}

#noti-lichsutindung .title_success {
  margin-top: 0;
}

/*#modalFeedback:before{display: none;} */
#modalFeedback {
  height: auto;
  width: auto;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 1024px) {
  .icon-feedback:hover .tool-tip {
    opacity: 1;
    top: -50px;
  }
  .icon-feedback {
    bottom: 40px;
  }
  .radio-custom:hover + .label-custom:before, .checkbox-custom:hover + .label-custom:before, .radio-custom:checked:hover + .label-custom:before {
    border: 2px solid #000;
  }
  #popup-error2 .modal-dialog {
    max-width: 580px !important;
  }
  #modalFeedback::before {
    display: inline-block !important;
    vertical-align: middle;
    content: " " !important;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #modalFeedback .modal-body {
    padding: 40px 20px 20px !important;
  }
  .icon-feedback {
    bottom: -60px;
    transition: 0.5s all;
  }
  .icon-feedback.has-app {
    bottom: 0px;
  }
  .icon-feedback.has-app.active {
    bottom: 115px;
  }
  .icon-feedback.active {
    bottom: 20px;
  }
  #popup-error2 .modal-content, .legal-modal .modal-dialog {
    border-radius: 0;
  }
  .col-contact .span-note .icon-circle {
    width: 22px;
    height: 22px;
    position: relative;
    left: 0;
    top: 5px;
    display: inline-block;
  }
  .col-contact .span-note .note-circle {
    bottom: calc(100% - 2px);
  }
  .vib-v2-wrapper_new .row .col + .col-12, .vib-v2-wrapper_new .row .col-12 + .col-12 {
    margin-top: 0;
  }
  .exchange-tool .row .col, .exchange-tool .row > [class^=col-] {
    padding: 0;
  }
  .vib-v2-wrapper-rate .row > [class^=col-], .vib-v2-wrapper-rate-chart .row > [class^=col-] {
    padding: 0;
  }
  .vib-v2-wrapper_new .form-group {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=feedback.css.map */