body {
     -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    
}
nav, header {
    height: 54px; 
    background-image: none; 
    width: 100%;
    display: flex;        
    z-index: 100;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
}

.navlogo h1 {
    background: linear-gradient(to right, #ad1447 0%, #f80759 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    letter-spacing: -.7;
}

.navlinks button, .navlinks2 button {
     color: black;
}

.navlinks button:hover {
    color: #db0633;
    border: none;
}

.purchase-page {
    display:flex; 
    height: 100%;
}
.purchase-left, .purchase-right {
    width: 50%;
    background-color: #fcfcfc;
    height: 100%;
}
.purchase-right {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.purchase-info {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin: 100px 50px 50px 50px;
    box-sizing: border-box;
    
}
.purchase-track-info {
    text-align: left;
    width: 300px;
    margin: 0 auto;
}

.i {
   width:28px;
    height:28px;
    background-color:white;
    border-radius:100%;
    line-height:28px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
    box-shadow: 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1px 0 rgba(0,0,0,.07);
    margin-right: 8px;
}

i {
  line-height: inherit !important; 
    color: #909090;
}

.purchase-user {
    -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}


.StripeElement, .purchase-input input {
  background-color: #fff;
  height: 30px;
  padding: 10px 12px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0,0,0,.07), 0 1px 1.5px 0 rgba(0,0,0,.05);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; 
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
    color: #000;
}

.purchase-input {
    padding: 8px 0;
}

.row input:-webkit-autofill {
  -webkit-text-fill-color: #000;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out; 
}


.purchase-input input {
  position: relative;
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    color: #303030;
    font-size: 16px;
    line-height: 1.5; 
    border: 0;
    box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0,0,0,.07), 0 1px 1.5px 0 rgba(0,0,0,.05);
    transition: box-shadow .08s ease-in,color .08s ease-in;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.purchase-input input:focus {
outline:none;
}

.purchase-right button {
        border-radius: 5px;
    width: 100%;
    height: 40px;
    background: #393939;
    font-family: 'Poppins', serif;
    font-size: 14px;
    border: none;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: white;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.purchase-right button:hover {
    box-shadow: 0px 5px 10px rgba(226, 61, 116, 0.4);
    background: linear-gradient(to top left, #d1235e, #f80759);
    cursor: pointer;
    transform: translateY(-1px);
    color: white;
}

.checkbox {
    padding: 12px;
   
}
.show-small {
    display:none;
}

.purchase-left img {
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);  
    }
.purchase-info a {
    text-decoration: none;
    color: black;
}

.purchase-info a:hover {
    text-decoration: underline;
    cursor:pointer;
}

.contractsummary {
    text-align: center;
    color: dimgrey; 
}

#contractbox {
    height: 500px; 
    width: 600px;
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e5e5e5;  
    display: none;   
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 7px rgba(19, 19, 19, 0.8);
}

#contractbox h4 {
    padding: 5px;
}

#x {
    padding: 5px 0px 0 7px;
    position: fixed;
    z-index: 1;
}

#contractbox.show {
    display: block;   
    
}

.termsSection {
    padding: 20px;
    height: 85%;
    overflow: scroll; 
      
}

.termsSection p {
    font-size: 12px;
    
}

.termsSection b {
    font-weight: 900;
    font-size: 14px;
}
.bold:hover, #x:hover {
    cursor: pointer; 
}
.bold:hover{
    text-decoration: underline;
}
.newbody {
  display: flex;
   align-items: center;
   justify-content: center; 
height: 110%;
width: 100%;
position:absolute;     
    top: 0;
    background-color: white;  
    display:none;  
    z-index:1000;
}

.loader {
 
  border: 16px solid #f3f3f3; 
  border-radius: 50%;
  border-top: 16px solid #f80759;  
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;  
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1100px) {
    .purchase-page {
        display:block;
    }
    .show-small {
    display:block;
    text-align: center;
}
    .purchase-right {
    
    box-shadow:none;
}
    .purchase-left, .purchase-right {
        width: 100%;
        background-color: #fff; 
        height: auto;
    }
    
    .purchase-left img {
        height: 125px;
        width: 125px;
    }
    .purchase-info {
        padding-top: 20px;
        width:350px;
        margin: 0 auto; 
    }
    .show {
        opacity:  1;
        text-align: center;
    }
    .hide {
        display: none;
    }
}
