
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container {
    background-color: #f4f4f4;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: auto;
    max-width: 80%;
}

.h2Container {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.05rem;
    /* color: #333; */
    color:#c1a11f;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 2rem;
    line-height: 1.2;
}
.required {
    color: red;
    font-weight: bold;
}
/* .label {
    display: inline-block;
    margin-bottom: 0.5rem;
} */

#divOthRelationship,#divSpecifyActivity {
    display: none;
}

/* table {
    text-align: center;
} */


.clickable-box {
    cursor: pointer; /* Change the cursor to a pointer */
}

.no-pointer {
    cursor: auto !important; /* Set the cursor to default and use !important to override other styles */
}

#logout.dropdown-item:hover,
#logout.dropdown-item:active,
.navbar-light .navbar-nav li.active a.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #c1a11f;
    font-weight: 600;
}

.filelink,
.filelink:focus {
    font-size:medium;
    font-weight: 600;
    color: #C1A01D;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}

.box-header {
    font-weight: bold; 
    text-align: center; 
    background-color: lightgray;
    padding: 0.6em;
    margin: 1em 0;
    border-radius: 3px;
}

blockquote.block {
    font-size: 1em;    
    width: 90%;
    margin: 10px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #555555;
    padding: 1em;
    border-left: 8px solid #c1a11f;
    border-radius: 7px;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
  }

  /* blockquote.block::before {
    font-family: Arial;
    content: "\201C";
    color: #c1a11f;
    font-size: 1.4em;
    position: absolute;
    left: 10px;
    top: 10px;
  } */

  blockquote.block::after {
    content: '';
  }
