﻿.overlay-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgba(38, 52, 43, 0.8);
  display: none;
}
.overlay-popup.show {
  display: block;
}
.overlay-popup .message-popup {
  height: 233px;
  max-width: 270px;
  width: 100%;
  background: #ffffff url("../../images/popup-bg.png") 100% -50% no-repeat;
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 10px 20px 0 rgba(38, 42, 53, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .overlay-popup .message-popup {
    background-position: 0 0;
    height: 333px;
    max-width: 592px;
    width: 100%;
    border-radius: 11px;
    font-size: 14px;
  }
  .overlay-popup .message-popup .bottom-btn {
    height: 40px;
    max-width: 100px;
    width: 100%;
    line-height: 1.2em;
  }
}
.overlay-popup .message-popup .btn-close {
  padding: 0;
  width: 13px;
  height: 13px;
  background: url("../../images/close-icon.png") 0 0 no-repeat;
  background-size: contain;
  float: left;
  margin-left: 20px;
  margin-top: 18px;
}
@media (min-width: 576px) {
  .overlay-popup .message-popup .btn-close {
    width: 18px;
    height: 18px;
    margin-top: 29px;
    margin-left: 24px;
  }
}
.overlay-popup .message-popup .popup-body {
  max-width: 175px;
  margin: 0 auto;
  padding-top: 27px;
}
@media (min-width: 576px) {
  .overlay-popup .message-popup .popup-body {
    padding-top: 50px;
    max-width: 180px;
  }
}
.overlay-popup .message-popup .heading-default {
  margin-bottom: 18px;
  font-size: 42px;
}
@media (min-width: 576px) {
  .overlay-popup .message-popup .heading-default {
    font-size: 44px;
    margin-bottom: 25px;
  }
}
.overlay-popup .message-popup .img-wrap {
  width: 58px;
  height: 28px;
  margin: 0 auto 10px;
}
@media (min-width: 576px) {
  .overlay-popup .message-popup .img-wrap {
    width: 96px;
    height: 46px;
    margin-bottom: 21px;
  }
}
.overlay-popup .message-popup .img-wrap img {
  box-shadow: none;
}

.tinder-overview .tinder-content {
  margin: 0 15px 100px 15px;
}
@media (min-width: 768px) {
  .tinder-overview .tinder-content {
    margin: 0;
  }
}
.tinder-overview .overlay-popup .message-popup {
  min-height: 233px;
  height: auto;
}
.tinder-overview .overlay-popup .popup-body {
  max-width: 175px;
  margin: 0 auto 20px auto;
  padding-top: 27px;
}
@media (min-width: 576px) {
  .tinder-overview .overlay-popup .popup-body {
    padding-top: 50px;
    max-width: 240px;
  }
}
.tinder-overview .header {
  text-align: center;
  margin-bottom: 15px;
  font-family: "arimoregular", sans-serif;
  font-size: 16px;
}
.tinder-overview .person-wrapper {
  max-width: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tinder-overview .person-wrapper {
    height: 502px;
    width: 589px;
  }
}
.tinder-overview .tinder-skip {
  background-color: #f1f6fb;
  border: none;
  outline: none !important;
  font-size: 15px;
  text-decoration: underline;
}
.tinder-overview .tinder-like {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url("../../images/tinder/like.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  -webkit-box-shadow: 1px 1px 8px 9px rgba(220, 238, 247, 0.91);
  box-shadow: 1px 1px 8px 9px rgba(220, 238, 247, 0.91);
  outline: none !important;
  margin: auto;
  position: absolute;
  bottom: -45px;
}
@media (min-width: 768px) {
  .tinder-overview .tinder-like {
    top: 0;
    bottom: 0;
    right: -100px;
  }
}
.tinder-overview .tinder-dislike {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url("../../images/tinder/dislike.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  -webkit-box-shadow: 1px 1px 8px 9px rgba(220, 238, 247, 0.91);
  box-shadow: 1px 1px 8px 9px rgba(220, 238, 247, 0.91);
  outline: none !important;
  margin: auto;
  position: absolute;
  bottom: -45px;
  left: 0;
}
@media (min-width: 768px) {
  .tinder-overview .tinder-dislike {
    top: 0;
    bottom: 0;
    left: -100px;
  }
}

#people, .person {
  width: 589px;
  height: 394px;
  max-width: 100% !important;
}

#people {
  position: relative;
  height: 350px;
}
@media (min-width: 768px) {
  #people {
    margin: 0 auto;
    height: 486px;
  }
}
#people .person {
  position: absolute;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s linear;
  height: auto;
}
#people .person img {
  border-radius: 0;
}
#people .person:nth-child(1) {
  z-index: 5;
}
#people .person:nth-child(2) {
  z-index: 4;
  top: 7px;
  transform: scale(0.98);
}
#people .person:nth-child(3) {
  z-index: 3;
  top: 14px;
  transform: scale(0.96);
}
#people .person:nth-child(n+4) {
  z-index: 2;
  transform: scale(0.7);
}
#people .person:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
#people .person span {
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  display: inline-block;
  background: white;
  width: 100%;
  padding: 24px 20px 30px 20px;
  line-height: 30px;
  color: #30323f;
  font-family: "narkisblockmf_condensedbold";
}

.tinder-report {
  position: absolute;
  margin: auto;
  bottom: -37px;
  left: 0;
  right: 0;
  width: 100px;
  text-align: center;
}

.person img {
  width: 105%;
  background: white;
}

@keyframes yes {
  0% {
    transform: scale(1) rotateZ(0deg);
    left: 0;
  }
  30% {
    transform: scale(1.05) rotateZ(0deg);
    left: 0;
  }
  100% {
    transform: rotateZ(45deg);
    left: 400px;
  }
}
.animateYes {
  animation-fill-mode: both;
  animation: yes 0.6s linear;
}
.animateYes:before {
  transform: rotateZ(-35deg);
}
.animateYes.person span {
  color: #73c056 !important;
}

@keyframes no {
  0% {
    transform: rotateZ(360deg);
    right: 0;
  }
  30% {
    transform: scale(1.05) rotateZ(360deg);
    right: 0;
  }
  100% {
    transform: rotateZ(315deg);
    right: 400px;
  }
}
.animateNo {
  animation-fill-mode: both;
  animation: no 0.6s linear;
}
.animateNo:before {
  transform: rotateZ(35deg);
}
.animateNo.person span {
  color: #eb5264 !important;
}

#control {
  position: relative;
  margin: 15px auto 0;
  width: 250px;
}
#control .button {
  width: 65px;
  height: 65px;
  background: #eee;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#control .button .trigger {
  background: white;
  display: block;
  border-radius: 50%;
  width: 75%;
  height: 75%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#control .button .trigger:active {
  transform: translateY(-50%) scale(0.75);
  transition: all 0.05s linear;
}
#control .button .trigger:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "FontAwesome";
}
#control .no {
  left: 38px;
}
#control .no .trigger:before {
  content: "\f00d";
  font-size: 28px;
  color: #c33;
}
#control .yes {
  right: 38px;
}
#control .yes .trigger:before {
  content: "\f004";
  font-size: 22px;
  color: #3b7;
}
#control .info {
  left: calc(50% - 23px);
  top: 17px;
  height: 46px;
  width: 46px;
}
#control .info .trigger {
  width: 65%;
  height: 65%;
}
#control .info .trigger:before {
  content: "\f05a";
  font-size: 16px;
  color: #3498db;
}

/*
@media screen and (max-width: 650px) {
    #people {
        height: auto !important;
        margin-bottom: 550px !important;
    }

    .person {
        height: auto !important;
    }

    .tinder-like {
        left: 0;
        right: 0;
        bottom: -50px;
    }

    .tinder-dislike {
        bottom: -900px;
        left: 30px;
    }

    .tinder-like {
        bottom: -900px;
        margin-right: 30px;
    }

    .overscroll {
        overflow-x: hidden !important;
    }

    .tinder-report {
        bottom: -460px;
    }
}*/
/*@media screen and (max-width: 500px) {
    #people {
        height: auto !important;
        margin-bottom: 450px !important;
    }

    .tinder-dislike {
        bottom: -700px;
        left: 30px;
    }

    .tinder-like {
        bottom: -700px;
        margin-right: 30px;
    }

    .tinder-report {
        bottom: -360px;
    }

    .content-page-container {
        background-image: none;
    }
}*/
/*@media screen and (max-width: 450px) {
    .tinder-like {
        bottom: -630px;
    }

    .tinder-dislike {
        bottom: -630px;
    }

    .tinder-report {
        bottom: -320px;
    }
}*/
.content-page-container {
  background-image: url("../../scss/rtl/images/tin-bg.png") !important;
  background-repeat: no-repeat;
  background-position: center top;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/simple-modal.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/_mixins.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/rtl/_direction.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/tinder.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/_varibales.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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%22%7D */