.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

.modal-white .w-modal-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-white .w-modal-container .card-wrapper {
  width: calc(100% - 30px);
  background: #fff;
  padding: 24px 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.modal-white .w-modal-container .card-wrapper .card-title {
  font-family: 'AIAEverest-Bold';
  font-size: 18px;
  color: #333D47;
  padding-bottom: 10px;
  border-bottom: 2px solid #F2F4F6;
}
.modal-white .w-modal-container .card-wrapper .wrapper-button {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}
.modal-white .w-modal-container .card-wrapper .wrapper-button button {
  padding: 8px 0;
  width: calc(50% - 5px);
  border: 1px solid #1F78AD;
  border-radius: 4px;
  font-family: 'AIAEverest-Bold';
  font-size: 16px;
  background: #fff;
  color: #1F78AD;
  margin: 0;
}
#w-modal_get_link_DLAT .card-footer {
  display: flex;
  justify-content: center;
  width: 100%;
}
#w-modal_get_link_DLAT .get-link-DLAT-button {
  margin: 16px 0 0;
  padding: 8px 0;
  width: calc(70%);
  border-radius: 4px;
  font-family: 'AIAEverest-Bold';
  font-size: 16px;
  background: #D31145;
  color: #fff;
  text-align: center;
}

.btn-close {
  margin: 16px 0 0;
  padding: 8px 0;
  width: calc(70%);
  border-radius: 4px;
  font-family: 'AIAEverest-Bold';
  font-size: 16px;
  background: #D31145;
  color: #fff;
  text-align: center;
}



