/* CSS Document */

.small-text {
  font-size: 12px;
  color: #fff;
}

.login-div {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 30px;
  background: #000;
}

.review-box {
  padding: 15px;
  background: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #fff;
  max-height: 550px;
  overflow: scroll;
  scrollbar-color: red #707070;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.review-hd {
  background: linear-gradient(to left top, #c32c71 50%, #b33771 50%);
  padding: 15px;
  display: block;
  color: #fff;
  border-radius: 10px;
}

.review-post {
  background: #000;
  padding: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
}

.review-post-hd {
  background: #272727;
  padding: 8px;
  border-radius: 20px;
  color: #fff;
}

.right-login-box {
  padding: 15px;
  background: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}



progress[value] {
  --color: linear-gradient(to left top, #c32c71 50%, #b33771 50%);
  /* the progress color */
  --background: lightgrey;
  /* the background color */

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 182px;
  margin: 0 10px;
  border-radius: 10em;
  background: var(--background);
}

progress[value]::-webkit-progress-bar {
  border-radius: 10em;
  background: var(--background);
}

progress[value]::-webkit-progress-value {
  border-radius: 10em;
  background: var(--color);
}

progress[value]::-moz-progress-bar {
  border-radius: 10em;
  background: var(--color);
}

.review-box label {
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin: 5px 0;
}



.review-ladies {
  display: block;
  position: relative;
  margin-bottom: 15px;
  border: 2px solid #fff;
}

.review-ladies img {

  border-radius: 4px;
  max-width: 100%;
  cursor: pointer;
  height: 200px;
  width: 100%;
}

@media (max-width:768px) {
  .review-ladies img {
    height: 400px;
    width: 100%;
  }
}

@media (max-width:500px) {
  .review-ladies img {
    height: 350px;
    width: 100%;
  }
}

.review-ladies h5.ladies {
  margin: 0;
  background-color: #000;
  padding: 18px 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}


.profile-section2 h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
  text-transform: none;
}


.review-box-right label {
  font-size: 15px;
  font-weight: 200;
  display: block;
  margin: 5px 0;
}

.review-box-right progress[value] {
  width: 80%;
  height: 20px;
}

@media (max-width:768px) {
  .review-box-right progress[value] {
    width: 70%;
    height: 20px;
  }
}

.review-box-right {
  color: #fff;
  background: #000;
  padding: 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.p-3 {
  padding: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: .5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.review-box-right .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}


.review-box-right profile-avatar[data-char] {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*background-color: #9ccd57 !important; */
  background-color: purple;
  margin-right: 1rem !important;
  line-height: 35px;
  padding: 1px;
  text-align: center;
}

.review-box-right .media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-reviews .author {
  font-weight: bold;
  color: var(--text-color-primary);
  margin-bottom: 2px;
  display: inline-block;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.list-reviews .message {
  line-height: 20px;
}

.color-blue {
  color: #2ce5e7;
}

.color-red {
  color: #ff9435;
}

.review-box-right .checked {
  color: orange;
}

.loyalty-reward {
  line-height: 24px;
}

.loyalty-reward-box {
  background: #272727;
  padding: 5px 10px;
  width: 150px;
  float: left;
  margin-bottom: 5px;
  margin-right: 50px;
}

.btn2 {
  background: #d177ff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 1s ease-out;
}

.btn2:hover {
  background: #666;
  transition: all 1s ease-out;
}




.box {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.15s ease-in;
  background-color: #fc205e;
  height: 100%;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
  width: 287px;
  height: 300px;
  padding: 3rem;
  border-radius: 50px;
}

.box .eyeContainer {
  display: flex;
  width: 80%;
  /* margin-top: 6rem; */
  justify-content: center;
}

.box .eyeContainer .eyeLid {
  text-align: center;
  display: flex;
  background-color: white;
  border-radius: 50% 50% 49% 51%/67% 68% 32% 33%;
  box-shadow: inset -17px -10px 12.5px rgba(0, 0, 0, 0.144);
  -webkit-animation-name: blink;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50%;
  animation-play-state: running;
}

.box:hover {
  cursor: help;
}

.eyeLid,
.eyes {
  text-align: center;
  display: flex;
  /* font-size: 0.65em; */
  width: 17rem;
  height: 17rem;
  /* background-color: black; */
}

.eye {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 55%;
  height: 55%;
  background-color: #08090a;
  border-radius: 50%;
  z-index: 8976;
  margin: auto;
  margin-left: 30px;
  margin-top: 70px;
  -webkit-animation-name: eyeball;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 30%;
  animation-play-state: running;
}

.eye:after {
  /*pupil*/
  --pupil-size: 2rem;
  position: absolute;
  top: -0.4rem;
  left: 1.2rem;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 50%;
  content: " ";
}

@keyframes blink {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }

  10% {
    -webkit-transform: scaleX(1) scaleY(1);
  }

  10.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
  }

  11% {
    -webkit-transform: scaleX(1) scaleY(1);
  }

  40% {
    -webkit-transform: scaleX(1) scaleY(1);
  }

  40.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
  }

  41% {
    -webkit-transform: scaleX(1) scaleY(1);
  }

  70% {
    -webkit-transform: scaleX(1) scaleY(1);
  }

  70.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
  }

  71% {
    -webkit-transform: scaleX(1) scaleY(1);
  }

  100% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
}

@keyframes eyeball {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }

  10% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }

  10.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
    margin-left: 30px;
    margin-top: 64px;
  }

  11% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }

  40% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }

  40.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
    margin-left: 78px;
    margin-top: 58px;
  }

  41% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 78px;
    margin-top: 62px;
  }

  70% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 78px;
    margin-top: 62px;
  }

  70.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
    margin-left: 30px;
    margin-top: 68px;
  }

  71% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }

  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }
}



@media (max-width:1000px) {

  .headpart {

    text-align: center;
  }

  .headpart .btn2 {

    height: auto;
    display: inline-block;
    margin-bottom: 10px;
  }

  .button {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
    height: auto !important;
  }

}

@media (max-width:1024px) {
  .btn2 {
    padding: 5px 10px;
  }
}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
}

.button {
  width: 200px;
  height: 70px;
  background: linear-gradient(to left top, #c32c71 50%, #b33771 50%);
  border-style: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;

  font-weight: 600;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 10px;
  overflow: hidden;
  transition: all .5s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

.button span {
  position: absolute;
  display: block;
}

.button span:nth-child(1) {
  height: 1px;
  width: 200px;
  top: 0px;
  left: -200px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span1 2s linear infinite;
  animation-delay: 1s;
}

@keyframes span1 {
  0% {
    left: -200px
  }

  100% {
    left: 200px;
  }
}

.button span:nth-child(2) {
  height: 70px;
  width: 1px;
  top: -70px;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f6e58d);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span2 2s linear infinite;
  animation-delay: 2s;
}

@keyframes span2 {
  0% {
    top: -70px;
  }

  100% {
    top: 70px;
  }
}

.button span:nth-child(3) {
  height: 1px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  animation: span3 2s linear infinite;
  animation-delay: 3s;
}

@keyframes span3 {
  0% {
    right: -200px;
  }

  100% {
    right: 200px;
  }
}

.button span:nth-child(4) {
  height: 70px;
  width: 1px;
  bottom: -70px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  animation: span4 2s linear infinite;
  animation-delay: 4s;
}

@keyframes span4 {
  0% {
    bottom: -70px;
  }

  100% {
    bottom: 70px;
  }
}

.button:hover {
  transition: all .5s;
  transform: rotate(-3deg) scale(1.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .4);
}

.button:hover span {
  animation-play-state: paused;
}

.new-review {
  display: inline-block;
  font-size: 13px;
  animation: heartbeat 2s infinite;
  background-color: purple;
  border-radius: 20px !important;
  padding: 2px 12px;
  margin-left: 18px;
  color: white;
  text-decoration: none;

}

.new-review:hover {
  color: white;
}

@keyframes heartbeat {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {



  width: 100%;



  margin: auto;



}

#formResetpassword .modal-content .form-group .form-control {
  color: #000;
}

.center {
            position: absolute;
            top: 20%;
            left: 50%;
            transform: translate(-50%, -50%);
          }

          #cloud {
            background: #e5e1ec;
            width: 350px;
            height: 130px;
            border-radius: 150px;
            box-shadow: 10px 10px rgba(83, 32, 167, 0.4);
            animation: move 3s infinite;
          }

          #cloud:after {
            content: '';
            background: #e5e1ec;
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            top: -50px;
            left: 50px;
          }

          #cloud:before {
            content: '';
            background: #e5e1ec;
            position: absolute;
            width: 170px;
            height: 150px;
            border-radius: 50%;
            top: -90px;
            right: 40px;
          }

          @keyframes move {
            0% {
              transform: translatex(0);
            }

            50% {
              transform: translatex(-40px);
            }
          }

.tabs_vertical.ui-tabs .ui-tabs-nav li a {
    background: #fff;
    background-image: url('../img/bg_panel.png');
}
.tabs_vertical.ui-tabs .ui-tabs-nav li a h5 {
    margin: 10px 0;
    color: #000;
}
.service-icon h4 {
    color: #c4a15a;
    font-size: 30px;
    margin: 0 0 30px 0;
}
li.ui-state-active:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: auto;
    right: -1px;
    top: 0;
    z-index: 1;
    background: #fff;
}
.tabs_vertical.ui-tabs .ui-tabs-nav {
    margin-top: -1px;
}
.ui-tabs .ui-tabs-nav li {
    border: none;
    float: none;
}
table {
    border-collapse: collapse;
}
table tr td {
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.08);
}
table tr:nth-child(2n) td {
    background: rgba(0,0,0,0.01);
}
.ui-state-default.ui-corner-top {
    border-top: 1px solid rgba(0,0,0,.08);
}