.tf-shutter {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 100;
  background-color: rgba(0, 0, 0, .24);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.tf-modal-window {
  z-index: 200;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tf-modal-window-content {
  background-color: #f8f8f8;
  min-height: 60%;
  max-height: 90%;
  padding: 16px;
  display: block;
  overflow-y: auto;
}

.tf-modal-window-header {
  color: #f3f3f3;
  background-color: #1e87f0;
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  display: block;
}

.tf-modal-window-close {
  color: #eee;
  float: right;
  cursor: pointer;
  margin: 4px 18px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}

.tf-modal-window-close:hover {
  color: tomato;
}

.tf-modal-window-footer {
  overflow: none;
  text-align: right;
  background-color: #f8f8f8;
  max-height: 100px;
  padding: 12px;
  display: block;
}

@media (max-width: 600px) {
  .tf-modal-window {
    max-width: 96%;
  }
}

/*# sourceMappingURL=index.fd896187.css.map */
