button {
    font-size: 20px;
    font-weight: normal !important;
    font-family: "din", Helvetica, Arial, sans-serif !important;
    cursor: pointer;
    text-shadow: none !important;
    padding: 15px 40px;
    border-radius: 0px;
    border: 1px solid black;
}
button:hover {
    background: #000 !important;
    border: 1px solid #000;
}
.upsell-add-button {
    color: #fc4c03;
    background-color: transparent;
    width: 100%;
    border: 1px solid #fc4c03;
    margin-bottom: 8px;
}
.modal-activate-button {
    color: #fff;
    background: #429c80 !important;
/*      width: 40%;
    margin-bottom: 8px; */
  font-size: 1em;
   height: 50px;
   line-height: 48px;
   padding: 0 30px;
  
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 462px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: table;
    border-radius: 0px;
    line-height: normal;
    overflow: hidden;
    z-index: 99999;
}
.modal-container {
    padding: 10px;
}
.modal-body {
    padding: 40px;
}
.modal-header {
    font-size: 20px;
    text-align: center;
       margin-bottom: .6em;
}
.modal-input, .modal-button {
    margin: auto;
    display: flex;
    width: 100%;
}
.modal-input {
    padding: 12px;
    font-size: 16px;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.modal-button {
    justify-content: center;
    padding: 12px 22px;
      color: white;
     background-color: #429c80;
}
/* The Close Button */
.close {
    color: gray;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Load Spinner Modal (background) */
.spinner-modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
.fa-spinner {
   color: #fff;
   font-size: 40px;
     position: fixed;
   top: 50%;
   left: 50%;
/*   	-webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   -webkit-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   transform-origin: 0 0; */
     z-index: 99999;
}
@media only screen and (max-width: 992px) {
    .modal-input, .modal-button {
        width: 100%;
   }
}
@media only screen and (max-width: 768px) {
    .upsell-add-button, .modal-activate-button {
        font-size: 10px;
   }
}
@media only screen and (max-width: 414px) {
    .upsell-add-button, .modal-button, .modal-activate-button {
        font-size: 3.8vw;
        padding: 1px 22px;
   }
    .modal-content {
        width: 314px;
   }
}
@media only screen and (max-width: 414px) {
  .modal-header {
     font-size: 18px;
   }
   .modal-content {
        padding: 0px;
   }
    span.close {
        padding-right: 10px;
   }
  .fa-spinner {
          left: 45%;
  }
}


