@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico/Pacifico-Regular.ttf') format('truetype'); /* Adjust path and format as necessary */
    font-weight: normal;
    font-style: normal;
}


.table{
	overflow: hidden;
	table-layout: auto;

	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	margin-bottom: 12px;
}

.table-custom{
	overflow: hidden !important;
	table-layout: auto !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	width: 100% !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
.table-custom th,
.table-custom td {
	vertical-align: middle !important;
	text-align: center;
	padding: 12px 15px;
}
.table-custom thead th {
    border: 1px solid rgba(130, 130, 127, 0.1);
	background-color: rgba(14, 109, 144, 0.625);
	color: rgb(255, 255, 255);
}

.table-custom td{
	border-width: 0px 3px 0px 0px; /* top right bottom left */
	border-style: solid solid solid solid; /* top right bottom left */
	border-color: red rgba(130, 130, 127, 0.1) blue yellow;
}
.table-custom tbody tr:nth-child(odd){
	background-color: #b73e3e;
}
.table-custom tbody tr:nth-child(even){
	background-color: #e9ecef;
}
.table-custom tbody tr{
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.table-hover-class{
	text-align: left !important; 
	padding-left: 10px !important;
}

.table-hover-class:hover{
	box-shadow: 1px 1px 1px rgba(206, 205, 205, 0.1) !important;
	background-color: #edeff5fb !important;
	
	
	transform: translateY(1px) !important;
	transform: scale(1.0) !important;
	cursor: pointer !important;
}
.table-custom tbody tr:hover{
	cursor: text ;
}

#table-container{
	margin-top: 0px! important;
}

#table-container td a{
	font-family: 'Arial', sans-serif ;
	font-weight: 400 !important;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
}


.table-button-container{
    padding-left: 15px;
    padding-right: 15px;
}

td.clickable {
	cursor: pointer!important;
}


.icon-date{
	margin-top: 2px; 
	margin-right: 8px; 
	margin-left: 5px;
}

.icon-title{
	margin-top: 12px; 
	margin-right: 8px; 
	margin-left: 5px;
}

.icon-date, .icon-title{
	color: #11316bd1;
}





.pacifico-font{
	font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}



@keyframes marquee {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}


.marquee {
	position: absolute;
	background: rgba(0, 0, 0, 0.5); /* Optional: semi-transparent background */
	color: white;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 0px;
	width: 100vw;
}

.marquee span {
	display: inline-block;
	padding-left: 100%; /* Start position */
	animation: marquee 20s linear infinite;
	white-space: pre;
	color: rgb(255, 255, 255);
}


/*New Template*/
.header-top{
	background-color: wheat;
}


.post-thumb p{
	background-color: azure;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	align-items: center;
	background-color: #1F386B;
	color: white;
	font-size: 13px;
	padding: 0px 5px;
	font-weight: lighter;
}

.post-right h5, .post-right a{
	font-family: 'Open Sans', sans-serif;
} 

.post-right i{
	color: #1F386B;
}

.post-right a, .post-right span{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.post-right i{
	font-size: 14px;
}

.post-right a:hover{
	cursor: pointer;
	text-decoration: underline;
}

.post-right h5, .clip-text{
	white-space: nowrap;         /* Prevents text from wrapping to the next line */
    overflow: hidden;            /* Hides overflow text */
    text-overflow: ellipsis;     /* Adds ellipsis (...) at the end of truncated text */
}

.display-table-cell p{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
}


.text-container {
    display: flex;                   /* Use flexbox for layout */
    justify-content: space-between;  /* Pushes items to opposite sides */
    width: 100%;                     /* Ensure it takes the full width of the container */
}

.text-container h4 {
    margin: 0;                       /* Remove any default margin */
}

.view-all-notice {
    text-align: right;               /* Align the link to the right */
    text-decoration: none;           /* Optional: Remove underline from the link */
}

.text-container a {
    font-size: 13px;
	text-decoration: underline;
	margin-right: 10px;
	margin-top: 5px;
}

.text-container a:hover {
    cursor: pointer;
}

.text-container i {
    margin-right: 5px;
}

.shape{
	height: 75px; 
	width: 75px;
	padding: 5px;
	background-color: #b73e3e;
	border-radius: 50%;
	display: flex;                  /* Use flexbox to center the text */
    justify-content: center;        /* Center text horizontally */
    align-items: center;            /* Center text vertically */
    background-color: #3498db;      /* Optional: Background color for visibility */
    color: white;                   /* Optional: Text color */
    text-align: center;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 1.3;
}

#about-div{
	padding-right: 20px;
	padding-left: 20px;
}

#about-div h3{
	padding-right: 35px;
}











/* Vice Chancellor Section Styling */
.vc-section {
    margin: 50px 0;
}

.vc-photo {
    width: 100%;
    max-width: 220px;
    height: auto;
    border: 5px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.vc-message-card {
    border: none;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.vc-message-card .card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vc-message-card h2 {
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.vc-message-card .message-content {
    border-left: 4px solid #0d6efd;
    padding-left: 20px;
    flex-grow: 1;
}

.vc-message-card .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 8px 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .vc-photo-col {
        margin-bottom: 30px;
    }
    
    .vc-photo {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .vc-message-card .card-body {
        padding: 1.5rem;
    }
    
    .vc-message-card h2 {
        font-size: 1.5rem;
    }
}








