.info__modal__dialog {
  max-width: 100%;
  background: transparent;
}
.info__modal__content {
  background: #ffffff;
  border-radius: 0;
  border: 0;
  padding: 40px;
}
.info__modal__close {
  width: 32px;
  height: 32px;
  position: absolute;
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  right: 8px;
  top: 8px;
  z-index: 2010;
}
.info__modal__close::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  z-index: 2020;
}
.info__modal__close img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.info__modal__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.info__modal__imageholder {
  margin: auto;
}
.info__modal__textholder {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.info__modal__close:hover img {
  opacity: 0.55;
}
.info__modal__body {
  width: 100%;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 18px;
}
.info__modal__body .table-th:last-of-type,
.info__modal__body .table-td:last-of-type {
  margin-bottom: 0;
}
.info__modal__header {
  width: 100%;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 32px;
}
.info__modal__header .dropdown-divider {
  width: 50%;
  margin: 15px 0;
  height: 3px;
}
.modal.structure::-webkit-scrollbar {
  display: none;
}
.modal.boss .info__modal__content {
  padding: 0;
}
.modal.boss .info__modal__textholder {
  padding-right: 0;
  max-height: 550px;
}
.modal.boss .info__modal__header {
  padding-left: 0;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
}
.modal.boss .info__modal__header .dropdown-divider {
  background: #0cb5dd;
}
.modal.boss .info__modal__body {
  padding-right: 40px;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal.safety .info__modal__textholder {
  padding-right: 0;
  max-height: inherit;
}
.modal.safety .info__modal__body {
  padding-right: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
.modal.safety .table-td:last-of-type,
.modal.safety .table-th:last-of-type {
  margin-bottom: 30px;
}
.info__modal__body::-webkit-scrollbar-track {
  background: #ffffff;
}
.info__modal__body::-webkit-scrollbar-thumb {
  background: #0cb5dd;
}
.info__modal__body::-webkit-scrollbar-thumb:hover {
  background: #0cb5dd;
}
@media (max-width: 767.98px) {
  .info__modal__dialog {
    margin: 0;
    margin-top: 150px;
  }
  .info__modal__container {
    height: 100%;
  }
  .info__modal__content {
    height: 100%;
    overflow-y: auto;
  }
  .info__modal__content::-webkit-scrollbar {
    display: none;
  }
  .info__modal__content {
    padding: 50px 10px;
  }
  .info__modal__container {
    padding: 0;
  }
  .modal.boss .info__modal__imageholder {
    max-width: 360px;
    margin: auto;
    padding: 20px 15px;
  }
  .modal.boss .info__modal__textholder {
    padding-right: 15px;
    max-height: inherit;
  }
  .modal.boss .info__modal__header {
    padding-right: 0;
  }
  .modal.boss .info__modal__body {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (max-height: 540px) {
  .info__modal__dialog {
    margin: 0;
    margin-top: 80px;
  }
  .info__modal__container {
    height: 100%;
  }
  .info__modal__content {
    height: 100%;
    overflow-y: auto;
  }
  .info__modal__content::-webkit-scrollbar {
    display: none;
  }
}
