 
/*.marquees {
  position: relative;
  animation: marquees 80s linear infinite;
}
.marquees:hover {
	
	animation-play-state: paused !important;
     -webkit-animation-play-state: paused;
}

@-webkit-keyframes marquees {
	  0%   { -webkit-transform: translate(0, 0); }
	  100% { -webkit-transform: translate(0, -100%); }
	} 
    @keyframes marquees {
	  0%   { -webkit-transform: translate(0, 0); }
	  100% { -webkit-transform: translate(0, -100%); }
	} */
.view-notifications>.view-content{
	overflow:hidden;
}
.region.region-secondary-header.top-header h1 {
    font-size: 22px;
    font-weight: 400;
    color: white;
    text-align: center;
    margin: auto;
}
#secondary-header-top-custom {
    z-index: 4050;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.2em;
    background: linear-gradient(90deg, #0ea5e9, #22c55e);
    color: #fffffe;
}
.box-sliderdde{
        position: relative;
        display: inline-block; /* Make the width of box same as image */
    }
.box-sliderdde .text-sliderdde{
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;        
        text-align: center;
	padding:8px 0;
        bottom: 0; /* Adjust this value to move the positioned div up and down */
        background: rgba(0, 0, 0, 48%);
        color: #fff;
        width: 100%; /* Set the width of the positioned div */
    }
section#block-views-block-slider-dde-block-1{
	border-bottom: 1px solid #000;
}	

.views-slideshow-controls-bottom .views-slideshow-pager-bullets {
    text-align: center;
    margin: 0;
    z-index: 999;
    color: white;
    background: rgb(0 0 0 / 50%);
}
section#block-views-block-dashboard-block-1-2 {
    padding-top: 15px;
}
.db-tiles {
	padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.db-img {
    margin-left: 2%;
    float: left;
    height: 60px;
    width: 60px;
}
.db-text h4 {
    display: flex;
    justify-content: left;
    align-items: center;
	padding-left: 20px;
    height: 60px;
	font-size: 14px;
    font-weight: 400;
}

.col-sm-12.dde-profile-page {
    padding: 5px;
    margin: 10px 0;
    text-align: justify;
}
.col-sm-12.school-profile p {
    text-align: justify;
}

.program-title h2 {
    background: #284fdb;
    color: white;
    padding: 3px;
    font-weight: 400;
}

tr.slm-headers {
    background: linear-gradient(90deg, #0ea5e9, #22c55e);
    color: white;
}

h2#laprogram {
    background: linear-gradient(90deg, #0ea5e9, #22c55e);
    color: white;
    padding: 3px;
}

dl.contact-list {
    margin-bottom: 4px;
}
dl.contact-list dt {
    font-weight: 600;
    color: white;
}

dl.contact-list dd {
    color: white;
}
.row.footer-bottom-border {
    border-top: 1px solid gray;
}

.row.footer-bottom-border p {
    font-size: 16px;
    color: white;
}

section#block-studentscorner-2 {
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); */
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid lightgrey;
}

section#block-studentscorner-2 h2 {
    text-align: left;
    padding: 3px 5px;
    border-bottom: 1px solid lightgray;
    background: #284fdb;
    color: white;
    font-weight: 400;
}
ul.menu.menu--students-corner.nav li {
    border-bottom: 1px solid lightgray;
}

ul.menu.menu--students-corner.nav li:last-child {
    border-bottom: none;
}

section#block-directorateofdistanceeducation-2 {
   /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);*/
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid lightgrey;
}
section#block-directorateofdistanceeducation-2 h2 {
    text-align: left;
    padding: 3px 5px;
    border-bottom: 1px solid lightgray;
	background: linear-gradient(90deg, #0ea5e9, #22c55e);
    color: white;
    font-weight: 400;
}
section#block-views-block-notifications-block-2 {
    border: 1px solid darkgray;
}
section#block-views-block-notifications-block-2 h3 {
    text-align: left;
    padding: 5px 5px;
    border-bottom: 1px solid lightgray;
    background: linear-gradient(90deg, #0ea5e9, #22c55e);
    color: white;
    font-weight: 400;
}
.more-link.form-group {
    float: right;
    margin-right: 20px;
    margin-bottom: 10px !important;
}

ul.menu.menu--directorate-of-distance-edu.nav li {
    border-bottom: 1px solid lightgray;
}
ul.menu.menu--directorate-of-distance-edu.nav li:last-child {
	border-bottom: none;
}

.view.view-programs.view-id-programs.view-display-id-page_3 h3 {
    background: #284fdb;
    color: white;
    font-weight: 400;
    padding: 3px 10px;
}
ul.slm-list {
    list-style: none;
    padding: 0;
}
.container.bottom-margin.dde-slm h3 {
    background: #284fdb;
    color: white;
    font-weight: 400;
    padding: 5px;
}
li.slm-program h4 a {
    color: black;
    font-weight: 400;
    text-decoration: none;
}
.container.bottom-margin.dde-slm {
    border: 1px solid lightgray;
    padding: 2px;
}

.Employee-Card-col {
    border: 1px solid darkgray;
    padding: 10px;
}
.box-shadow-border {
    padding: 10px 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.department-profile {
    overflow-x: auto;
}
.department-profile.box-shadow-border h3 {
    border-bottom: 3px solid #2196f3;
}
.main .download-widget {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.department-profile>ul {
    text-align: justify;
    line-height: 1.4;
    font-size: 16px;
    background: transparent;
}
.download-widget li:last-child {
    margin-bottom: 0;
}
.department-profile ul>li {
    list-style-type: disc;
    padding: 5px;
    margin-left: 20px;
}
.download-widget li a {
    display: block;
}
.department-profile ul li a:before {
    margin-right: 10px;
    color: #11867e;
    content: "\f15c";
    font-family: FontAwesome;
    font-size: 16px;
}
.download-widget li a:before {
    margin-right: 10px;
    color: red !important;
    content: "\f1c1" !important;
    font-family: FontAwesome;
}

.views-field.views-field-field-employee-image {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
}

.col-sm-6.arc-notify,.col-sm-6.cur-notify {
    background: linear-gradient(90deg, #0ea5e9, #22c55e);
    border-right: 2px solid whitesmoke;
	text-align: center;
}
.col-sm-6.cur-notify a, .col-sm-6.arc-notify a {
    color: whitesmoke;
    font-size: 22px;
    font-weight: 500;
}

/* ========= CDOE Profile Page + Image Slider (Bootstrap 3 friendly) ========= */
.dde-profile-page{margin-top:20px;margin-bottom:20px;}
.dde-profile-card{
  background:#f8fafc;
  border-radius:18px;
  padding:28px 24px;
  box-shadow:0 12px 28px rgba(0,0,0,0.12);
  border-left:7px solid #0f766e;
}

.dde-profile-title{
  font-size:26px;
  font-weight:900;
  color:#0f766e;
  margin:0 0 4px;
}
.dde-profile-subtitle{
  font-size:15px;
  font-weight:700;
  color:#334155;
  margin:0 0 18px;
}
.dde-profile-name{
  font-size:22px;
  font-weight:800;
  color:#111827;
  margin:0 0 6px;
}
.dde-profile-desig{
  font-size:15px;
  color:#475569;
  line-height:1.6;
  margin:0 0 18px;
}

.dde-info-grid{margin:0 -8px;}
.dde-info-box{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px 14px;
  margin:0 0 12px;
}
.dde-label{font-weight:900;color:#0f172a;}
.dde-value{color:#334155;font-weight:700;}
.dde-value a{color:#0f766e;text-decoration:none;font-weight:800;}
.dde-value a:hover{text-decoration:underline;}

.dde-address{
  background:#ecfeff;
  border:1px solid #a5f3fc;
  border-radius:14px;
  padding:16px 16px;
  margin-top:10px;
}
.dde-address h4{
  margin:0 0 10px;
  font-size:18px;
  font-weight:900;
  color:#115e59;
}
.dde-address p{margin:0 0 8px;color:#334155;font-weight:700;line-height:1.7;}
.dde-address p:last-child{margin-bottom:0;}

.dde-profile-desc{
  margin-top:18px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:18px 18px;
  box-shadow:0 8px 18px rgba(0,0,0,0.06);
}

/* ===== styles for the profile field content ===== */
.dde-profile-desc .cdoe-title{
  font-size:24px;
  font-weight:900;
  color:#0f766e;
  text-align:center;
  margin:0 0 18px;
}
.dde-profile-desc .cdoe-text{
  font-size:16px;
  line-height:1.85;
  color:#374151;
  margin:0 0 16px;
  text-align:justify;
}
.dde-profile-desc .highlight-box{
  background:#ecfeff;
  border-left:6px solid #0f766e;
  padding:16px 18px;
  border-radius:12px;
  margin:18px 0;
  color:#374151;
  font-weight:700;
}
.dde-profile-desc .section-title{
  font-size:20px;
  font-weight:900;
  color:#115e59;
  margin:26px 0 12px;
  border-left:5px solid #0f766e;
  padding-left:12px;
}
.dde-profile-desc .cdoe-list{margin:0 0 0 22px;}
.dde-profile-desc .cdoe-list li{
  margin-bottom:10px;
  font-size:16px;
  color:#374151;
  line-height:1.7;
}

/* ===== Image slider styles ===== */
.dde-slider-wrap{margin-bottom:18px;}
.dde-slider{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(0,0,0,0.18);
  border:1px solid #e5e7eb;
}
.dde-slider .item img{
  width:100%;
  height:auto;
  display:block;
}
.dde-slider .carousel-caption{
  background:rgba(0,0,0,0.45);
  border-radius:10px;
  padding:10px 12px;
}
.dde-slider .carousel-indicators li{background:#d1fae5;border:1px solid #0f766e;}
.dde-slider .carousel-indicators .active{background:#0f766e;}

/* ===== Modern Academic Faculty Profile Card (Bootstrap 3 Compatible) ===== */
.faculty-modern{margin:20px 0;}
.faculty-modern-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,0.12);
}

/* Header */
.faculty-modern-header{
  padding:18px 22px;
  background:linear-gradient(135deg,#0f766e,#115e59);
  color:#fff;
}
.faculty-modern-header h2{
  margin:0;
  font-size:24px;
  font-weight:900;
  color:whitesmoke;
}
.faculty-modern-header .subtitle{
  margin-top:6px;
  font-size:14px;
  font-weight:600;
  opacity:.95;
}

/* Body layout */
.faculty-modern-body{padding:22px;}
.faculty-left{
  text-align:center;
}
.faculty-photo img,
.faculty-photo .img-responsive{
  width:100%;
  max-width:230px;
  border-radius:16px;
  border:4px solid #ecfeff;
  box-shadow:0 10px 22px rgba(0,0,0,0.18);
  display:inline-block;
}
.faculty-tag{
  display:inline-block;
  margin-top:12px;
  padding:6px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  background:#ecfeff;
  color:#0f766e;
  border:1px solid #a5f3fc;
}

/* Right info */
.faculty-info{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px 14px;
}
.faculty-info table{margin:0;}
.faculty-info td{
  padding:10px 10px !important;
  border-top:1px solid #e5e7eb !important;
  vertical-align:top !important;
}
.faculty-info tr:first-child td{border-top:none !important;}
.faculty-info td:first-child{
  width:220px;
  font-weight:900;
  color:#0f172a;
}
.faculty-info td:last-child{
  font-weight:700;
  color:#334155;
}
.faculty-info a{
  color:#0f766e;
  text-decoration:none;
  font-weight:900;
}
.faculty-info a:hover{text-decoration:underline;}

/* Academic blocks */
.faculty-block{
  margin-top:18px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px 16px;
  box-shadow:0 8px 18px rgba(0,0,0,0.06);
}
.faculty-block-title{
  margin:0 0 10px;
  font-size:16px;
  font-weight:900;
  color:#115e59;
  padding-left:12px;
  border-left:5px solid #0f766e;
}
.faculty-block-content{
  color:#374151;
  font-weight:700;
  line-height:1.85;
}

/* Footer */
.faculty-modern-footer{
  padding:16px 22px;
  background:#f8fafc;
  border-top:1px solid #e5e7eb;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}
.faculty-modern-footer .footer-title{
  font-weight:900;
  color:#0f172a;
}
.faculty-modern-footer .btn,
.faculty-modern-footer a{
  border-radius:999px;
  font-weight:900;
  padding:10px 18px;
}
.dxpr-theme-fluid.footer-container {
    background: linear-gradient(90deg, #0ea5e9, #22c55e) !important;
}

/* ===== Faculty Grid Card (Bootstrap 3 Compatible) ===== */
.faculty-grid-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(0,0,0,0.10);
  transition:all .3s ease;
  margin-bottom:20px;
  text-align:center;
}
.faculty-grid-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 30px rgba(0,0,0,0.14);
}
.faculty-img a{display:block;}
.faculty-img img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}
.faculty-info{
  padding:16px 14px 18px;
}
.faculty-name{
  font-size:18px;
  font-weight:900;
  color:#0f766e;
  margin:0 0 8px;
}
.faculty-link{
  color:#0f766e;
  text-decoration:none;
}
.faculty-link:hover{
  text-decoration:underline;
}
.faculty-desig{
  font-size:14px;
  font-weight:700;
  color:#334155;
  margin-bottom:10px;
  min-height:40px;
}
.faculty-email{
  font-size:13px;
  font-weight:800;
  color:#0f766e;
}
.faculty-email a{
  color:#0f766e;
  text-decoration:none;
}
.faculty-email a:hover{
  text-decoration:underline;

/* Make Views grid responsive */
@media (max-width: 767px){
  .views-view-grid .views-col{
    width:100% !important;
    float:none !important;
  }
}
@media (min-width:768px) and (max-width:991px){
  .views-view-grid .views-col{
    width:50% !important;
  }
}
@media (min-width:992px){
  .views-view-grid .views-col{
    width:33.3333% !important;
  }
}
}

/* hide drupal default file icon to avoid duplicate icon */
.dde-noti-files .file-icon{
  display:none !important;
}


/**********************************************************************************************/

/* View container */
.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

/* Each row becomes inline */
.marquee-wrapper .views-row {
  display: inline-block;
  padding-right: 50px;
}

/* Animation */
.marquee-wrapper .view-content {
  display: inline-block;
  animation: marquee-scroll 40s linear infinite;
}

/* Link styling */
.message-marquee {
  color: maroon;
  text-decoration: none;
  font-weight: 500;
}

/* Pause on hover */
.marquee-wrapper:hover .view-content {
  animation-play-state: paused;
}
.message-marquee.is-new::before {
  content: " 🔔";
  margin-right: 5px;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #e60000;
  border-radius: 3px;
  animation: flash-new 1s infinite;
}


/* Keyframes */
@keyframes marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Flash animation */
@keyframes flash-new {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

@media (max-width: 768px) {
  .marquee-wrapper .view-content {
    animation-duration: 50s;
  }
}
/* Small phones */
@media (max-width: 480px) {
  .marquee-wrapper .view-content {
    animation-duration: 50s;
  }
}

/******************************Footer Menu CSS Starts Here***************************************/
#footer h5{
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
dl.contact-list dd {
    color: white;
}

ul.list-unstyled.quick-links li>a:before {
    content: ">>";
    color: #ffffff;
    font-size: 14px;
	font-weight: 600;
    float: left;
    padding: 0 5px 0 0;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
/******************************Footer Menu CSS Ends Here***************************************/


/******************************Merquee CSS Starts Here***************************************/
/*.marquee {
            height: 50px;
            overflow: hidden;
            position: relative;
            background: #fefefe;
            color: #333;
			margin-bottom: 10px;
			border: 1px solid darkgray;
        }
.marquee p {
            position: absolute;
            width: 100%;
            height: 100%;
            margin: 0;
            line-height: 50px;
            text-align: center;
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -moz-animation: scroll-left 2s linear infinite;
            -webkit-animation: scroll-left 2s linear infinite;
            animation: scroll-left 40s linear infinite;
        }
		
.marquee p:hover {
			-moz-animation-play-state: paused;
			-webkit-animation-play-state: paused;
			animation-play-state: paused;
}
        
        @-moz-keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
            }
        }
        
        @-webkit-keyframes scroll-left {
            0% {
                -webkit-transform: translateX(100%);
            }
            100% {
                -webkit-transform: translateX(-100%);
            }
        }
        
        @keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
            }
        }*/	

/******************************Marquee CSS Ends Here***************************************/		
/* ==============================
   CDOE Director Message Block
   Bootstrap 3 compatible
================================ */

.cdoe-director-block{
  margin: 0 0 18px;
}

.cdoe-director-card{
  background:#fff;
  border:1px solid #e8eef6;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(0,0,0,0.10);
}

/* Header */
.cdoe-director-head{
  padding:12px 16px;
  font-size:15px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(90deg,#0ea5e9,#22c55e);
}
.cdoe-director-head .glyphicon{
  margin-right:8px;
}

/* Body */
.cdoe-director-body{
  padding:16px 16px 12px;
}

/* Left profile card */
.cdoe-director-profile{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:14px 12px;
}

.cdoe-director-photo{
  width:120px;
  height:120px;
  margin:0 auto 10px;
  border-radius:50%;
  overflow:hidden;
  border:4px solid #fff;
  box-shadow:0 8px 18px rgba(0,0,0,0.12);
}
.cdoe-director-photo img{
  width:100%;
  height:120px;
  object-fit:cover;
}

.cdoe-director-name{
  font-size:14px;
  font-weight:900;
  color:#111827;
  margin-top:6px;
}

.cdoe-director-desig{
  font-size:12px;
  font-weight:700;
  color:#475569;
  margin-bottom:10px;
}

.cdoe-director-btn{
  border-radius:999px;
  font-weight:800;
}

/* Message */
.cdoe-director-message{
  font-size:14px;
  color:#0f172a;
  line-height:1.7;
  padding-top:4px;
}

.cdoe-director-message p{
  margin-bottom:10px;
}

.cdoe-director-sign{
  margin-top:12px;
  padding-top:10px;
  border-top:1px dashed #dbeafe;
  color:#0f766e;
  font-size:13px;
}
.cdoe-director-sign .glyphicon{
  margin-right:6px;
}

/* Mobile */
@media (max-width:767px){
  .cdoe-director-body{
    padding:14px;
  }
  .cdoe-director-message{
    padding-top:12px;
  }
}
/* ==============================
   Quote icon style (Director message)
================================ */

 .cdoe-quote-box{
  position:relative;
  background:#ffffff;
  border:1px solid #eaf2ff;
  border-radius:16px;
  padding:18px 18px 14px 18px;
  overflow:hidden;
}

/* subtle background watermark */
.cdoe-quote-box:before{
  content:"";
  position:absolute;
  right:-40px;
  top:-40px;
  width:140px;
  height:140px;
  background:radial-gradient(circle, rgba(14,165,233,0.18), rgba(255,255,255,0) 70%);
}

/* ✅ Quote icon (pure text, always works) */
.cdoe-quote-icon{
  position:absolute;
  left:12px;
  top:0px;
  font-size:60px;
  font-weight:900;
  line-height:1;
  color:#0ea5e9;
  opacity:0.20;
}

/* prevent overlap */
.cdoe-quote-box p{
  margin-bottom:10px;
  padding-left:18px;
}

/* slightly better message typography */
.cdoe-director-message{
  font-size:14px;
  color:#0f172a;
  line-height:1.8;
}
.panel-default>.panel-heading:nth-child(odd) {
    color: whitesmoke;
    background:linear-gradient(90deg, #0ea5e9, #22c55e) !important;
    border-color: #ddd;
}
.panel-default>.panel-heading:nth-child(even) {
    color: whitesmoke;
    background:linear-gradient(180deg,#16a34a,#15803d) !important;
    border-color: #ddd;
}
a.dde-acc-link.dde-nid-3114.collapsed,
a.dde-acc-link.dde-nid-3115.collapsed,
a.dde-acc-link.dde-nid-3116.collapsed,
a.dde-acc-link.dde-nid-3117.collapsed,
a.dde-acc-link.dde-nid-3118.collapsed,
a.dde-acc-link.dde-nid-3119.collapsed,
a.dde-acc-link.dde-nid-3120.collapsed,
a.dde-acc-link.dde-nid-3121.collapsed,
a.dde-acc-link.dde-nid-3122.collapsed,
a.dde-acc-link.dde-nid-3123.collapsed,
a.dde-acc-link.dde-nid-3124.collapsed,
a.dde-acc-link.dde-nid-3125.collapsed,
a.dde-acc-link.dde-nid-3126.collapsed{
  color: whitesmoke !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
a.dde-acc-link.dde-nid-3114,
a.dde-acc-link.dde-nid-3115,
a.dde-acc-link.dde-nid-3116,
a.dde-acc-link.dde-nid-3117,
a.dde-acc-link.dde-nid-3118,
a.dde-acc-link.dde-nid-3119,
a.dde-acc-link.dde-nid-3120,
a.dde-acc-link.dde-nid-3121,
a.dde-acc-link.dde-nid-3122,
a.dde-acc-link.dde-nid-3123,
a.dde-acc-link.dde-nid-3124,
a.dde-acc-link.dde-nid-3125,
a.dde-acc-link.dde-nid-3126{
  color: whitesmoke !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

a.dde-acc-link.dde-nid-3114.collapsed:hover{
	color: whitesmoke !important;
}




@media (max-width: 767px){
  .bs-table thead{
    display:none;
  }
  .bs-table,
  .bs-table tbody,
  .bs-table tr,
  .bs-table td{
    display:block;
    width:100%;
  }
  .bs-table tr{
    border:1px solid #ddd;
    margin-bottom:12px;
    padding:10px;
    border-radius:12px;
    background:linear-gradient(90deg, #0ea5e9, #22c55e);
  }
  .bs-table td{
    border:none !important;
    padding:6px 0;
	color: whitesmoke;
    font-weight: 600;
  }
  .bs-table .badge-college{
	text-wrap: auto;
  }
  
  .bs-table td:before{
    content:attr(data-label);
    font-weight:700;
    display:block;
    color:#475569;
    margin-bottom:2px;
  }
  
}




