body{
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.5rem 0;
}
.raisin-links {
    padding: 70px 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.links .current-link {
    min-height: 56px;
    z-index: 0;
    margin: 0 auto 16px;
    background-color: #ebeef1;
    color: #000000;
    transition: all 0.2s ease-in;
    border-radius: 14px;
    display: block;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    line-height: 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.links .link-container:hover a.current-link{
    transform: scale(1.02);
}
.links .social-container{
  display: flex;
  gap:5px
}
a.social-icon
 {
    background-color: #ebeef1;
    height: 56px;
    min-width: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #9d9d9d;
    text-decoration: none;
}
.links .country-flag {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.links .current-link span:first-child{
    color: #9d9d9d;
    font-size: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.links a span em{
  display: none;
}
.links a img{
    width: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    filter: grayscale(1);
    opacity: 0.8;
}
.link-container {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}
.btn-share{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in;
    display: none;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    background: url(https://assets.raisin.digital/new_website/static/assets/img/share.svg) no-repeat;
    background-position: center;
    background-size: 20px;
}
.links .link-container:hover .btn-share{
    display: flex;
}
.links .link-container:hover .btn-share:hover {
    background-color: rgb(0 0 0/.1);
    display: flex;
}
header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 12px;
    z-index: 10;
    max-width: 788px;
    top: 0;
    margin: 8px auto;
    left: 0;
    right: 0;
    transition: all 0.2s linear;
    border-radius: 72px;
    border: 1px solid transparent;
    width: 94%;
    backdrop-filter: blur(10px);
}
header.scrolled{
    border: 1px solid rgb(235, 238, 241);
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}
.raisin-text{
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s linear;
    opacity: 0;
}
header .btn-share {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transform: none;
    background: rgb(240,240,240) url(https://assets.raisin.digital/new_website/static/assets/img/share.svg) no-repeat;
    background-size: 20px;
    background-position: center;
    border: 1px solid rgb(226,226,226);
}
header .raisin-logo{
    width: 40px;
    opacity: 0;
    transition: all 0.2s linear;
}
header.scrolled .raisin-logo, header.scrolled .raisin-text{
    opacity: 1;
}
.modal-header ,.modal-body{
    padding: 20px;
}
.modal-header {
    align-items: center;
}
.modal-header.no-border{
  border-bottom: 0;
}
.modal-header h5{
    font-size: 16px;
    font-weight: 600;
}
.modal-header .btn-close {
    font-size: 12px;
    box-shadow: none !important;
}
.modal-content {
    border-radius: 12px;
    border: 0;
}
#shareLink .share-link {    
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
    color: #000000;
    text-decoration: none;
}
#shareLink .share-link:hover{
    background: rgb(243, 243, 241);
}
#shareLink .share-link svg:first-child{
    width: 24px;
    margin-right: 16px;
}
#shareLink .share-link svg:last-child{
    margin-left: auto;
}
.btn-copy {
    border: 1px solid rgb(224, 226, 217);
    background: transparent;
    cursor: pointer;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin: 20px 15px 10px;
    width: calc(100% - 30px);
    transition: all 0.2s linear;
}
.btn-copy:hover{
    background-color: rgb(243, 243, 241);
}
.copyText.copied{
    color: #016e1a;
}
input.site-link {
    background: transparent;
    border: 0;
    outline: none;
    width: 80%;
}
.opacity-4{
  opacity: 0.4 !important;
}
.font-weight-bold{
  font-weight: 700;
}
.text-red{
  color: #ff7676;
}
.important-msg {    
  background: #f9f9f9;
  margin: -20px -20px 0;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 24px;
}
.own-venue {
  background: #78b06e;
  padding: 30px 40px;
  margin: 0 -20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  justify-content: center;
  color: #212529 !important;
  text-decoration: none !important;
}
.own-venue span{
  color: #fff;
}
.own-venue div{
max-width: 320px;
}
.own-venue img {
  width: 80px;
  margin-right: 20px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.submit-venue-form{
  padding: 20px 20px 0;
}
form:invalid .material-button {
  color: rgba(0, 0, 0, 0.26);
  pointer-events: none;
}
.btn-submit {
  background: #7dbd71;
  border: 1px solid #7dbd71;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 30px;
  margin: 0;
}
#submitVenue .modal-footer {
  padding: 20px;
  margin: 20px -40px 0;
  padding-bottom: 0;
}
.material-input {
  height: 70px;
}
.recaptcha.material-input {
  height: auto;
}
.material-input label {
  line-height: 50px;
  height: 50px;
}      
.material-input {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.material-input label, .material-input input, .material-input .error {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.material-input input {
  top: 11px;
  border: none;
  margin: 8px 0;
  background: none;
  z-index: 2;
  color: #222529;
}
.material-input input:focus{
  outline: none;
}
.material-input input:focus + label, .material-input input:valid + label, .material-input input:not(:placeholder-shown) + label {
  line-height: 20px;
  font-size: 16px;
}
.material-input input:placeholder-shown ~ .error, .material-input input:valid ~ .error{
  opacity: 0;
}
.material-input input:focus + label:after {
  visibility: visible;
  left: 0;
  width: 100%;
}
.material-input input:focus + label + .error{
  opacity: 0;
}
.material-input input:not(:focus):not(:placeholder-shown):invalid{
  transition-delay: 0s;
  color: inherit;
}
.material-input input:not(:focus):not(:placeholder-shown):invalid + label {
  transition: all 0.2s 0s;
  color: #6d727b;
}
.material-input input:not(:focus):not(:placeholder-shown):invalid + label:after{
  visibility: visible;
  left: 0;
  width: 100%;
  background: red;
  transition-delay: 0s;
}
.material-input label {
  color: #6d727b;
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0px -1px #e6e8ec;
  z-index: 1;
  font-weight: 400;
}
.material-input label.no-border{
  box-shadow: none;
  height: auto;
  line-height: initial;
}
.venue-type {
  display: flex;
  justify-content: space-around;
  text-transform: uppercase;
}
.venue-type label{
  font-weight: 700;
  padding-top: 40px;
  cursor: pointer;
}
.venue-type label::before{    
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #393939;
  border-radius: 50%;
  margin: 0 auto;
}
.venue-type input:checked + label::before{
  background: url(https://assets.raisin.digital/new_website/static/assets/img/radio-selected.png) no-repeat;    
  background-size: 15px;
  background-position: center;
}
.venue-type input#restaurant + label{
  color: #9c78ab;
}
.venue-type input#bar + label{
  color: #5ec0b4;
}
.venue-type input#cave + label{
  color: #6ec0d4;
}
.material-input label.no-border::after{
  content: none;
}    
.material-input.h-auto label{
  position: relative;
}
.material-input label:after{
  content: "";
  visibility: hidden;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  background-color: #000;
  width: 10px;
  height: 2px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.material-input .error {
  position: absolute;
  color: red;
  font-size: 12px;
  font-style: italic;
  opacity: 1;
  transition: all 0.2s;
  bottom: 0;
}
.alert-dark {
  color: #1f2326;
  background-color: #e7e7e8;
  border-color: #e7e7e8;
  border-radius: 0.4rem;
}
.alert-dark a{
  color: #1f2326;
}
.btn-outline-muted {
color: #9d9d9d;
border-color: #9d9d9d;
text-transform: uppercase;
font-weight: 700;
letter-spacing: .1em;
padding: 0.525rem 0.75rem;
font-size: .8rem;
border-radius: 0.4rem;
}
.btn-outline-muted:hover {
color: #fff;
background-color: #9d9d9d;
border-color: #9d9d9d;
}
.modal-lg {
max-width: 700px;
}
.pac-container {
z-index: 9999;
}
#preloader {
    background-color: rgb(255 255 255/87%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    display: none;
}
#preloader img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    outline: none !important;
}
@media(max-width:1024px){
  .btn-share {
        display: flex;
  }
}
@media(max-width:991px){
  .modal-dialog.modal-lg {
      max-width: 95%;
  }
}
@media(max-width:767px){
  .links .current-link {
    min-width: 100%;
  }
  .links .social-container {
    flex-wrap: wrap;
  }
  .links .social-container .current-link {
    margin-bottom: 0;
  }
  a.social-icon {
    padding: 0;
    flex: 1;
    margin-bottom: 16px;
  }
  .important-msg {
      padding: 20px;
      font-size: 16px;
      line-height: 24px;
  }
  .own-venue {
      padding: 30px 20px;
      font-size: 18px;
      line-height: 24px;
  }
  .own-venue img {
      width: 80px;
      margin-right: 20px;
  }
  .own-venue br {
      display: none;
  }   
  .links a {
      padding-left: 50px;
      padding-right: 50px;
      line-height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 10px;
      padding-bottom: 10px;
  } 
  .submit-venue-form {
      padding: 20px 0 0;
  }  
  #submitVenue .modal-footer {
      margin: 20px -20px 0;
  }  
  .material-input label, .material-input input, .material-input .error {
      font-size: 16px;
  }
  .material-input input:focus + label, .material-input input:valid + label, 
  .material-input input:not(:placeholder-shown) + label {
      font-size: 16px;
  }
  .material-input .error {
      bottom: -6px;
  }
  .venue-type label {
      padding-top: 45px;
  }
  .venue-type label::before {
      width: 28px;
      height: 28px;
  }
  .venue-type {
      margin: 20px 0 0;
  }
}