.search-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.search-icon {
  font-size: 1.5rem;
  padding: 0.375rem 0.75rem;
}

.profile-card-body .row>div:nth-child(2) i {
  font-size: 1.5em;
}

.icon-star {
  color: #ffd700;
}

.icon-heart {
  color: #ff6347;
}

.icon-share {
  color: #4682b4;
}

.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.profile-card-body {
  /*border: 1px solid #ced4da;*/
  border-radius: 10px;
  padding-inline: 20px;
  padding-block: 10px;
}

.text-below-icon {
  font-size: 0.6em;
}

.custom-label,
.custom-input {
  font-size: 0.8em;
}

.custom-input {
  padding: 0.25rem 0.5rem;
}

textarea {
  resize: none;
}

textarea:hover {
  resize: both;
}

.custom-btn-maroon {
  font-size: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border-color: white;
  color: #fff;
}

.custom-btn-maroon:hover {
  background-color: maroon;
  color: white;
}

.custom-btn-blue {
  font-size: 0.6rem;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border-color: white;
  color: #163d3a;
}

.custom-btn-blue:hover {
  background-color: #b4f0e8;
  color: #163d3a;
}

/*.background-card {*/
/*  background-color: #eddad4;*/
/*}*/

.filter i {
  font-size: 1.4em;
}

.filter {
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 10px;
}

.col-4 img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
    border: 2px solid #7eb200;
}

.text-decoration-none {
  text-decoration: none;
}

.col-4 img.small-icon {
  width: 25px;
  height: 25px;
}

.black-icon {
  color: #000;
  cursor: pointer;
}

.groom {
  width: 26px;
  margin-left: 10px;
  margin-top: -10px;
  margin-right: 5px;
}

.bride {
  width: 40px;
  margin-top: -10px;
}
.navbar-brand.brand-logo img {
    width: 300px;
}
.navbar-brand.brand-logo-mini {
    display: none;
}
@media (max-width: 991px){
/*.navbar-brand.brand-logo  {*/
/*     display: none;*/
/*}  */
/*.navbar-brand.brand-logo-mini {*/
/*    display: block;*/
/*}*/
}
.add-type {
    font-size: 20px;
    font-weight: 500;
    text-align:center;
}
img.clock-gif {
    width: 35px;
}
img.rounded-circle.small-icon.landing-page {
    margin-top: -8px;
    width: 32px;
}
input.form-control.form-control-sm.custom-input {
    border-radius: 5px !important;
    border-top: 3px solid #c3e8fe;
    padding: 0px 5px !important;
    min-height:0px;
}
button.btn.custom-btn-blue {
    border-top: 4px solid #c3e8fe;
}
label.col-sm-6.col-form-label.custom-label {
    padding: 3px;
    text-align:center;
}
@media (max-width: 1300px) and (min-width: 992px) {
    .col-4 img {    
        width: 80px;
        height: 80px;
    }  
}
