.bg-black{
    background-color: black !important;
}
.profile-icon{
    width: 35px !important;
    height: 35px !important;
    padding: 7px 7px;
    text-align: center;
}
.bg-blue{
    background-color: #0036ce!important;
}
.form-control{
	font-size: .875rem !important;
}
.nav-tabs .nav-link.active{
    background-color: #0036ce!important;
    color: white !important;
}
nav .active{
    /* border-bottom: 2px solid white; */
    color: white !important;
    /*background: #001f7a;*/
}
nav a{
	text-decoration: none !important;
}

nav a:hover{
    background: #001f7a;
}
#navigation a{
	border-bottom-width: 0px !important;
}

nav #navigation a:hover{
	border-color: transparent !important;
}
nav #navigation .relative a:hover{
    background: #001f7a !important;
    color: white !important;
    border-color: transparent !important;
}
.btn-light:hover{
    background-color: #001f7a !important;
    color: white !important;
}
#modal-user{
    padding: 50px;
    background-color: rgb(255, 255, 255) !important;
}
#addUserModal{
    padding: 20px;
}

.table-container {
    overflow-x: auto; /* Enable horizontal scrolling */
    max-width: 100%;
}

.metrics-table {
    width: 100%;
    border-collapse: collapse;
}

.hidden{
    display: none;
}

.metrics-table th,
.metrics-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
    white-space: nowrap; /* Prevent text from wrapping */
}

/* Freeze the first 5 columns */
.metrics-table th:nth-child(-n+5),
.metrics-table td:nth-child(-n+5) {
    position: sticky;
    left: 0;
    background: white; /* Keep background same as table */
    z-index: 2;
    border-right: 2px solid #ddd; /* Optional: Add border for separation */
}

/* Ensure the header stays on top */
.metrics-table thead th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 3;
}
.sticky-col {
    position: sticky;
    background-color: white; /* Optional: avoid overlapping transparency */
    z-index: 10;
    width: 30%;
    border: 1px solid #e5e7eb;
    top: 1px;
    left: 1px !important;
}

.bg-red{
    background-color: rgba(255, 0, 0, .5);
}
.card>hr{
    margin-top: 0px;
}
/*=================================== HOME =======================================*/
#homeCarousel{
	z-index: 0;
    background-image: url('/images/bg-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}
.overlay{
    padding: 10% 10px;
    background-color: rgba(0, 0, 0, 0.5);  /* dark with 50% opacity */
}
#homeCarousel .carousel-inner{
height: inherit;
}
#homeCarousel .carousel-item{
height: inherit;
}
#homeCarousel img{
    opacity: .5;
}
#homeCarousel .carousel-caption{
	top: 40%;
}
.border-box-top{
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	height: 70px;
	width: 50%;
}
.border-box-bottom{
	margin-left: auto;
	margin-right: auto;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	height: 70px;
	width: 50%;
}
#home_1{
	padding: 5% 0px;
}
.who_img img{
    position: relative;
    z-index: 1;
    width: 95%;
    height: 95%;
    top: 20px;
    left: 20px;
    object-fit: cover;
}
.box-border{
	border: 5px solid #f1f4fb;
	width: 90%;
	height: 93%;
	position: absolute;
	z-index: 0;
}
#h_cta{
    background-image: url('/images/bg-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay_2{
    padding: 5% 10px;
    background-color: rgba(0, 0, 0, 0.5);  /* dark with 50% opacity */
}
#h_section2{
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.57) 0%, #000000 100%) !important;
    padding: 5% 10px;
}
#h_section2 .card{
    background-color: #001f7a;
    color: #fff;
}

#fileCarousel{
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.57) 0%, #000000 100%) !important;
    padding: 5% 10px;
}
#fileCarousel .carousel-control-next, .carousel-control-prev{
    width: 10% !important;
}
#fileCarousel .carousel-item{
    padding-left: 100px;
    padding-right: 100px;
}
/* Default image styling */
.profile-img {
    width: 300px;
    height: auto;
}

label {
	color: #000 !important;
}


.google-visualization-orgchart-table{
    width: 100%;
}
.google-visualization-orgchart-node-medium{
    padding: 10px !important;
}
.google-visualization-orgchart-node{
	max-width: 70px !important;
	vertical-align: baseline !important;
	background: #9e9e9e !important;
	border-color: black !important;
	color: #fff !important;
}
.google-visualization-orgchart-nodesel{
	border: 2px solid blue !important;
	background: #001f7a !important;
	color: #fff !important;
}
.acct-item{
	margin-left: auto !important;
	margin-right: auto !important;
	width: 200px !important;
}
#accountability{
	width: 100%;
	overflow-x: auto;
}



@media(max-width: 567px){
    .google-visualization-orgchart-node{
	max-width: 250px !important;
    }
}
/* Between 568px and 768px */
@media (min-width: 568px) and (max-width: 768px) {
    .profile-img {
        width: 150px;
    }

}


@media only screen and (min-width: 1024px) {
    #homeCarousel h1{
        font-size: 3.5rem !important;
    }
}
