/*
 * Custom styles for AVS Matrimony
 */

/* ==========================================================================
   Common Styles
   ========================================================================== */

.horoscope-chart .chart-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #f8f9fa;
    height: 100%;
}

/* ==========================================================================
   Profile Create/Edit Page Styles
   ========================================================================== */

label.caption {
    color: #7434ecff;
    font-weight: bold;
}

.chkbox-spacing {
    margin-left: 5px;
}

table.horoscope {
    border: 1px #7434ecff solid;
    width: 300px;
    height: 300px;
    table-layout: fixed;
    float: left;
    margin-right: 10px;
}

table.horoscope tr {
    height: 75px;
}

table.horoscope td {
    border: 1px #7434ecff solid;
    vertical-align: middle;
    text-align: center;
    line-height: 1.25em;
}

td.center_td {
    vertical-align: middle;
    text-align: center;
}


.boxes span,
.aboxes span {
    float: left;
    font-weight: bold;
    margin-left: 5px;
    margin-top: -5px;

}

/* ==========================================================================
   Profile Show Page Styles
   ========================================================================== */

.profile-photo {
    max-width: 150px;
    height: auto;
    border-radius: 0.375rem;
}

dt {
    font-weight: 600;
}

.custom-card-body {
  height: 780px; /* Set your desired fixed height */
  overflow-y: auto; /* Adds a scrollbar if content overflows vertically */
  overflow-x: auto;
  /* Other overflow options:
     overflow-y: scroll; (always shows scrollbar)
     overflow-y: hidden; (hides overflowing content)
  */
}