@charset "UTF-8";


#modal-overlay {
    position: fixed;
    bottom: -30px;
    right: 10px;
    width: 15vw;
    height: auto;
    z-index: 99;
}

.modal-container {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 100%;
  background: #fefefe;
  transform: translate(-50%, -50%);
}

#modal-overlay .modal-inner {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: auto;
}

#modal-overlay .modal-title {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #ff1493;
  text-align: center;
}

#modal-overlay .modal-text {
  padding: 0%;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
}
#modal-overlay .modal-text .imges {
    display: block;
}
#modal-overlay .modal-text .imges img {
	display: block;
	width: 100%;
}
#modal-overlay .modal-text dt img {
	display: block;
	width: 100%;
}
#modal-overlay .modal-text dd {
    font-size: 1.5rem;
    font-family: "sst-mid", sans-serif;
    text-align: center;
    margin: 15px 0;
    color: #333;
    line-height: 1.4;
}
#modal-overlay .modal-text p {
	text-align: center;
}
#modal-overlay .modal-text p span {
	border: solid 1px #000;
    width: 200px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border-radius: 6px;
    font-size: 0.875rem;
    font-family: "sst-mid", sans-serif;
    display: inline-block;
    color: #333;
}
#modal-overlay button {
  position: absolute;
    top: -12px;
    right: calc(0% - 3px);
  padding: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #fefefe;
  border-radius: 50%;
  background-color: #fefefe;
  font-size: 15px;
  box-shadow: 2px 2px 3px #888;
  line-height: 10px;
  color: #444;
  cursor: pointer;
}

#modal-overlay form {
	margin-bottom: 0!important;
}

@media only screen and (max-width: 736px){
#modal-overlay form {
	margin-top: 0!important;
}
#modal-overlay {
    width: 35vw;
}
.modal-container {
    width: 90%;
}
#modal-overlay .modal-inner {
	width: 100%;
}
#modal-overlay button {
    right: -10px;
}
#modal-overlay .modal-text dd {
    font-size: .75rem;
	margin: 15px 0 5px;
}
#modal-overlay .modal-text p span {
font-size: .75rem;
    width: 100%;
    height: auto;
    line-height: 20px;
}
}
