
.newsletterEmail::placeholder {
    color: #A01E64
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sticky_social_icon {
    position: fixed;
    top: 0px;
}


@-webkit-keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .spinner-border1 {
    display: inline-block;
    /* width: 2rem;
    height: 2rem; */
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
  
    color:#3e67ea;
    margin: auto;
    width: 80px;
    height: 80px;
  }
  
.loader{
    display: flex;
    position: fixed; 
    width: 100vw;
    height: 100vh;
    left:0;
    right:0;
    top:0;
    background-color: #ffffff50;
    z-index: 2000;
  }


.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .autocomplete-country{
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: scroll;
    max-height: 220px;
    height: auto;
  }
  
  .autocomplete-country div{
    padding: 10px;
    cursor: pointer;
    background-color: #fafafa; 
    border-bottom: 1px solid #d4d4d4; 
  }
  .autocomplete-country div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; 
  }
  
.autocomplete-active, .autocomplete-active-1 {
    /*when navigating through the items using the arrow keys:*/
    background-color: #e9e9e9 !important; 
  }
  .grecaptcha-badge {
    visibility: hidden;
    }