.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 4px;
  max-width: 650px;
  width: 100%;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  margin-top: 10px;
}




/* ====.protection_modal=== */
.protection_modal {
  text-align: left !important;
  padding: 40px 0 !important;
}

.modal_title {
  font-size: 22px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.protection_modal .modal-header {
  display: block;
  border: none;
  padding-bottom: 0
}

.protection_modal .modal-header img {
  display: block;
  margin: auto;
  margin-bottom: 20px;

}

.list_group_box {
  padding: 20px;
}

.list_header {
  display: flex;

}

.protection_modal .protectionModalIcon {
  margin-right: 10px;
}

.head_title {
  color: #000;
}

.list_group_box ul {
  padding-left: 53px;
}

.list_group_box ul li {
  list-style: auto;
  list-style-type: disc;
}

.list_group_box p {
  padding-left: 36px;
  color: #3e3e3e;
}