/*!
 * Copyright © 2022. ЭБС Знаниум. znanium.com
 */

#wait-modal-dlg {
  position: fixed;
}

.modal-open .modal {
  background: rgba(0, 6, 12, 0.7);
}

.modal-dialog {
  border-radius: 5px;
  color: #337AB7;
  font-family: "Gotham Pro Regular";
  font-size: 1.6rem;
  margin-top: 100px;
}

.modal-header {
  padding: 15px;
  border-bottom: 2px solid #E3F0FB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header .close {
  margin-left: auto;
}
.modal-header .close {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,<svg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L22.2132 22.2132' stroke='%23337AB7' stroke-width='1.5'/><path d='M22.2129 1L0.999687 22.2132' stroke='%23337AB7' stroke-width='1.5'/></svg>%0A");
  opacity: 1;
  color: transparent;
  background-size: contain;
  height: 20px;
  width: 20px;
  font-size: 0;
  order: 2;
}

.header-title {
  font-weight: 500;
  font-family: "Roboto";
  flex-grow: 1;
  text-align: center;
}

.weigh-dlg-content {
  min-height: 300px;
}

.weigh-dlg-content .wait-block {
  position: relative;
  text-align: center;
}

.weigh-dlg-content .wait-img-block {
  position: relative;
  margin-top: 30%;
}

.weigh-dlg-content .wait-img-block img {
  height: 50px;
  width: 50px;
}

.weigh-dlg-content .wait-block {
  position: relative;
  text-align: center;
}

.weigh-dlg-content .wait-message-block {
  margin-top: 40px;
}