.modal-confirm {
  padding: 70px 90px 0 50px;
  box-sizing: border-box;
  width: 639px !important;
  height: 354px !important;
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/bg-modal-confirm.png) !important;
}

.modal-confirm .info {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.modal-confirm .info p {
  line-height: 50px;
}

.modal-confirm .layout-btn-group {
  display: flex;
  justify-content: space-between;
}

.modal-confirm .layout-btn-group .btn-cancel {
  width: 190px;
  height: 65px;
  background: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-cancel.png) no-repeat center;
  background-size: 100% 100%;
}

.modal-confirm .layout-btn-group .btn-ok {
  width: 190px;
  height: 65px;
  background: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-ok.png) no-repeat center;
  background-size: 100% 100%;
}
