.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: 10px;
  /* aspect-ratio: 3/4; */

}

.img-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  ;
  /* max-height: 30%; */

}

.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(0, 0, 0, 0.5);
  /* 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: 25%;
  /* 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: 14px;
  font-weight: 500;
  color: #662549;
  text-transform: uppercase;
}
.text-small{
  font-size: 12px;
  color: #662549;
  font-weight: 500;
}
.text-info-small {
  font-size: 11px;
}

.text-red{
  color: #662549;
}

.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: 350px;
  object-fit: cover;
  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: #F9F5F6; 
  border: 0;
  border-radius: 10px;
}
.basic-profile label{
  font-size: 12px;
  font-weight: 500;
  color:#982f46;
  display: block;
  margin: 0px;

}
.basic-profile span{
  font-size: 12px;
  font-weight: 400;
  color:#333;
  display: block;
}

.br-right{
  border-right: 1px dotted #c18290;
}
.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;
}