/* .bg_color{
 background-color: white;   
} */

.site_caption{
  background: linear-gradient(to right, #f32170, #ff6b08,#cf23cf, #eedd44);-webkit-text-fill-color: transparent;-webkit-background-clip: text;font-size:18px;
}

#preloader {
    overflow: hidden;
    background-image: linear-gradient(135deg, #a759d1 0%, #8261ee 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
  }
  
  #preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
  }
  
  #preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
  }
  
  #preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
  }
  
  #preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
  }
  
  @-webkit-keyframes jumper {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    5% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  
  @keyframes jumper {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    5% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }


    .dummylikebtn{
    top:30px;
    font-size:50px;
    color:#fc033c;
    cursor:pointer; 
    position: relative;
    background-color:white;
    border-radius:100px;
    display: inline-block;
    height:60px;
    width:60px;
    }


    .dummyprofileopenbtn{
        top:30px;
        font-size:50px;
        color:#73f516;
        cursor:pointer;
        position: relative;
        background-color:white;
        border-radius:100px;
        display: inline-block;
        height:60px;
        width:60px;
    }


  .likebtn{
    top:30px;
    font-size:50px;
    color:#00b53d;
    cursor:pointer; 
    position: relative;
    background-color:white;
    border-radius:100px;
    display: inline-block;
    height:60px;
    width:60px;
    }

    .likedbtn{
      top:30px;
      font-size:50px;
      color:gray;
      cursor:pointer; 
      position: relative;
      background-color:white;
      border-radius:100px;
      display: inline-block;
      height:60px;
      width:60px;
      }

    .profileopenbtn{
        top:30px;
        font-size:50px;
        color:#00037a;
        cursor:pointer;
        position: relative;
        background-color:white;
        border-radius:100px;
        display: inline-block;
        height:60px;
        width:60px;
    }
    .messageBtn{
        top:30px;
        font-size:50px;
        cursor:pointer;
        color:#12c0d2;
        position: relative;
        background-color:white;
        border-radius:100px;
        display: inline-block;
        height:60px;
        width:60px;
    }

    .dummyMessageBtn{
      top:30px;
      font-size:50px;
      cursor:pointer;
      color:#12c0d2;
      position: relative;
      background-color:white;
      border-radius:100px;
      display: inline-block;
      height:60px;
      width:60px;
  }

    .profileclosebtn{
      font-size:50px;
      color:#ff7600;
      cursor:pointer;
      position:relative;
      top:30px;
      background-color:white;
      border-radius:100px;
      display: inline-block;
      height:60px;
      width:60px;
      margin-right:4px;
      margin-left:4px;
    }
    .unmatchbtn{
      font-size:50px;
      color:red;
      cursor:pointer;
      position:relative;
      top:30px;
      background-color:white;
      border-radius:100px;
      display: inline-block;
      height:60px;
      width:60px;
      margin-right:4px;
    }