
.pos-rel{
    position: relative;
}
.listrak-custom-form input[type="email"], 
.listrak-custom-form input[type="text"]{
    width: 100%;
    padding: 10px 40px !important;
  /*  height: 38px;
    margin: 5px 0 0 0;
    padding: 0 10px 0 40px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ACACAC;
    border-radius: 0.125em;
    -webkit-appearance: none;
    appearance: none;
    */
}
.listrak-custom-form .ltkpopup-email-icon {
    width: 15px;
    position: absolute;
    top: 12px;
    left: 15px;
}

.listrak-custom-form select{

}
.listrak-custom-form select option{
    
}

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
    background-color:#f7f7f7;
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #cc3b33 transparent transparent transparent;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #cc3b33 transparent;
    top: 7px;
  }
  
  /* style the items (options), including the selected item: */
  .select-items,.select-selected {
   
   /* color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    */

    color: #333;
    text-indent: 0 !important;
    background: #fff;
    border: 1px solid #ACACAC;
    border-radius: 0.125em;
    cursor: pointer;

  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color:#cc3b33;
    color: #fff;
}
.select-items div, .select-selected {
    padding: 10px 15px;
}