.modal-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.modal-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.modal {
  display: flex;
  position: relative;
  width: auto;
  height: auto;
  z-index: 9999;
}
.modal-close-btn {
  position: fixed;
  background-color: #2b536b ;
  line-height: 0;
  padding: 13px;
  border: 1px solid #d23539;
  border-radius: 5px;
  color: #ffffff;
  right: 27%;
  top: 10%;
  cursor: pointer;
}
.modal-content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
button::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}
.toyota-promo-modal {
  max-width: 40%;
}
.toyota-promo-modal-content {
  padding: 0px;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 20px 0;
  padding: 10px;
  width: 100%;
  min-height: 200px;
}