@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* Register page css  */

:root {
--primary-color: #ff6cec;
--secondary-color: #101141;
--black-color: #000;
--white-color: #fff;
--color-1d1d1d: #1d1d1d;
--primary-font:"Outfit", sans-serif;
}

body{
  font-family: var(--primary-font)!important;
}

.register-page{
  background: #8c0846;
  background: radial-gradient(circle, rgba(140, 8, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.register-page-inner-div{
  border-radius: 12px;
}

.regiter-card-img{
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
  overflow: hidden;
  border: 3px solid var(--primary-color);
}


.regiter-card .card-body{
  border: 1px solid var(--primary-color);
  border-radius: 12px;
}

.bottom-img{
  height: 70px;
  width: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
  overflow: hidden;
  border: 3px solid var(--primary-color);
}

.bottom-card-title{
  color: #000;
}

.bottom-card-subtitle{
  color: var(--primary-color);
  font-weight: 700;
  font-size: 16px;
}


/*
-------------------------------------------------------------------------------
    Fan Register
-------------------------------------------------------------------------------
*/


.fan-register-page{
  background: #8c0846;
  background: radial-gradient(circle, rgba(140, 8, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.fan-register-inner{
  background: #fff;
  border-radius: 12px;
}

.custom-input{
  background: rgba(255, 255, 255, 0.1)!important;
  border: 1px solid var(--primary-color)!important;
  border-radius: 50px!important;
  padding: 15px 20px!important;
  color: #000!important;
  transition: all 0.3s ease!important;
  width: 100%!important;
}

.custom-textarea{
  background: rgba(255, 255, 255, 0.1)!important;
  border: 1px solid var(--primary-color)!important;
  padding: 15px 20px!important;
  color: #000!important;
  transition: all 0.3s ease!important;
  width: 100%!important;
}

.custom-input:focus {
  background: rgba(255, 255, 255, 0.15)!important;
  outline: none!important;
  border-color: var(--primary-color)!important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2)!important;
}

.custom-input::placeholder {
  /*color: rgba(255, 255, 255, 0.5);*/
}

 .custom-input-check {
    border: 2px solid var(--primary-color)!important;
    margin-top: 0;
  }

  .custom-input-check:active {
    border: 2px solid var(--primary-color)!important;
    margin-top: 0;
  }

  .custom-input-check:focus {
    border: 2px solid var(--primary-color)!important;
    margin-top: 0;
  }

.custom-input-check:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-btn{
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  padding: 10px 30px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
}

.custom-btn:hover{
   border: 2px solid var(--primary-color);
   color:var(--primary-color);
   font-weight: bold;
}

.pass-col{
  position: relative;
}

.pass-view-btn{
  position: absolute;
  top: 52px;
  right: 25px;
}


/*
-------------------------------------------------------------------------------
    Escort Register
-------------------------------------------------------------------------------
*/


.escort-register-page{
  background: #8c0846;
  background: radial-gradient(circle, rgba(140, 8, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.escort-register-inner{
  background: #fff;
  border-radius: 12px;
}

.escort-register-page .category-label {
  padding: 8px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.escort-register-page .range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: var(--primary-color);
  padding: 5px 10px;
  margin-left: 8px;
}

.escort-register-page input.range-slider__range {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: calc(100% - (65% + 13px));
  height: 10px;
  border-radius: 5px;
  /*background: #fff;*/
  background: linear-gradient(35deg, #ba2171 0%, rgba(157, 0, 255, 0.4) 50%, #ba2171 100%);
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  border: 2px solid #ff6cec;
}

.escort-register-page .range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid var(--primary-color);
  border-bottom: 7px solid transparent;
  content: '';
}

.form-check-input {
  border: 2px solid var(--primary-color);
  margin-top: 0;
}

/*
-------------------------------------------------------------------------------
   Change file uploader design
-------------------------------------------------------------------------------
*/

/* ============================================
   RESPONSIVE STYLES FOR REGISTER PAGES
   ============================================ */

/* Mobile Devices */
@media (max-width: 767.98px) {
  /* Register Page */
  .register-page,
  .fan-register-page,
  .escort-register-page {
    padding: 20px 10px;
  }

  .register-page-inner-div,
  .fan-register-inner,
  .escort-register-inner {
    padding: 20px 15px;
    border-radius: 8px;
  }

  /* Profile Images */
  .regiter-card-img {
    height: 80px;
    width: 80px;
    border: 2px solid var(--primary-color);
  }

  .bottom-img {
    height: 60px;
    width: 60px;
    border: 2px solid var(--primary-color);
  }

  /* Card Titles */
  .bottom-card-title {
    font-size: 14px;
  }

  .bottom-card-subtitle {
    font-size: 14px;
  }

  /* Form Elements */
  .custom-input,
  .custom-textarea {
    font-size: 14px !important;
    padding: 12px 16px !important;
  }

  .custom-input::placeholder {
    font-size: 13px;
  }

  /* Buttons */
  .custom-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  /* Password Field */
  .pass-col {
    margin-bottom: 15px;
  }

  .pass-view-btn {
    top: 48px;
    right: 20px;
  }

  /* Category Labels */
  .escort-register-page .category-label {
    padding: 6px 12px;
    font-size: 12px;
    margin: 3px;
  }

  /* Range Slider */
  .escort-register-page input.range-slider__range {
    width: calc(100% - 70px) !important;
    height: 8px;
  }

  .escort-register-page .range-slider__value {
    width: 50px;
    font-size: 12px;
    padding: 4px 8px;
  }

  .escort-register-page .range-slider__value:after {
    top: 6px;
    border-top: 6px solid transparent;
    border-right: 6px solid var(--primary-color);
    border-bottom: 6px solid transparent;
  }

  /* Form Check */
  .form-check-input {
    margin-top: 0;
  }

  .form-check-label {
    font-size: 13px;
  }

  /* Form Groups */
  .form-group,
  .mb-3,
  .mb-4 {
    margin-bottom: 15px !important;
  }

  .form-label {
    font-size: 13px;
  }

  /* Cards */
  .card {
    margin-bottom: 15px;
  }

  .card-body {
    padding: 15px;
  }

  .regiter-card .card-body {
    padding: 15px;
  }

  /* Grid Columns */
  .row > [class*='col-'] {
    margin-bottom: 15px;
  }

  /* Text */
  h1, h2, h3 {
    font-size: 1.5rem;
  }

  h4, h5 {
    font-size: 1.1rem;
  }

  p {
    font-size: 14px;
  }

  /* Links */
  a {
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .register-page-inner-div,
  .fan-register-inner,
  .escort-register-inner {
    padding: 15px 10px;
  }

  .regiter-card-img {
    height: 70px;
    width: 70px;
  }

  .bottom-img {
    height: 50px;
    width: 50px;
  }

  .custom-input,
  .custom-textarea {
    font-size: 13px !important;
    padding: 10px 14px !important;
  }

  .custom-btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .pass-view-btn {
    top: 45px;
    right: 15px;
  }

  .escort-register-page .category-label {
    padding: 5px 10px;
    font-size: 11px;
  }

  .escort-register-page input.range-slider__range {
    height: 6px;
  }

  .escort-register-page .range-slider__value {
    width: 45px;
    font-size: 11px;
    padding: 3px 6px;
  }

  .form-label {
    font-size: 12px;
  }

  h1, h2, h3 {
    font-size: 1.25rem;
  }

  h4, h5 {
    font-size: 1rem;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .register-page-inner-div,
  .fan-register-inner,
  .escort-register-inner {
    padding: 30px 25px;
    max-width: 700px;
    margin: 0 auto;
  }

  .regiter-card-img {
    height: 90px;
    width: 90px;
  }

  .bottom-img {
    height: 70px;
    width: 70px;
  }

  .custom-input,
  .custom-textarea {
    font-size: 15px !important;
  }

  .custom-btn {
    padding: 12px 25px;
  }
}

/* Landscape Orientation */
@media (max-width: 767.98px) and (orientation: landscape) {
  .register-page,
  .fan-register-page,
  .escort-register-page {
    padding: 15px 10px;
  }

  .register-page-inner-div,
  .fan-register-inner,
  .escort-register-inner {
    padding: 15px;
  }

  .regiter-card-img,
  .bottom-img {
    height: 60px;
    width: 60px;
  }
}
