/* body {
  padding-bottom: 30px;
  position: relative;
  min-height: 100%;
} */

:root {
  --primary-color: #FF3131;
  --secondary-color: #FB3B56;
  --primary-dark: var(--secondary-color);
  --secondary-soft-color: #fffaf6;
  --primary-soft-color: #fd7c8d;
  --primary-gradient: linear-gradient(90deg, rgba(255, 49, 49, 0.05) 0%, rgba(249, 65, 105, 0.05) 100%);

}
html {
  scroll-behavior: smooth;
  background: #1B1B1B;
}
a,div,h1,h2,h3,h4,h5,h6,span{
  color: #F5F5F5;
}
label.error{
  /* color: #ff0000!important; */
  color: #f1f1f1!important;
  font-size: 12px;
  margin-bottom: 7px;
}
a{
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #F5F5F5!important;
}
button.btn-close{
  background: none!important;
  top: -3px!important;
  font-weight: 600;
  padding: 0.85rem 1rem!important;
}
.btn:focus{
  box-shadow: none!important;
  outline: none!important;
}
.noti-alert{
  padding: 10px 16px;
  border-radius: .35rem;
  font-size: 14px;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
  background-color: #1B1B1B;
} 

#sidebar-wrapper {
  z-index: 1;
  position: fixed;
  left: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #1B1B1B;
  transition: all 0.5s ease;
  padding: 0 10px 0 20px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #F5F5F526
}

.sidebar-toggler{
  position: absolute;
  top: 46px;
  left: -36px;
}
/* .sidebar-toggler:hover{
  color: #FF3131!important;
} */

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
  padding: 0 14px 0 10px;
}

.sidebar-brand {
  position: absolute;
  top: 0px;
  width: 250px;
  text-align: left;
  padding: 20px 0px 0px 0px;
}
.sidebar-nav {
  position: absolute;
  top: 130px;
  list-style: none;
  padding-left: 0;
  /* width: 410px; */
  /* width: 100%; */
}
.side-nav-text{
  margin-left: 5px;
}
.sidebar-nav > li {
  line-height: 42px !important;
}
.sidebar-nav > li a {
  display: block;
  text-decoration: none;
  color: #F5F5F5BF;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
  background: linear-gradient(90deg, #ccc 0%, #ccc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 500;
  font-size: 16px;
}
.sidebar-nav li.active{
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 5px 16px;
}

.sidebar-nav li:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 5px 16px;
}


.sidebar-nav li{
  border-radius: 12px;
  padding: 5px 16px;
  margin-bottom: 4px;
  line-height: 42px;
}

.sidebar-nav li:hover{
  background: rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
  border-radius: 12px;
  padding: 5px 16px;
}

.sidebar-nav li:hover i {
  /* color: #ff3131 !important; */
  color: #d86fab !important;
  transition: color 0.3s ease;
}

.sidebar-nav li.active i {
  /* color: #ff3131 !important; */
  color: #d86fab !important;
  transition: color 0.3s ease;
} 

#navbar-wrapper {
  width: 100%;
  position: absolute;
  z-index: 2;
  border-bottom: 1px solid #F5F5F526;
  /* height: 100px; */
}
#wrapper.toggled #navbar-wrapper {
  position: absolute;
  margin-right: -250px;
}
#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: #1B1B1B;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
}
#navbar-wrapper .navbar a {
  color: #757575;
}

#content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  top: 100px;
}
#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -250px;
}

#wrapper.toggled .sidebar-brand{
  display: none;
}
@media (min-width: 992px) {
  .page-content{
    margin-top: 60px;
  }
  #wrapper {
    padding-left: 410px;
  }

  #wrapper.toggled {
    padding-left: 81px;
  }

  #sidebar-wrapper {
    /* width: 410px; */
    width: 400px;
    z-index: 9999 !important;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 60px;
    padding: 0 14px 0 10px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
  }
  .sidebar-toggler {
    position: absolute;
    top: 70px;
    left: -76px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #wrapper {
    padding-left: 81px;
  }
  .sidebar-toggler {
    position: absolute;
    top: 70px;
    left: -76px;
}

  #sidebar-wrapper {
    width: 60px;
    padding: 0 14px 0 10px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }
  .sidebar-brand{
    display: none;
  }
}

@media (max-width: 767px) {
  .sidebar-brand{
    display: none;
  }
  #wrapper {
    padding-left: 81px;
  }
  .sidebar-toggler {
    position: absolute;
    top: 70px;
    left: -76px;
}

  #sidebar-wrapper {
    width: 60px;
    padding: 0 14px 0 10px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
    padding: 0 14px 0 10px;
  }
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }

.page-content-container {
  padding: 0!important;
}
    
h1{    
  font-size: 15px;
}
.back-btn.me-5{
  margin-right: 13px!important;
  height: 42px;
  width: 42px;
}
section#values{
  margin-top: 16px!important;
}
.top-title {
  font-size: 15px!important;
}
.btn.messages-btn span{
  display: none;
}
.shine {
  padding: 5px 15px!important;
}
.dash-user-img1 {
  height: 100px!important;
  width: 100px!important;
}
.user-cards{
  margin-top: 0px;
}
.user-profile-card .user-name {
  font-size: 10px!important;
}
.user-inactive {
  font-size: 12px!important;
  margin-right: 0px!important;
}
/* #wrapper.toggled {
  position: relative;
} */

.sidebar {
  height: 100%;
  width: 330px;
  position: fixed;
  top: 0;
  left: -330px;
  background-color: #2b2a2a;
  padding-top: 60px;
  transition: left 0.3s ease;
  z-index: 1000;
  overflow: auto;
}
.sidebar.active {
  left: 0;
}
.sidebar a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.sidebar a:hover {
  background-color: #495057;
}

.sidebar-nav > li a {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.sidebar-nav > li {
    line-height: 30px !important;
}

.main-content {
  margin-left: 0;
  transition: margin-left 0.3s ease;
}
.main-content.shifted {
  margin-left: 250px;
}
.page-content{
  margin-top: 20px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(27, 27, 27);
  color: white;
  z-index: 1100;
  padding: 20px 0px 10px 0px;
}

#sidebar-wrapper {
  display: none!important;
}
#wrapper {
  padding-left: 0!important;
}
.sidebar-nav {
  top: 69px!important;
}

#navbar-wrapper {
    margin-top: 28px!important;
}

.user-profile-pic {
    width: 90px!important;
    height: 90px!important;
    border-radius: 50%;
    position: relative;
    object-fit: cover;
        border: 3px solid #d86fab;
}

.profile-username {
    font-weight: 600;
    font-size: 22px!important;
}

}

@media (min-width: 767px) {
.sidebar, .mob-header {
  display: none!important;
}
}

.messages-btn{
  background: linear-gradient(90deg, #d86fab 43.4%, #ce4a96 100%);
  border-radius: 16px; 
  padding: 12px 40px;
  color: #F5F5F5!important;
  width: max-content;
  transition: all ease 0.4s;
}
.messages-btn:hover{
  box-shadow: 0px 2px 5px 0px #ce4a96;
}
.dash-user-img {
  border-radius: 16px;
  height: 252px;
  object-fit: cover;
  width: 100%;
  transition: all ease 0.4s;
}
.user-active{
  color: #179F2D;
  font-size: 17px;
  margin-right: 10px;
}
.user-inactive{
  color: #484848;
  font-size: 17px;
  margin-right: 10px;
}
.user-profile-card{
  cursor: pointer;
} 
.dash-user-img1{
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50%;
}
/* .user-profile-card:hover .dash-user-img{
  box-shadow: 0px 3px 7px #ff8282;
} */
.user-profile-card .user-name{
  font-weight: 500;
  font-size: 16px;
  color: #F5F5F5BF;
}
.filter-bar{
  border: 1px solid #F5F5F526;
  border-radius: 16px;
  padding: 22px 24px;
}
.filter-bar h2{
  font-size: 17px;
  margin-bottom: 20px;
}
.filter-bar h3{
  font-size: 15px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 15px;
}

.custom-checkbox input {
  display: none; /* Hide default checkbox */
}

.checkbox-icon {
  width: 18px;
  height: 18px;
  border: 2px solid #FB3B56;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all ease 0.1s;
}

.checkbox-icon::before {
  content: "";
  display: none;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.31673 0.768819C7.40429 0.42374 10.5957 0.42374 13.6832 0.768819C14.8424 0.898378 15.8601 1.52525 16.5038 2.43565L8.5 10.4394L6.03033 7.96974C5.73744 7.67685 5.26256 7.67685 4.96967 7.96974C4.67678 8.26263 4.67678 8.7375 4.96967 9.0304L7.96967 12.0304C8.26256 12.3233 8.73744 12.3233 9.03033 12.0304L17.1458 3.91497C17.1682 4.02453 17.1862 4.13579 17.1994 4.24855C17.5686 7.40547 17.5686 10.5947 17.1994 13.7516C16.9845 15.5885 15.5096 17.0272 13.6832 17.2313C10.5957 17.5764 7.40429 17.5764 4.31673 17.2313C2.49035 17.0272 1.01545 15.5885 0.800605 13.7516C0.431374 10.5947 0.431374 7.40547 0.800605 4.24855C1.01545 2.41159 2.49035 0.972944 4.31673 0.768819Z" fill="%23FB3B56"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-checkbox input:checked + .checkbox-icon {
  border: none; /* Remove border */
}

.custom-checkbox input:checked + .checkbox-icon::before {
  display: block; /* Show SVG only when checked */
}
.checkbox-label{
  font-size: 14px;
  font-weight: 500;
}
.preference-list label:not(:last-child) {
  border-bottom: 1px solid #F5F5F526;
}
#view_all_btn{
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  color: #FB3B56;
}
.preference{
  margin-bottom: 30px;
}

/* age slider */

#ageSlider {
    margin: 10px 0;
    height: 6px;
}

.noUi-connect {
    background: #FB3B56 !important; /* Red color for filled part */
}

.noUi-handle {
    width: 18px;
    height: 18px;
    background: #FB3B56 !important; /* Red handles */
    border-radius: 50%;
    box-shadow: none;
    border: none;
    top: -6px;
    cursor: grab;
}

.noUi-handle:before, 
.noUi-handle:after {
    display: none;
}

.noUi-target {
    background: #555; /* Dark track for contrast */
    border-radius: 3px;
}

.filter-label {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#ageOutput {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

.noUi-horizontal {
  height: 4px!important;
}
.noUi-target{
  border: none;
}
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  right: -17px;
  top: -7px;
}
/* age slider end */

#toggle-icon {
  transition: transform 0.3s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
}
.location-select-wrapper{
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #F5F5F5BF;
  line-height: 28px;
  background: #1B1B1B;
  font-size: 15px;
  font-weight: 500;
}
.select2-container--default .select2-selection--single {
  border: none!important;
}
.select2-dropdown {
  background-color: #424242;
  border: none!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none!important;
  background-color: #F5F5F5;
  color: #1B1B1B;
}
.current_loaction_picker{
  font-size: 17px;
  cursor: pointer;
}
.header-main-row{
  margin-top: 0px;
}
.select2-results__option.select2-results__option--highlighted:hover{
  background-color: #adadad;
}
.page-content-container{
  padding: 0 105px 0 105px;
}
.red{
  /* color: #FF3131; */
  color: #d86fab;
}
.subtitle{
  font-weight: 500;
  font-size: 28px;
}
.p-content{
  font-weight: 500;
  font-size: 16px;
  color: #F5F5F5BF;
}
.dummy-input{
  background: #F5F5F50D;
  padding: 22px 20px;
  border-radius: 12px;
  color: #F5F5F5BF;
}

.inblood-input {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #F5F5F540
}

.inblood-input .input-group-text {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
}

.inblood-input .form-control {
  background: transparent;
  border: none;
  color: white;
  /* padding-top: 2.0rem!important;
  padding-bottom: .625rem!important; */
}

.inblood-input .form-control::placeholder,
.inblood-input .form-floating label {
  color: #F5F5F5BF;
  font-size: 14px;
}

.inblood-input .form-control::placeholder {
  font-size: 12px;
  color: #bfbfbfbf;
}

.inblood-input .form-control:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.toggle-password {
  position: absolute;
  bottom: 26%;
  right: 0%;
  color: #aaa;
  cursor: pointer;
}

.form-floating>.form-control~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  transform: scale(.95) translateY(-.5rem) translateX(.15rem);
}

.form-floating>label {
  top: -4px!important;
  padding: 1rem 1.25rem!important;
  font-weight: 500;
}

.form-floating>.form-control {
  padding: 1.5rem .75rem 1rem 1.25rem!important;
}

.pass-update-btn{
  background: linear-gradient(90deg, #d86fab 43.4%, #ce4a96 100%);
  border-radius: 8px; 
  padding: 12px 40px;
  color: #F5F5F5!important;
  width: max-content;
  transition: all ease 0.4s;
  border: none!important;
  font-weight: 500;
  min-width: 160px;
}
.pass-update-btn:hover{
  box-shadow: 1px 1px 3px 0px #ce4a96;
}
.top-title{
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.top-title-box{
    width: 100%;
}

/* edit profile page */
.user-profile-pic{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  object-fit: cover;
      border: 3px solid #e75480;
}
.dummy-user-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #572E2E;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.profile-image-cover {
  position: relative;
  display: inline-block;
}

/*   */
.profile-img-upload-btn {
  position: absolute;
  bottom: 35px !important; 
  right: -100px !important; 
  border-radius: 50%;
  width: 40px !important; 
  height: 40px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.profile-img-upload-btn img {
  height: 36px;
  width: 36px;
  cursor: pointer;
}

/* Waves effect */
.waves {
  position: relative;
}

.waves::before,
.waves::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: rgba(255, 99, 71, 0.5); /* wave color (tomato) */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: wave 2s infinite;
}

.waves::after {
  animation-delay: 1s; /* second wave delay */
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Tablet view (≤768px) */
@media (max-width: 768px) {
  .profile-img-upload-btn {
    bottom: 25px !important;    
    right: -60px !important;   
    width: 35px !important;
    height: 35px !important;
  }

  .profile-img-upload-btn img {
    height: 30px;
    width: 30px;
  }

  .waves::before,
  .waves::after {
    width: 40px;
    height: 40px;
  }
}

/* Mobile view (≤576px) */
@media (max-width: 576px) {
  .profile-img-upload-btn {
    bottom: 15px !important;  
    right: -60px !important;   
    width: 30px !important;
    height: 30px !important;
  }

  .profile-img-upload-btn img {
    height: 26px;
    width: 26px;
  }

  .waves::before,
  .waves::after {
    width: 35px;
    height: 35px;
  }
}

.profile-username{
  font-weight: 600;
  font-size: 33px;
}
.change-pass-link {
  font-weight: 700;
  font-size: 16px;
  background: linear-gradient(90deg, #d86fab 43.4%, #ce4a96 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  transition: all ease 0.4s;
}
.change-pass-link:hover {
  background: linear-gradient(90deg, #ce4a96 43.4%, #d86fab 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bio-input {
  width: 100%;
  min-height: 84px!important;
  max-height: 300px;
  overflow-y: auto; /* Allow vertical scrolling */
  resize: vertical; /* Allow manual resizing */
  scrollbar-width: thin; /* For Firefox */
}

/* Show scrollbar only when needed */
.bio-input::-webkit-scrollbar {
  width: 5px;
}

.bio-input::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

.bio-input::-webkit-scrollbar-track {
  background: transparent;
}

.numInputWrapper{
  color: inherit;
}
/* edit profile page  end*/

.modal-content {
  background-color: #1B1B1B;
  border: none;
  border-radius: 0.75rem;
  outline: 0;
  padding: 8px 10px;
}
.modal-header{
  border-bottom: none;
}
.modal button.btn-close {
  color: #fff;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #FF3131;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 11px; 
  font-size: 12px; 
  line-height: 1;
}
.upload-profile-img-btn{
  border-radius: 200px;
  border: 1px solid #FF3131;
  padding: 8px 23px;
  color: #F5F5F5;
  transition: all ease 0.3s;
}
.upload-profile-img-btn:hover, .upload-profile-img-btn:focus{
  color: #F5F5F5;
  background-color: #FF3131;
}
.border-bottom{
  border-color: #535454!important;
}

.avatar-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.avatar-radio {
  display: none; /* Hide default radio button */
}

.avatar-label {
  cursor: pointer;
  border-radius: 50%;
  padding: 3px;
  transition: 0.3s;
}

.avatar-img {
  width: 95px;
  height: 95px;
  border-radius: 0%;
  border: 2px solid transparent;
  transition: 0.3s;
  padding: 5px;
  object-fit: cover;
}

.avatar-radio:checked + .avatar-label .avatar-img {
  border-color: #FF3131; /* Add red border on selection */
}
.profile-img-update-btn{
  border-radius: 16px;
  font-size: 14px;
}

.delete-account-btn{
  background-color: #1B1B1B;
  border: 2px solid #FF3131;
  padding: 8px 20px;
  border-radius: 7px;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  transition:  all ease 0.4s;
}
.delete-account-btn:hover{
  color: #F5F5F5;
  background-color: #FF3131;
}
.delete-modal-content{
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.cus-primary-btn{
  background-color: #FF3131;
  padding: 10px 20px;
  border-radius: 6px;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  transition:  all ease 0.4s;
}
.cus-primary-btn:hover{
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 2px 5px 0px #FF5352;
}
.cus-outline-primary-btn{
  background-color: #1B1B1B;
  border: 2px solid #FF3131;
  padding: 10px 20px;
  border-radius: 6px;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  transition:  all ease 0.4s;
}
.cus-outline-primary-btn:hover{
  color: #F5F5F5;
  background-color: #FF3131;
}

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.status-indicator {
  position: absolute;
  bottom: 5px;
  right: 6px;
  width: 16px;
  height: 16px;
  background: #179F2D;
  border-radius: 50%;
  border: 1px solid #1b1b1b;
}
.profile-detail-chat-btn {
  padding: 10px 25px;
  border-radius: 10px;
  color: #F5F5F5;
  font-weight: 500;
  background: linear-gradient(90deg, #FF3131 43.4%, #FF5352 100%);
}
.profile-detail-chat-btn:hover {
  color: #F5F5F5;
  box-shadow: 2px 2px 7px 0px #FF5352;
}
.user-profile-sub-title{
  font-weight: 500;
  font-size: 16px;
}
.user-pro-desc{
  font-weight: 400;
  font-size: 16px;
  color: #F5F5F5BF;
}

.location-input{
  background-color: #1B1B1B!important;
  font-size: 14px;
  border-color: #3b3b3b;
  color: #fff!important;
}
.location-input:focus{
  box-shadow: none!important;
  border-color: rgba(255, 114, 114, 0.653);
}

/* Style Google Autocomplete Dropdown for Dark Theme */
.pac-container {
  background-color: #1B1B1B !important;
  color: #fff;
  border: 1px solid #444;
  z-index: 9999 !important; /* Ensure it's on top */
}

.pac-item {
  background-color: #1B1B1B !important;
  color: #fff;
  border-top: 1px solid #333;
}

.pac-item:hover {
  background-color: #333 !important;
}

.pac-item-query {
  color: #ffffff !important;
}

.pac-matched {
  color: #FF4B4B !important; /* Optional: highlight match */
}

.pac-icon {
  filter: brightness(0) invert(1); /* Make icon white */
}

.boot-pagination .pagination {
  display: block;
}
.boot-pagination .page-item {
    display: inline-block;
}
.boot-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff!important;
    background-color: var(--primary-soft-color);
    border-color:  var(--primary-soft-color);
    box-shadow: 0 0 0 0.15rem var(--primary-color);
    color: var(--primary-color);
}

.boot-pagination .page-link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.boot-pagination .page-item:first-child .page-link, .boot-pagination  .page-item:last-child .page-link {
    border-radius: 6px;
}
.boot-pagination .page-link:focus {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  box-shadow: none!important;
}

.boot-pagination .page-link,.boot-pagination  .page-item:first-child .page-link,.boot-pagination  .page-item:last-child .page-link {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  color: var(--primary-color);
}
.boot-pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: #fff;
  border-color: transparent;
}

.file-preview-img{
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 3px;
}
.file-preview{
  position: relative;
}
.remove_file_btn{
  position: absolute;
  top: -17px;
  right: -4px;
  cursor: pointer;
}
#image_box {
  display: none;
}
.font-10{
  font-size: 10px;
}
.font-8{
  font-size: 8px;
}
.font-12{
  font-size: 12px;
}
.font-14{
  font-size: 14px;
}
.back-btn:hover{
  /* fill: var(--primary-color)  */
  fill: #d86fab;
}

/*@media (max-width: 767px) {
  .sidebar, .mob-header {
    display: none!important;
  }
}*/
