h4 {
    color:gray;
    font-family:sans-serif;
}

.fa-copy, .getAllFileversions, .fa-folder-minus {
    color: #0085c8 !important;
    cursor: pointer !important;
}

.lazy-loading-spinner {
    color: #982e27;
}

.fa-file-alt {
    color: rgb(201, 137, 27);
}

.fa-check {
    color: #578837;
}

.statistics {
    color:blue
}

.individual-report-collapse {
    color:#ffa500
}

body {
    font-family: 'Helvetica Neue' !important;
}

#page {
    position:absolute; 
    top:0;
    bottom:0; 
    left:0; 
    right:0;
}

.navbar {
    border-radius: 0;
    border: 0;
    background-color: #333B4D !important;
    font-size: 16px;
    margin: 0;
    padding: 0 !important;
    min-height: 45px !important;
    width: 100%;
}

.pages-coming-soon {
    background-color: #716f6f;
}

.navbar a:hover {
    background-color: #2f2a2a;
}

.active {
    border-bottom: 2px solid #A41652;
}

.active-tab {
    color: #000000;
    font-weight: bold;
}

.page-header {
    width: 100% !important;
    font-size: 22px;
    margin: 1rem 0px;
    font-weight: bold;
}

#updateSummaryStatsData {
    margin: 0 0 1rem 0 !important;
}

#missingnessTable {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.left-10 {
    left: 10px;
}

#filterBarToggle {
    background: transparent;
    border: 0px;
    height: fit-content;
    position: absolute;
    z-index: 9;
    left: -5px;
    margin-right: 5px !important;
}

#filterNoteToggle {
    background: transparent;
    border: 0px;
    height: fit-content;
    position: absolute;
    z-index: 9;
    right: 0;
    top: -25px; /* Position it above the box */
    margin-right: 17px !important;
}

#dictNote {
    position: relative;
    margin-bottom: 1rem; /* Add space at the top for the button */
}

@keyframes slideUp {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(0%); opacity: 0; }
}

@keyframes slideDown {
    from { transform: translateY(0%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.slide-up {
    animation: slideUp 0.3s forwards;
}

.slide-down {
    animation: slideDown 0.3s forwards;
}

.hidden {
    display: none;
}

/* #filterBarToggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: rgb(129, 140, 149);
    background-color: rgb(228, 230, 233);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 20px;
    left: -10px;
    transition: right 0.4s ease;
    z-index: 200;
  } */

#filterBarToggle:hover {
    cursor: pointer !important;
}

#filterNoteToggle:hover {
    cursor: pointer !important;
}

.collapse {
    height: inherit;
}

.h4-heading {
    color: #000000;
    font-weight: bold;
}

.confluence-notification {
    position: relative;
}

#cardContent {
    max-height: 800px;
    min-height: fit-content;
    overflow: auto;
}

.body-min-height {
    min-height: calc(100vh - 220px) !important;
}

.consortia-desc {
    margin: 1rem 0;
}

.container {
    max-width: 85% !important;
    margin: 0 auto;
    padding: 0px !important;
}

.container-lg {
    max-width: 95% !important;
    margin-bottom: 10px 
}

.uploadContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pieChartLabel {
    /* margin-top: 1rem !important; */
    white-space: normal;
}

.dropdown-options {
    padding: .275rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 0.5rem;
    margin-bottom: 0;
}

.home-page-stats {
    background-color: #fff;
    padding-bottom: 1rem;
    border: 1px solid #DDDDDD;
}

.div-border {
    border: 1px solid #DDDDDD !important;
}

.confluence-color {
    background-color: #74103A !important;
}

.fa-exclamation-circle {
    color: #ffd663;
}

.list-group-item {
    background-color: #ffffff !important;
    text-align: left !important;
    border: 1px solid #ffffff !important;
}

.about-list-item {
    margin: 0.25px 0px;
}

.confluence-about-topics {
    border: 0px;
    height: 100%;
    width: 100% !important;
    margin: 0px;
}

.confluence-about-topics:focus {
    cursor: pointer;
}

#aboutContent {
    padding: 10px;
    text-align: left;
    font-size: 1.35rem;
    align-content: center;
}

.text-bold {
    font-weight: bold;
}

.confluence-resources {
    padding: 10px;
    text-align: left;
    font-size: 1.35rem;
    align-content: center;
    background-color: #ffffff;
}

.list-group-item:hover {
    cursor: pointer;
    font-weight: bold;
}

.list-group-item-active:hover {
    color: #ffffff !important;
    font-weight: bold;
}

.confluence-pink {
    color: #A41652;
    font-weight: bold;
}

.padding-right-zero {
    padding-right: 0px !important;
}

.padding-left-zero {
    padding-left: 0px !important;
}

.padding-left-1 {
    padding-left: 1rem !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.list-group-item-active {
    color: #ffffff !important;
    background-color: #4E5051 !important;
    font-weight: bold;
}

.info-confluence {
    margin: 1rem 0;
}

.info-confluence-bottom {
    margin: 1rem 0;
}


#confluenceInfo {
    margin: 1rem 0;
    /* max-height: 400px; */
}

#map1, #map2, #map3, #map4, #map5, #map6 {
    cursor: pointer;
}

.white-font {
    color: #ffffff !important;
}

.black-font {
    color: #000000 !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* [data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    transition: all 0.15s ease;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;   
    font-size: 10px;
    white-space: nowrap;
}

[data-tooltip]:hover:before {
    opacity: 1;
    background: #000000;
    margin-top: 0px;
    margin-left: 20px;    
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
} */

.main-container {
    /* background-image: radial-gradient(at center center, rgb(159, 222, 239) 0%, rgb(183, 226, 238) 48%, rgb(143, 193, 247) 100%); */
    height: inherit;
    padding: 1rem;
    min-height: inherit;
    position: relative;
    width: 100%;
}

/* #loadingAnimation {
    height: 40px;
    position: fixed;
    display: block;
    top: 50%;
    left: 45%;
} */

.chart-selection {
    margin: 1rem 0;
    width: inherit;
    display: inline-block;
}

.chart-type {
    display: inline-block;
    text-decoration: none;
}

.toggle-chart-link:hover {
    text-decoration: none;
}

.chart-active:hover {
    text-decoration: none;
    color: #6ca9eb;
}

.chart-active {
    background-color: #0e2637;
    padding: 0.35rem;
    color: #fff;
}

.toggle-chart-link{
    padding: 0.35rem;
    border: 0.5px solid #0e2637;
    color: #0e2637;
    background-color: #fff;
}

label {
    margin: 0 !important;
}

.chk-box-margin {
    margin-right: 0.35rem;
}

.content-wrapper {
    padding-top: 15px;
}

#confluenceDiv {
    height: inherit;
    width: inherit;
    text-align: center;
}

.data-summary-label {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
    white-space: nowrap;
}

.interactive-summary-label {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 1rem;
    white-space: nowrap;
    margin-top: 1rem;
}

.dc-chart .selected circle, .dc-chart .selected path {
    stroke: #711a1a !important;
    stroke-width: 2 !important;
}

.align-left {
    text-align: left !important;
    list-style-type: none;
    padding: 0px;
}

.align-right {
    text-align: right !important;
}

#confluenceDataSummary {
    min-height: 235px;
}

.create-project-btn {
    margin-bottom: 1rem;
}

.background-white {
    background-color: #ffffff;
    border-radius: 0.5rem;
    min-height: 250px;
}

.data-summary-count {
    color: #1127fc;
    font-weight: bolder;
    font-size: 30px;
    margin-right: 1rem;
}

.interactive-stats {
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    background-color: #fff;
    width: inherit;
    padding: 1rem;
}

.search-options {
    display: block;
    width: 100%;
    height: 1.8rem;
    padding: 0 0.5rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* .first-list-item {
    margin-top: 1rem;
} */

.main-summary-row {
    flex-wrap: wrap;
    height: inherit;
    display: flex;
    min-height: 30%;
    width: 100%;
}

.summary-inner-row {
    padding-bottom: 30px;
}

.summary-inner-col {
    white-space: nowrap;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.back-to-top {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    text-decoration: none !important;
    color: #4d4d4d !important;
}

.margin-bottom {
    margin-bottom: 30px;
}

.viz-card-body {
    padding: 0px !important;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.header-item {
    white-space: nowrap;
}

.header-launch-data-txt {
    color: #fff;
}

.header-launch-data-txt:hover {
    color: #fff;
    text-decoration: none;
}

.header-launch-data-btn {
    background-color: #24618d;
}

.header-launch-data-btn:hover {
    background-color: #0f293b;
}

.cdc-apps-menu-grid {
    text-align: center;
    white-space: nowrap;
}

.page-size-selector {
    padding: 1rem;
}

#pageSizeSelector {
    height: 2.40rem;
}

.table td {
    padding: .25rem;
    white-space: nowrap;
}

#pagination-container {
    padding: 1rem;
}

#dataExplorationParameter {
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #8e4410;
}

#dataExplorationTable {
    max-height: 1050px;
}

.ul-list-style {
    list-style-type:none;
    margin-right: 1rem;
    -webkit-transition: max-height 0.35s ease-in-out !important;
    transition: max-height 0.35s ease-in-out !important;
}

.ul-data-exploration {
    max-height: 110px;
    overflow: auto;
    padding: .5rem;
}

.data-submission {
    text-align: left;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
}

.my-projects-div {
    text-align: left;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
}

.btn-copy {
    padding: 0px 4px !important;
}

.my-projects {
    text-align: left;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.fa-plus:hover, .fa-minus:hover, .fa-file-download:hover, .fa-folder-plus:hover, .fa-file-upload:hover, .fa-arrow-up:hover{
    cursor: pointer;
}

.fa-arrow-up {
    color: #807c7c;
}

.fa-folder, .fa-folder-open {
    color: #e4c150;
}

.fa-folder-plus {
    color: #58aef2;
}

.fa-external-link-alt {
    font-size: 0.6em;
    color: #df8723;
}

.fa-external-link-alt.join {
    font-size: 1.0em;
    color: #df8723;
}

.fa-download {
    color: #343fdb;
}

.fa-file-download {
    color: #69b039;
}

.fa-file-upload {
    color: #f2b139;
}

.custom__form-control {
    display: inline;
    height: 1.8rem;
    max-width: 40%;
    padding: 0 .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s;
    margin: 0px;
}

.file-upload {
    display: inline;
    height: 1.5rem;
    padding: 0 .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s;
    margin: 0px;
    max-width: 30%;
}

.create-folder {
    display: inline;
    height: 1.5rem;
    padding: 0 .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s;
    margin: 0px;
    max-width: 30%;
}

.dc-chart g.row text {
    fill: #000000 !important;
    font-style: italic;
    font-family: sans-serif;
}

.pie-label-group {
    font-style: italic;
    font-family: sans-serif;
}

.content {
    padding: 0px 0px 0px 40px;
    max-height: 0;
    overflow: hidden;
    margin: 0;
}

.menu-item {
    display: inline;
    padding: 0.375em 9px;
}

.nav-menu-item {
    font-size: 1rem;
    display: inline-block !important;
}

.nav-link:hover {
    cursor: pointer;
    background-color: #ffffff !important;
    color: #A41652 !important;
    border: 0px;
}

.spinner-color {
    color: #574f4f !important;
}

.dynamic-charts {
    min-height: 400px;
    margin-top: 2rem;
}

.pie-label {
    fill: #000 !important;
}

#variableLabel {
    font-weight: bold;
}

.dataSummary-chart {
    max-height: 325px;
}

.side-panel-header {
    font-size: 1.2rem;
}

.dataSummary-selected-range {
    color: #2c41b7;
    font-weight: bold;
}

.data-summary-label-wrap {
    white-space: normal;
}

.filter-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 0.5px solid black; */
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #000000;
    font-size: 0.75rem;
    background-color: #ffffff;
    margin: 0.25rem 0;
}

.genotype-active-btn, .gender-active-btn {
    background-color: #e7bcbc;
}

.custom-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.3);
}

.genotype-select, .gender-select, .status-select, .study-select  {
    padding: 0 5px;
}

.required {
    color: red;
}

.filter-btn:hover {
    cursor: default;
}

#dataSummaryVizPieChart {
    padding: 0 0.5rem;
}

.list-group-item{
    padding: 0.25rem 1.25rem !important;
    width: inherit;
    color: #000000;
    margin: 1;
}

.list-group-item.active{
    background-color: #fff !important;
    border-color: #1127fc !important;
    color: #000 !important;
}

.list-group-item:hover {
    text-decoration: none;
    color: #000 !important;
}

.list-variables{
    overflow: scroll;
    max-height: 180px;
}

#dataSummaryParameter {
    max-width: 275px;
}

.list-group{
    margin-top: .25rem;
    margin-bottom: 0.32rem !important;
    list-style-type: none;
}

#dataSummaryVizBarChart {
    min-height: 380px
}

.about-confluence {
    background-color: #fff;
    padding-top: 1rem;
    border-radius: 0.5rem;
}

.table-no-wrap {
    white-space: nowrap;
}

.remove-padding-right {
    padding-right: 0px;
}

.remove-padding-left {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    list-style-type: none;
    margin-right: -10px;
    margin-left: -4px;
}

#summaryStatsFilterForm, #midsetFilterForm {
    width: 100%;
}

.consortia-folder, .share-folder, .file-access-stats {
    border: 0px;
    background-color: #ffffff;
    padding: 0px !important;
}

.copy-file-api, .getAllFileversions, .removeCollaborator, .info-btn, .download-qaqc-report-btn, .sub-menu-btn {
    border: 0px;
    background-color: transparent;
    padding: 0px !important;
}

#confluenceQuestion {
    color: #ffffff;
}

.filter-studies:hover, .filter-studies:focus, .filter-midset-variable:focus, .filter-midset-variable:hover, 
.filter-midset-data-status:focus, .filter-midset-data-status:hover, .filter-midset-data-study:focus, .filter-midset-data-study:hover, 
.filter-midset-data-ancestory:focus, .filter-midset-data-ancestory:hover, .update-summary-stats-btn:focus, .update-summary-stats-btn:hover,
.genotype-selection-btn:hover, .genotype-selection-btn:focus, .gender-selection-btn:hover, .gender-selection-btn:focus  {
    cursor: pointer;
    background-color: #c9c9c9;
    border-radius: 0.25rem !important;
}

.no-list-style {
    list-style-type: none;
}

.filter-studies {
    margin: 1px 0px;
    border-radius: 0.25rem !important;
}

.filter-midset-variable, .filter-midset-data-status {
    margin: 1px 0px !important;
    border-radius: 0.25rem !important;
}

.filter-list-item {
    padding: 0px 3px !important;
}

.filter-studies-btn, .filter-midset-variable-btn {
    border: 0px;
    width: 100% !important;
    background-color: #ffffff;
}

.active-filter {
    background-color: #e7bcbc !important;
}

#tabHeading {
    color: #ffffff;
}

.filter-studies {
    margin-right: 0px !important;
}

.custom-margin {
    margin: 0px 8px 0 0;
}

.study-total {
    font-weight: bold;
    cursor: pointer !important;
}

.consortia-total {
    /* color: #74103A !important; */
    background-color: #ffffff;
    font-weight: bold;
}

.consortia-name, .study-name, .variable-name {
    margin: 0.125rem 0;
}

.custom-padding {
    padding-left: 0.75rem;
}

.consortium-selection {
    list-style-type: none;
    padding: 0px 5px;
    margin-left: -5px !important;
}

.consortium-selection:hover, .consortium-selection:focus {
    cursor: pointer;
}

.consortium-selection-btn {
    border: 0px;
    margin: 0.5px 0px !important;
    border-radius: 0.25rem;
    background-color: #ffffff;
    text-align: end;
}

.skip-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.skip-links a {
    position:absolute;
    top:-3rem;
}

.skip-links a:focus, .skip-links a:active {
    top: 0;
    color: #636363;
    padding:5px;
    height: auto;
    text-align:center;
    font-size:1rem;
    z-index:99;
    background-color: white;
}

.sub-div-shadow {
    box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.confluence-div-shadow {
    box-shadow: 10px 0 13px -7px rgba(0, 0, 0, 0.12), -10px 0 13px -7px rgba(0, 0, 0, 0.24);
}

.navbar-shadow, #logOutBtn {
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 6px 0px;
}

.nav-menu-links:hover, .nav-menu-links:focus {
    cursor: pointer;
    background-color: #ffffff !important;
    color: #A41652 !important;
    border: 0px;
}

.navbar-active {
    border-bottom: 4px solid #A41652 !important;
    background-color: #ffffff !important;
    color: #A41652 !important;
}

.dropdown-btn {
    background-color: #333B4D;
    border: 0px;
    width: 100%;
    text-align: left;
}

.download-btn {
    background-color: #ffffff;
    border: 0px;
    width: 100%;
    text-align: left;
}

.download-btn:hover, .download-btn:focus {
    background-color: #d6d6d6;
    color:#000;
}

.dropdown-menu {
    border: 0px !important;
    box-shadow: -3px 0px 6px -7px #000000, 3px 0px 6px -7px #000000, 0px 13px 6px -13px rgba(0,0,0,0.3);
}

.navbar-dropdown {
    background-color: #ffffff !important;
    color: #A41652 !important;
    padding: 0 !important;
}

.pl-4 {
    padding-left: 2.25rem!important;
}

.dropdown-header {
    color: #333B4D !important;
    padding-left: 1rem !important;
    font-size: 16px !important;
}

.dropdown-header-bg {
    background-color: #F0F1F7 !important;
}

.nav-menu-links {
    text-decoration: none !important;
    padding: 0.7rem 1rem !important;
    font-weight: bold !important;
}

.dropdown-menu-links {
    text-decoration: none !important;
    color: #A41652 !important;
    padding: 0.35rem 1rem !important;
    font-weight: bold !important;
}

.dropdown-menu-links:hover {
    background-color: #e4e4e4 !important;
}

.banner-overlay-line {
    box-sizing: border-box;
    border-bottom: 2.5px solid #ffffff;
    margin: 3% 16%;
}

.banner-overlay-text {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%,-50%);
}

.confluence-banner {
    position: relative;
    text-align: center;
    display: block;
    z-index: 0;
    overflow: hidden;
}

.banner-overlay-h1 {
    font-size:2.5vw;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Helvetica Neue';
    margin: 0px !important;
}

.banner-overlay-h3 {
    font-size:1.5vw;
    color: #ffffff;
    font-family: 'Helvetica Neue';
}

.rounded-circle {
    border-radius: 50%!important;
}

.icon-padding {
    padding: 10px;
}

.white-bg {
    background-color: #ffffff !important;
}

.primary-bg {
    background-color: #A41652 !important;
}

.secondary-bg {
    background-color: #F0F1F7 !important;
}

.ternary-bg {
    background-color: #F7F5F4 !important;
}

.confluence-info {
    font-size: 18px;
    padding: 2rem 0 !important;
}

.font-family-helvetica {
    font-family: 'Helvetica Neue' !important;
}

.inverse-triangle {
    height: 50px; 
    clip-path: polygon(50% 100%, 0px 0px, 100% 0px);
}

.our-goals {
    color: #333B4D !important;
}

.vertical-line {
    border-right: 2px solid #000000;
    margin: 0 1rem;
}

.filter-label {
    font-size: 13px;
    font-weight: bold;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.max-height-study-list {
    max-height: 100px !important;
}

.max-height-collaboration-list {
    max-height: 400px !important;
}

.font-white {
    color: #ffffff !important;
}

.font-bold {
    font-weight: bold !important;
}

.align-center {
    text-align: center;
}

.confluence-cards {
    align-items: center;
    border: 1px solid rgb(218, 219, 230) !important;
    border-radius: 0.5rem !important;
    margin: 0 1rem 3rem 0rem !important;
}

.stretched-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.card-header {
    background-color: #ffffff !important;
    border-bottom: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.general-bg {
    background-color: #F0F0F7 !important;
}

.padding-bottom-1rem {
    padding-bottom: 1rem !important;
}

.padding-top-1rem {
    padding-top: 1rem !important;
}

.card-filter-header {
    padding-left: 10px !important;
}

.filter-column {
    padding: 0px !important;
}

.grid-elements:hover {
    text-decoration: none;
    color:#fff;
}

span.icon {
    display: block;
    height: inherit;
    margin: 0;
    overflow: hidden;
    padding: 3px 0;
    float: none;
}

.last {
    background-color: #0b7983;
}

#footer {
    font-size: 0.9em;
    bottom: 0;
    width: 100%;
    background-color: #333B4D;
    padding: 1rem;
}

.footer-content {
    text-align: center;
    font-family: 'Montserrat';
}

.footer-col {
    width: 100% !important;
    padding-top: 5px;
}

.footer-row {
    padding: 8px 8px 10px 8px;
    margin: 0px !important;
}

.division-of-cancer-e {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: bold;
  }

.at-the-national-canc {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
}

.footer-heading {
    color: #ffffff;
    font-family: 'Helvetica Neue' !important;
    font-size: 19.2px;
    margin-top: 1rem;
}

.footer-body {
    color: #ffffff;
    font-family: 'Helvetica Neue' !important;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0px;
  }

.zero-padding {
    padding: 0px !important;
}

.dc-select-menu {
    display: block;
    width: 100%;
    height: calc(2.5em + 2.75rem + 2px);
    padding: .375rem .375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.selection-group {
    margin-bottom: 30px;
}

.footer-links {
    color: #ffffff !important;
    text-decoration: none !important;
}

.footer-links:hover {
    color: #ffffff;
}

.footer-tagline {
    color: #ffffff;
    font-size: 1.1rem;
}

.grid
{
  width: 100%;
  height: inherit;
}

.grid-elements
{
  white-space: nowrap;
  vertical-align: middle !important;
}

.grid-border {
    border-left: 1px solid #7b7474;
}

.active-chart {
    border-bottom: 2px solid #A41652;
}

.div-sticky {
    position: sticky;
    top: 0;
    padding-top: -10px;
    z-index: 9;
    width: 100%;
    background-color: #ffffff;
}

.expand-collapse-header {
    text-align: center;
}

.allow-overflow {
    overflow: auto !important;
}

.overflow-x {
    overflow-x: auto !important;
}

.collapsible-items {
    white-space: nowrap;
    overflow: auto;
}

.modal-close-btn {
    /* position: absolute; */
    right: 0.75rem;
    background-color: #ffffff !important;
    margin: -1rem -0.75rem -1rem auto !important;
    opacity: 1 !important;
}

.modal-body {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

#loadingAnimation {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.5);
    z-index:9999;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#loadingAnimation::after {
    content:'';
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.data-analysis {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.login-btn {
    text-align: right;
}

.authentication-link {
    align-content: center;
    height: 100%;
}

.chart-interaction-msg {
    margin: 0px !important;
    position: absolute;
    color: #553434;
    opacity: 0.7;
}

.fa-info-circle {
    padding-top: 4px;
    margin-right: 5px;
}

.errorMsg {
    color: red;
}

.create-study {
    padding-bottom: 1rem;
}

.new-study-btn, .upload-in-study {
    padding-left: 15px;
}

form {
    text-align: left;
}

.btn-primary {
    background-color: #0053AD !important;
}

.btn-red {
    background-color: #A41652 !important;
}

.links-border-right {
    border-right: 0.5px solid #000000;
}

#toggleVariable{
    color: #0053AD !important;
}

.data-governance {
    text-align: left;
    background-color: #fff;
    /* margin-bottom: 1rem; */
    padding: 0.5rem 0;
    border-radius: 0.25rem;
}

.table td, .table th {
    padding: 0.5rem !important;
}

.lazy-loading-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.my-projects-table {
    width: 97% !important;
    overflow: auto;
    margin-left: 2px;
    margin-top: 2px;
}


.share-folder, .fa-user-minus, .file-access-stats {
    color: #899298 !important;
    cursor: pointer !important;
    padding: 0px 2px !important;
}

.share-folder:focus {
    color: #332b2b;
    text-decoration: none;
}

.share-folder:hover {
    color: #332b2b;
    text-decoration: none;
}

.file-stats-icon {
    color: #8bc1e8;
}

.file-stats-row {
    margin-bottom: 1rem;
}

.collaborator-table{
    font-size: 0.75rem;
    overflow: auto;
}

.avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.menu-description{
    font-size: 10px;
}

.removeCollaborator {
    color: #677685 !important;
}

.removeCollaborator:hover {
    color: #414952 !important;
}

.successMsg {
    color: #206e20;
}

.updateCollaboratorRole {
    padding: 0px !important;
    height: auto !important;
    font-size: inherit !important;
    font-weight: normal !important;
}

.file-stats-heading {
    font-size: 1.25rem;
}

.my-prjects-list-item {
    margin-top: 3px;
}

.submission-report-btn {
    width: 100%;
    background-color: transparent !important;
}

#collapseSubmissionReport {
    max-height: 300px;
    overflow: auto;
    margin-top: 0.5rem;
    width: inherit;
}

.report-label {
    color: #f8b759;
}

.fa-confluence {
    cursor: pointer;
}

#uploadErrorReport {
    max-height: 300px;
}

.statistics-row {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.missing-column {
    padding: 2px 2px 2px 2px !important;
}

.missingness-table {
    font-size: 12px;
    overflow: auto !important;
    background-color: #ffffff;
    border-radius: 0.25rem;
    padding-left: 15px;
    margin: 0px !important;
}

#midsetChart {
    padding: 0px !important;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

#midsetHeader {
    margin-bottom: 0.25rem;
    height: 100%;
    width: 100%;
}

.bar-chart-cell {
    height: 120px;
    padding: 0px !important;
}

.set-label {
    font-weight: bold;
    text-align: left;
    padding-left: 10px !important;
}

.midset-card {
    overflow: auto;
}

.other-variable-count {
    color: #AC1053 !important;
}

.cell-equal-width {
    min-width: 100px;
}

.variable-selection-total {
    background-color: #ffffff;
    color: #3e4086;
    font-weight: bold;
    margin-top: 2px !important;
    cursor: default !important;
}

.variable-selection-header {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.filter-list-item {
    display: flex;
}

.select-consortium, .select-study, .select-variable, .select-country, .select-study-design, .select-variable-type {
    margin-top: 4px;
    margin-right: 3px;
}

.search-input {
    right: 1px;
    position: absolute;
    top: 5px;
    background: #ffffff !important;
    z-index: 9;
}

.search-input-collaborator {
    right: 1px;
    position: absolute;
    top: 3px;
    background: #ffffff !important;
    z-index: 9;
}

#countriesList, #consortiumList, #studyDesignList {
    width: 100%;
}

.transparent-btn {
    background-color: transparent;
    border: 0px;
    color: #000000
}

.custom-btn {
    background-color: transparent;
    border: 0px;
}

.custom-border {
    border: 3px solid #DDDDDD !important;
}

.filter-sub-div {
    max-height: 200px;
}

.checkbox-consortia {
    margin-top: 5px;
    margin-right: 3px;
}

.select-study {
    margin-left: 1.25rem;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #888; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

#dataLastModified, .data-last-modified {
    font-style: italic;
    color: #7e7e7e;
    font-size: 12px;
    margin-bottom: 15px;
}

.modified-at {
    margin: 0px !important;
    font-style: italic;
    color: #7e7e7e;
    font-size: 12px;
    margin-bottom: 15px;
}

.banner-logo {
    max-width: 100%;
    height: auto;
}

.active-page {
    color: #ffffff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

.ws-nowrap {
    white-space: nowrap;
}

.bp-container {
    min-height: 400px;
}

:root {
    --color-lightest: #f9fdfe;
    --color-gray-light: #cdcfcf;
    --color-gray-medium: #686a69;
    --color-gray-dark: #414643;
    --color-darkest: #2a2f2c;
  }
  
  *,
  ::before,
  ::after {
    margin: 0;
    box-sizing: border-box;
  } */
  
  /* Heydon Pickering’s lobotomized owl. Details: https://bit.ly/1H7MXUD */
  * + * {
    margin-top: 1rem;
  }
  
  /* Set up fonts, colors and all that jazz. */
  body {
    background: var(--color-lightest);
    color: var(--color-gray-medium);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    line-height: 1.45;
  }
  
  /* Headings use a different font because they’re hipsters. */
  h1,
  h2 {
    color: var(--color-darkest);
    font-size: 110%;
    line-height: 1.1;
  }
  
  h1 {
    font-size: 125%;
  }
  
  /* Set up general layout rules for outer containers. */
  .contact-form,
  .results {
    width: 75vw;
    max-width: 80vw;
    margin: 2vh auto;
  }
  
   p {
    margin-top: 0.5rem;
    font-size: 87.5%;
  }

  p.indent {
    text-indent: 50px;
    font-size: 95%;
  }
  #email {
    font-size: 87.5%;
    float: right;
    padding-right: 10px;
    display: inline;
  }
  .results pre {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: var(--color-lightest);
    border: 1px solid var(--color-gray-light);
    overflow-x: scroll;
  }
  
  .contact-form form {
    position: relative;
    display: block;
    margin: 0;
    padding: 1rem 0 2rem;
    border-top: 1px solid var(--color-gray-light);
    border-bottom: 1px solid var(--color-gray-light);
    overflow: hidden;
  }
  .preview-container {

    border: 2px solid #eee;

    height: 1000px;

    width: 99%;

  }
  .input-group {
    margin-top: 0.25rem;
    padding: .5rem 1rem;
  }
  
  .contact-form label {
    display: block;
    color: var(--color-gray-dark);
    font-family: 'Helvetica Neue';/*Lato, sans-serif;*/
    font-size: 90%;
    line-height: 1.125;
    padding: 0rem .5rem 0rem 0rem;
  }
  
  .group-label {
    display: block;
    margin-right: 1rem;
    font-size: 90%;
  }

  .authTable input[type=checkbox]{
    margin-right: .5rem;
  }
  
  .contact-form label.inline {
    display: block;
    margin-left: 0.25rem;
  }
  
  .contact-form input,
  .contact-form select,
  .contact-form textarea{
    display: block;
    margin-top: 0.25rem;
    /* margin:2px 0 20px 10px; */
    padding: 0.5rem 0.5rem;
    border: 1px solid var(--color-gray-light);
    width: 100%;
    font-family: 'Helvetica Neue'; /*"Open Sans", sans-serif;*/
    font-size: 1rem;
    transition: 150ms border-color linear;
  }
  
  .contact-form input[type=checkbox],
  .contact-form input[type=radio] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /* padding: 0.5rem 0.75rem; */
  }
  
  .contact-form input[type=checkbox]:not(:first-of-type),
  .contact-form input[type=radio]:not(:first-of-type) {
    margin-left: .75rem;
  }
  
  .contact-form input:focus,
  .contact-form input:active {
    border-color: var(--color-gray-medium);
  }
  
  .contact-form button {
    display: block;
    position: relative;
    margin: 0.5rem 0rem 0;
    padding: .5rem 1rem .5rem;
    background-color: var(--color-gray-medium);
    border: 0;
    color: var(--color-lightest);
    font-family: lato, sans-serif;
    font-size: 100%;
    letter-spacing: 0.05em;
    line-height: 1.5;
    /* text-transform: uppercase; */
    transition: 150ms all linear;
  }
  
  .contact-form button:hover,
  .contact-form button:active,
  .contact-form button:focus {
    background: var(--color-darkest);
    cursor: pointer;
  }

  .contact-form button--loading


  
  .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

  .preview-container {
    border: 1px solid #eee;
    height: 1000px;
    width: 100%;
  }

.buttonsubmit {
    position: relative;
    padding: 8px 16px;
    background-color: #A41652 !important;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}
.buttonsubmit:active {
    background-color: #A41652 !important;
}

.buttonsubmit:hover {
    background-color: #740f39 !important;
}

.buttonsubmit__text {
    color: #ffffff;
    transition: all 0.2s;
}

.buttonsubmit--loading .buttonsubmit__text {
    visibility: hidden;
    opacity:0;
}

.buttonsubmit--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: buttonsubmit-loading-spinner 1s ease infinite;
}

@keyframes buttonsubmit-loading-spinner {
    from{
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

#fileComments.scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

#participantCount{
    font-size: 18px;

}

ul.form {
    column-count: 3;
    column-gap: 1rem;
    list-style: none;
}

.inline-field input,
.inline-field label {
  display: inline-block;
  margin-bottom: 0; /* I added this after I posted my reply */
  vertical-align: middle; /* Fixes any weird issues in Firefox and IE */
}

.container-cl {
    display: block;
    font-family: Montserrat;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.badge-1 {
    background-color: green;
    font-weight: bold;
    color: white;
}
.badge-2 {
    background-color: #fff200;
    font-weight: bold;
    color: black;
}
.badge-3 {
    background-color: #ffa700;
    font-weight: bold;
    color: black
}
.badge-4 {
    background-color: #ff0000;
    font-weight: bold;
    color: white;
}
.badge-5 {
    background-color: #7700ff;
    font-weight: bold;
    color: white;
}
.badge-777 {
    background-color: #757575;
    font-weight: bold;
    color: white;
}

.required-label {
    content: "*";
    color: red;
  }

#grid {
    height: 100px;
    display: grid;
    grid-template-areas: "a a";
    gap: 10px;
    grid-auto-columns: 400px;
}

.form-check {
    margin: 5px 0 0 0
}

.nav-pills .nav-link.active {
    background-color: #e6e3e3 !important;
    border-bottom: 2px solid #A41652;
}

#tooltip1 { position: relative; }
#tooltip1 a span { display: none; color: #FFFFFF; }
#tooltip1 a:hover span { display: inline-block; position: absolute; width: 800px; background: #ffffff; height: 375px; left: 10px; top: -375px; color: #000000; padding: 0 5px; z-index: 1; border-style: groove;}

.nci-shutdown-banner {
    background: #bb0e3d;
    padding: 15px;
  }

  .nci-shutdown-banner__body {
    max-width: 1024px;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    padding: 0 15px 0 40px;
  }

  .nci-shutdown-banner__body:before {
    content: '';
    display: block;
    position: absolute;
    height: 26px;
    width: 26px;
    top: 0;
    left: 0;
    background: none;
    background-color: #ffffff;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtMmgydjJ6bTAtNGgtMlY3aDJ2NnoiLz48L3N2Zz4=) no-repeat center/contain;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtMmgydjJ6bTAtNGgtMlY3aDJ2NnoiLz48L3N2Zz4=) no-repeat center/contain;
  }

  .nci-shutdown-banner__body h2 {
    font-size: 18px;
    margin: 0;
  }
  .nci-shutdown-banner__body a, 
  .nci-shutdown-banner__body a:visited {
    color: white;
  }

  .accordion {
	--bs-accordion-active-bg: rgb(255, 236, 239);
    }

  .accordion-body {
    background-color: rgb(245, 245, 245);
    }

    .accordion-button {
        pointer-events: none;
    }
    
    .accordion-button::after {
        pointer-events: all;
    }
    /* Make the parent div interactive too */
    .accordion-button [data-value] {
        pointer-events: all !important;
    }

    .accordion-button .col-lg-1 {
        position: relative;
        z-index: 10;
    }

    /* Ensure the container has proper padding */
    .accordion-flush .accordian-item {
        padding-left: 15px;
        padding-right: 15px;
    }

  .pagination {
    background-color: white;
  }

  .noHover{
    pointer-events: none;
}

.white-space {
    white-space: pre-wrap;
}

.form-check-input:not(:checked) {
  border-color: #555 !important; /* e.g., #0d6efd for blue */
}

.form-check-input:hover {
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.5); /* Blue glow */
  border-color: #0d6efd !important;
  cursor: pointer;
}

.form-text-input:hover {
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.5); /* Blue glow */
  border-color: #0d6efd !important;
  cursor: text;
}

.button-glow:hover {
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.7); /* Stronger blue glow */
  border-color: #0d6efd !important;
  cursor: pointer;
  transition: all 0.2s ease; /* Smooth transition effect */
}

.button-glow-red:hover {
  box-shadow: 0 0 8px #ac1853; /* Stronger blue glow */
  border-color: #A41652 !important;
  cursor: pointer;
  transition: all 0.2s ease; /* Smooth transition effect */
}

/* Additional styles for the radical approach */
.accordian-item {
  background-color: #fff;
  border-radius: 4px;
}

/* Make dropdowns more compact */
.decision-dropdown {
  padding: 2px 4px;
  font-size: 1rem; /* Increased from 0.875rem */
  min-width: 50px;
  height: auto;
  text-align: center;
  text-align-last: center; /* For Firefox */
  font-weight: bold; /* Added for better visibility */
}

.decision-dropdown option {
  text-align: center;
  font-size: 1rem; /* Match the dropdown font size */
}

.form-select.decision-dropdown {
  /* text-align: center; */
  background-position: right 0.1rem center;
  /* padding-right: 2rem; */
}


.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.accordion-toggle-btn {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 1.25rem;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.accordion-toggle-btn:hover {
  color: #495057;
}

.d-none {
  display: none !important;
}

.accordion-toggle-btn:focus {
  outline: none;
  box-shadow: none;
}
/* Make accordion button more compact */
.accordion-button.p-2 {
  padding: 0.5rem !important;
}

/* Ensure proper alignment */
.align-items-center {
  align-items: center !important;
}

/* Add some spacing between items */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* Ensure proper spacing in the row */
.justify-content-between {
  justify-content: space-between !important;
}

.position-relative {
  position: relative !important;
}


.text-right {
  text-align: right !important;
}

/* Make sure dropdowns are visible and interactive */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* Make the dropdowns more compact */
.form-select-sm.decision-dropdown {
  padding: 0.25rem;
  font-size: 0.75rem;
  min-width: 45px;
}

/* Apply badge colors to selected options */
.decision-dropdown.badge-1 {
  background-color: green;
  color: white;
}
.decision-dropdown.badge-2 {
  background-color: #fff200;
  color: black;
}
.decision-dropdown.badge-3 {
  background-color: #ffa700;
  color: black;
}
.decision-dropdown.badge-4 {
  background-color: #ff0000;
  color: white;
}
.decision-dropdown.badge-5 {
  background-color: #7700ff;
  color: white;
}
.decision-dropdown.badge-777 {
  background-color: #757575;
  color: white;
}

.decision-dropdown.badge-1,
.decision-dropdown.badge-2,
.decision-dropdown.badge-3,
.decision-dropdown.badge-4,
.decision-dropdown.badge-5,
.decision-dropdown.badge-777 {
  text-align: center;
  text-align-last: center;
}

/* Fix for row-24 to prevent content from being cut off */
.row-24 {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;  /* Changed from -15px */
  margin-left: 0;   /* Changed from -15px */
  width: 100%;      /* Ensure full width */
  padding: 0;       /* Reset padding */
  box-sizing: border-box;
}

/* Add padding to columns instead */
[class^="col-24-"] {
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

/* Define column widths for 24-column grid */
.col-24-1 { flex: 0 0 4.166666%; max-width: 4.166666%; }
.col-24-2 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-24-3 { flex: 0 0 12.5%; max-width: 12.5%; }
.col-24-4 { flex: 0 0 16.666666%; max-width: 16.666666%; }
.col-24-5 { flex: 0 0 20.833333%; max-width: 20.833333%; }
.col-24-6 { flex: 0 0 25%; max-width: 25%; }
.col-24-7 { flex: 0 0 29.166666%; max-width: 29.166666%; }
.col-24-8 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-24-9 { flex: 0 0 37.5%; max-width: 37.5%; }
.col-24-10 { flex: 0 0 41.666666%; max-width: 41.666666%; }
.col-24-11 { flex: 0 0 45.833333%; max-width: 45.833333%; }
.col-24-12 { flex: 0 0 50%; max-width: 50%; }
.col-24-13 { flex: 0 0 54.166666%; max-width: 54.166666%; }
.col-24-14 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-24-15 { flex: 0 0 62.5%; max-width: 62.5%; }
.col-24-16 { flex: 0 0 66.666666%; max-width: 66.666666%; }
.col-24-17 { flex: 0 0 70.833333%; max-width: 70.833333%; }
.col-24-18 { flex: 0 0 75%; max-width: 75%; }
.col-24-19 { flex: 0 0 79.166666%; max-width: 79.166666%; }
.col-24-20 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-24-21 { flex: 0 0 87.5%; max-width: 87.5%; }
.col-24-22 { flex: 0 0 91.666666%; max-width: 91.666666%; }
.col-24-23 { flex: 0 0 95.833333%; max-width: 95.833333%; }
.col-24-24 { flex: 0 0 100%; max-width: 100%; }

/* Add responsive variants if needed */
@media (min-width: 576px) {
  .col-sm-24-1 { flex: 0 0 4.166666%; max-width: 4.166666%; }
  /* ... and so on for other sizes */
}

@media (min-width: 768px) {
  .col-md-24-1 { flex: 0 0 4.166666%; max-width: 4.166666%; }
  /* ... and so on for other sizes */
}

@media (min-width: 992px) {
  .col-lg-24-1 { flex: 0 0 4.166666%; max-width: 4.166666%; }
  /* ... and so on for other sizes */
}

@media (min-width: 1200px) {
  .col-xl-24-1 { flex: 0 0 4.166666%; max-width: 4.166666%; }
  /* ... and so on for other sizes */
}

.form-select:disabled {
  background-image: none !important;
}

.input-error {
    border: 2px solid #dc3545;
  }
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }