.modal-center-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: -100%;
  width: 200%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Meiryo", "Yu Gothic", sans-serif;
  transition: right 0.3s ease;
}

.modal-center-mask.active {
  right: 0;
}

.modal-center-mask div {
  line-height: 1.5;
}

.modal-center-overlay {
  width: calc(100% - 365px);
  height: 100%;
  left: 0;
  background-color: transparent;
}

.modal-center-container {
  overflow-y: auto;
  width: 375px;
  height: 100%;
  padding: 20px 30px;
  background-color: #696969;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  position: absolute !important;
  right: -10px;
}

.modal-center-body {
  display: grid;
  justify-content: center;
  margin: 20px 0;
}

.modal-center-default-button {
  float: right;
  cursor: pointer;
}

.modal-center-container {
  background-color: white;
}

@media only screen and (max-width:630px) {
  .modal-center-mask {
    width: 100%;
    left: 0;
    right: auto;
  }

  .modal-center-overlay {
    display: none;
  }

  .modal-center-container {
    width: 100%;
    padding: 20px 6%;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    right: 0px !important;
  }
}

.modalcenter-icon {
  text-align: center;
  filter: drop-shadow(5px 5px 5px lightgray);
}

.modalcenter-check-container h3 {
  color: black;
  font-size: 15px;
  font-weight: initial;
}

.modalcenter-button-group {
  margin-top: 5%;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}

.modalcenter-button-group button {
  width: 100%;
  height: 50px;
  font-size: 1rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Meiryo", "Yu Gothic", sans-serif;
  font-weight: bold;
  cursor: pointer;
  margin: auto 5px;
}

.modalcenter-button-cancel {
  color: black;
  border: 3.5px solid lightgray;
  background-color: transparent;
}

.modalcenter-button-cancel:hover {
  background-color: lightgrey;
}

.modalcenter-button-ok {
  border: none;
  color: white;
  background-color: #b3842d;
}

.modalcenter-button-ok:hover {
  background-color: #b3842d;
}

.modalcenter-button-ok-cadillac {
  background-color: #262626 !important;
}

.modalcenter-button-ok-cadillac:hover {
  background-color: #262626 !important;
}

.modalcenter-button-login {
  border: none;
  color: white;
  background-color: #b3842d;
}

.modalcenter-button-login:hover {
  background-color: #b3842d;
}

.modalcenter-button-login-cadillac {
  background-color: #262626 !important;
}

.modalcenter-button-login-cadillac:hover {
  background-color: #262626 !important;
}

.modalcenter-line {
  margin-top: 10px;
  height: 1px;
  background: black;
}

.modalcenter-account {
  text-align: center;
}

.modalcenter-icon img {
  width: auto;
  height: 21px;
}

.modalcenter-icon div {
  text-align: center;
}

.web-save-link {
  color: blue;
}