/* body {
  font-family: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  color: #000;
} */

.login-bg {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(245, 0, 87, 0.2) 20%, rgba(185, 1, 81, 0.3) 90%), url(../img/slider-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
}

/* .cover{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    /* z-index: 999; */
/* background-image: linear-gradient( 174.2deg,  rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% ); */
/* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(245,0,87,1) 20%, rgba(185,1,81,1) 90% ); */
/* opacity: 0.2; */
/* } */
.bottom {
  position: absolute;
  width: 95%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

}

.layer {
  /* From https://css.glass */
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px 16px 0px 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.7px);
  -webkit-backdrop-filter: blur(6.7px);
  border: 1px solid rgba(255, 255, 255, 1);
}

#login-screen .form-control {
  /* border-bottom: 2px solid #8d0f0f; */
  background: transparent;
  border-radius: 0px;
  outline: none;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #e7dfdf;
  color: #000;
}

#login-screen .form-control:focus,
#login-screen .form-control:active {
  /* background: transparent; */
  box-shadow: none !important;
  outline: none !important;
}

#login-screen label {
  font-size: 13px;
  font-weight: 500;
  color: black;
  margin-bottom: 3px;
}

.dark-bg {
  background-color: #860A35;
  color: #fff;
}

#bottom {
  position: relative;
  width: 100%;
  color: #662549;
}

#bottom .nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#bottom .nav-btn a {
  text-decoration: none;
  color: #662549;
}

#bottom .nav-btn a:hover {
  color: #000;
}

#bottom .nav-btn a:visited {
  color: #860A35;
}

#bottom span {
  font-size: 12px !important;
  font-weight: 500;

}

.img-container {
  position: relative;
  max-width: 100%;
  /* Maximum width */
  margin: 0;
  /* Center it */
  /* height: 175px; */
  overflow: hidden;
  border-radius: 25px;
  /* aspect-ratio: 3/4; */

}

.img-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  ;
  /* max-height: 30%; */

}


.round-img {
  width: 100px!important;
  height: 100px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50px;
  ;
  /* max-height: 30%; */

}
@media screen and (min-width: 720px) {
  .img-container img {
    height: 350px;
  }
  
}
.profile_img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}


.img-container .content {
  font-size: 12px !important;
  /* text-transform: uppercase; */
  position: absolute;
  /* Position the background text */
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(63, 61, 61, 0.918);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  /* Grey text */
  width: 100%;
  /* Full width */
  padding: 5px;
  text-align: center;
}

.img-container .reg {
  font-size: 12px !important;
  /* text-transform: uppercase; */
  position: absolute;
  /* Position the background text */
  top: 0;
  /* At the bottom. Use top:0 to append it to the top */
  margin-top: 5px;
  margin-left: 5px;
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  /* Grey text */
  width: 35%;
  /* Full width */
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  /* Black background with 0.5 opacity */
  opacity: 0.3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* transform: scale(0);
    transition: .3s ease; */
}

.bg-red {
  background-color: #982f46;
}

.bg-red-light {
  background-color: #c18290;
}

.text-white-light {
  color: #E8fafa;
}

.text-title {
  font-size: 13px;
  font-weight: 500;
  color: #b65116;
  text-transform: uppercase;
}

.text-small {
  font-size: 12px;
  color: #b65116;;
  font-weight: 500;
}

.text-info-small {
  font-size: 11px;
}

.text-red {
  color: #5b280b;
}

.profile {

  position: relative;
  max-width: 100%;
  /* Maximum width */
  margin: 0;
  /* Center it */
  /* height: 350px; */
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.profile .content h6 {
  font-size: 18px !important;
  color: #e7dfdf;
}

.profile img {
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: top center;
}

.profile .content {
  /* font-size: 12px !important; */
  /* text-transform: uppercase; */
  position: absolute;
  /* Position the background text */
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.6);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  /* Grey text */
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 50px;
  /* Full width */
  padding: 5px;
  text-align: center;
}

.profile a {
  color: #e7dfdf;
}

.profile .reg {
  font-size: 12px !important;
  /* text-transform: uppercase; */
  position: absolute;
  /* Position the background text */
  top: 0;
  /* At the bottom. Use top:0 to append it to the top */
  margin-top: 0px;
  margin-left: 13px;
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(167, 4, 45, 0.584);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  /* Grey text */
  width: 58px;
  height: 50px;
  /* Full width */
  padding: 5px;
  border-radius: 0px 5px 0px 5px;
  text-align: center;
}

.profile .age {
  font-size: 12px !important;
  /* text-transform: uppercase; */
  position: absolute;
  /* Position the background text */
  top: 0;
  right: 0;
  /* At the bottom. Use top:0 to append it to the top */
  margin-top: 0px;
  margin-right: 15px;
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(156, 31, 31, 0.7);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  border-radius: 5px 0px 5px 0px;
  /* Grey text */
  width: 40px;
  height: 50px;
  /* Full width */
  padding: 5px;
  text-align: center;
}

.profile .menu {
  font-size: 16px !important;
  /* text-transform: uppercase; */
  position: absolute;
  /* Position the background text */
  /* top: 0; */
  right: 0;
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  margin-bottom: 75px;
  margin-right: 10px;
  background: transparent;

  color: #eee;
  border-radius: 5px 0px 5px 0px;
  width: 40px;
  padding: 5px;
  text-align: center;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 5px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.carousel-inner {
  border-radius: 15px;
}

.basic-profile {
  position: relative;
}

.basic-profile a {
  color: #333;
  text-decoration: none;
}

.basic-profile .card {
  background-color: #fcf0e8;
  border: 0;
  border-radius: 10px;
}

.basic-profile label {
  font-size: 14px;
  font-weight: 500;
  color: #b65116;
  display: block;
  margin: 0px;

}

.basic-profile span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: block;
}

.br-right {
  border-right: 1px dotted #883d11;
}

.grad-bg {
  /* background-image: radial-gradient( circle 685.3px at 47.8% 55.1%,  rgba(255,99,152,1) 0%, rgba(251,213,149,1) 90.1% ); */
  /* background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%); */
  /* background-image: linear-gradient(to bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); */
  background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
  /* background-image: linear-gradient(to bottom, #feada6 0%, #f5efef 100%); */
  color: #662549;
}

.bg-light-red {
  background-color: #F9F5F6;
}

.icon-xs {
  font-size: 12px;
}

.icon-sm {
  font-size: 16px;
}

.icon-md {
  font-size: 24px;
}

.icon-lg {
  font-size: 32px;
}

.icon-xl {
  font-size: 48px;
}

.icon-2xl {
  font-size: 64px;
}

.icon-border {
  border: 1px solid #dfdada;
  border-radius: 50%;
  padding: 10px;

}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #f3f4f6;
  color: #1f2937;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.icon-button:hover {
  background-color: #e5e7eb;
  transform: scale(1.05);
}

.icon-button.primary {
  background-color: #3b82f6;
  color: white;
}

.icon-button.primary:hover {
  background-color: #2563eb;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 24px;
}

.has-search .form-control {
  padding-left: 2.375rem;
  /* Makes space for the icon */
  border-radius: 50px;
  border: 1px solid #ccc;
}

.form-control::placeholder {
  color: #999;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  /* Allows clicks to pass through the icon to the input */
  color: #999;
}

.icon-md {
  font-size: 22px;
  font-weight: 400;
}

.liked .card{
  background-color: #fcf0e8;
  border: 0;
  border-radius: 10px;
}
.liked .card .card-body{
  padding: 10px;
}
.liked .card img{
  border-radius: 10px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #fff;
}
.liked .card .content{
  font-size: 14px !important;
  color: #333;
  width: 100%;
  padding-left: 10px;
}

