/* Header */
a.custom-white-link {
    font-size: 18px;
    color: white;
    text-decoration: none;
}

a.custom-white-link:hover {
    text-decoration: underline;
    text-decoration-color: white;
    text-underline-offset: 8px;
}

a.custom-white-link:focus {
    outline: none;
}

#custom-header {
    margin: 0;
}

/* Backgrounds */
.result-wrapper {
    overflow: hidden;
    position: relative;
}

.result-bg {
    opacity: 0.85;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bg-image {
    flex: 1;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-image-top {
    background-image: url('../../assets/img/CommunityPartners-search-bg-flipped.png');
}

.bg-image-bottom {
    background-image: url('../../assets/img/CommunityPartners-search-bg.png');
}

.result-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Jumbotron */
.campus-text {
    font-size: 24px;
    font-weight: 300;
    width: auto;
}

/* Main Content */
.result-content {
    position: relative;
    padding: 72px 0px;
}

.vertical-line {
    width: 1px;
    height: 500px;
    background-color: white;
    margin-top: 32px;
}

#prepare-vertical-line {
    height: 400px;
}

.section-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 8px 0;
    color: white;
    font-size: 20px;
}

.section-title {
    font-weight: 700;
}

/* Tab Panels */
.custom-nav-link {
    background-color: #cacbe5;
    color: #19236a;
    border: none;
    padding: 10px 24px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 700;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-decoration: none;
}

.custom-nav-link:hover {
    background-color: white;
}

.custom-nav-link.active {
    background-color: #19236a;
    color: white;
}

.card-top-border {
    border-bottom-width: 10px;
    border-bottom-color: #19236a;
    border-bottom-style: solid;
    margin-top: -1px;
}

.responsive-tabs {
    padding: 16px;
}

.responsive-tabs .custom-nav-tabs {
    display: none;
    margin-bottom: 9px;
}

.tab-title {
    font-size: 18px;
    font-weight: 700;
}

.tab-chart-container {
    margin: 16px 0;
}

.tab-chart {
    /*background-color: #19236a;*/
    width: 100%;
}

.tab-pane {
    border-radius: 0px;
}

.card-header {
    background-color: #19236a;
    border-radius: unset !important;
}

.card-header a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.btn-custom {
    background-color: #19236a;
    color: white;
}

.btn-custom:hover {
    background-color: white;
    border-color: #19236a;
    border-width: 1px;
    color: #19236a;
}

.btn-custom:focus {
    outline: none;
}

.tab-content {
    height: 600px;
    overflow-y: auto;
}

#prepare_content {
    height: 400px;
    overflow-y: auto;
}

/* Responsive */
@media (min-width: 1200px) {
    .result-content {
        padding: 72px 56px;
    }

    .tab-wrapper {
        padding-left: 48px;
    }

    .section-text-container {
        padding-left: 16px;
        height: 100px;
        text-align: left;
        font-size: 22px;
    }
}

@media (min-width: 576px) {
}

/* Media query for tablets and up (min-width: 768px) */
@media (min-width: 768px) {
    /*.card-body {
        height: 580px;
    }*/

    .tab-chart {
        height: 400px;
    }

    .tab-chart-container {
        height: 440px;
    }

    .responsive-tabs {
        padding: 0px 16px;
    }

    .responsive-tabs .custom-nav-tabs {
        display: flex;
        margin-bottom: 9px;
    }

    .responsive-tabs .card {
        border: none;
    }

    .responsive-tabs .card-header {
        display: none;
    }

    .responsive-tabs .collapse {
        display: block;
    }
}

/* Media query for mobile (max-width: 767px) */
@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.font32 {
    font-size: 32px;
}

.himp-header {
    height:142px;
    background-image: url("../img/CommunityPartners-search-bg-flipped.png");
    background-size: 45%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.himp-title {
    text-shadow: 2px 2px 5px black;
    margin-top: -10px;
    color: white;
}

.himp-icon-box {
    justify-content: center;
    margin-top: -50px;
    z-index: +1;
}

.himp-modal-control {
    background-color: whitesmoke;
    color: #2d40ad;
    font-size: 19px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    justify-content: space-around;
}

th, td {
    padding: 2px 4px 2px 4px !important;
    text-align: center;
}

th {
    background-color: #d0cece !important;
}

tr td:first-child, tr th:first-child {
    text-align: left;
    font-weight: bold;
}

.card-body {
    font-size: 15px;
}

.card-body h1 {
    font-size: 19px;
    font-weight: bold;
}

.card-body h2 {
    font-size: 16px;
    font-weight: bold;
}

.faq_item {
    margin-bottom: 20px;
}

.faq_title {
    padding: 15px;
    padding-left: 100px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 19px;
    position: relative;
}

.faq_title span.arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    left: 20px;
    color: #fff;
    top: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.5s;
}

.faq_title.active span.arrow {
    transform: rotate(180deg);
}

.faq_details {
    font-size: 16px;
    padding: 15px;
    padding-left: 100px;
    display: none;
    color:#fff;
}

.faq_item:first-child .faq_details {
    display: block;
}

hr {
    height: 3px;
    border: 1px solid aqua;
    background-color: aqua;
}

.tooltip-trigger {
	display: inline-block;
	position: relative;
	border-bottom: 1px dotted #666;
	text-align: left;
}

.tooltip-trigger .right {
	min-width: 400px;
	top: 50%;
	left: 100%;
	margin-left: 10px;
	transform: translate(0, -50%);
	padding: 5px 10px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	border: 1px solid #000000;box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	display: none;
}

.tooltip-trigger:hover .right {
	display: block;
}

.tooltip-trigger .right i {
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -12px;
	width: 12px;
	height: 24px;
	overflow: hidden;
}

.tooltip-trigger .right i::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 50%;
	transform: translate(50%, -50%) rotate(-45deg);
	background-color: #FFFFFF;
	border: 1px solid #000000;box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

#enrollment_data_by_campus th, #enrollment_demographics th {
    background-color: yellow !important;
}

.nodata {
    height: 100%;
    display: none;
}

.nodata .container {
    background-color: #0097A7;
}

#prepare_facts, #prepare_facts_content, #prepare_more_data_content {
    height: 100%;
}

#prepare_facts_content #prepare_fact_chart, #prepare_facts_content .data, #prepare_facts_content .container {
    height: 350px;
}

#prepare_more_data_content .nodata, #prepare_more_data_content .container {
    height: 400px;
}