body {
    font-family: 'Poppins', sans-serif;
}

/* Header Container Padding */

#custombkgnd.container {
    padding: 20px 0;
}

/* Group Dashboard Formatting */

.itemized {
    font-weight: bold;
    display: block;
    margin-left: 1.5rem;
}

.note{
    padding-left:20px;
    font-style: italic;
}
.menu-action{
    padding-left:20px;
}

.card-title {
    margin-bottom: .75rem;
    font-weight: bold;
}

.group-dimension-header{
    background-color: #1f72c5;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
    width:70%;
}
/*To add help button*/
.my-header-container {
    border: 1px solid #ccc; /* For visualization */
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    /* Important: Use clearfix or overflow: hidden to clear floats on the parent */
    overflow: hidden; /* Modern way to clear floats */
    /* OR: add <div class="clearfix"></div> after the floated elements */
}
.my-header-container h2 {
    margin-top: 0; /* Remove default top margin for better vertical alignment */
    margin-bottom: 0; /* Remove default bottom margin */
    line-height: 34px; /* Adjust line-height to roughly match button height if needed for vertical alignment */
}
/* Table - Group Dashboard */
table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse !important;
    border-spacing: 0;
}

table th,
table td {
    padding: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

table th {
    font-size: 120%;
    background: rgba(0, 0, 0, 0.03);
}

table tr td td {
}

table tr:nth-child(2n+1) td {
    background: rgba(0, 0, 0, 0.02);
}

/* Individual Dashboard Formatting */

h2.indiv-assess {
    margin-bottom: 50px;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.individual-home ul, .individual-home ul ul, .individual-home-groups ul, .individual-home-groups ul ul {
    list-style: none;
    padding: 15px 0;
}

/* Primary Button Color Overrides */

 .section-container {
     margin-bottom: 1rem;
 }

.section-container h5 {
    display: flex;
    font-size: 1.1rem;
    align-items: center;
    margin-left:10px;
    margin-bottom: 0;
}

.toggle-content {
    padding: 0 0.5rem;
    color: #007bff;
}

.toggle-content:hover {
    text-decoration: none;
}

.toggle-content i {
    transition: transform 0.2s ease-in-out;
}

.toggle-content[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.content-section {
    padding: 1rem 0 0 1.5rem;
}

.btn-primary {
    color: #fff;
    background-color: #1E91D6;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2274A5;
    border-color: transparent;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1E91D6;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2274A5;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5);
}

.btn-outline-primary {
    color: #1E91D6;
    background-color: transparent;
    background-image: none;
    border-color: #1E91D6;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1E91D6;
    border-color: #1E91D6;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1E91D6;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1E91D6;
    border-color: #1E91D6;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

/* Link Color */

a {
    color: #1E91D6;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #2274A5;
    text-decoration: none;
}

/* Heading Color */

h1, h2, h3, h4 {
    color: #555;
}

.disable-link {
    pointer-events: none;
    color: #6c757d;
    font-style: italic;
}
.mybtn-inmenu{
    text-align: left;
    padding:0 0 0 25px;
    margin:0;
}
