@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Francois+One&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lilita+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Francois+One&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lilita+One&family=Monda:wght@400..700&display=swap');


body{
	font-family: 'Roboto', sans-serif;
	background: linear-gradient(90deg, #ffc385 5%, #f26b56 35%, #ffc385 100%);
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}

.fontStyle1
{
	font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sectionTitle {
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	color: #203d4f;
	font-size: 2.5em;
  }

  .sectionTitle2 {
	font-family: "Lilita One", sans-serif;
	font-weight: 400;
	font-style: normal;
  }

  .sectionTitle4 {
	font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
  }

  .sectionTitle3 {
	font-family: "Kanit", sans-serif;
	font-weight: 700;
	font-style: normal;
  }

  .buttonsFixed {
	position: fixed;
	right: 0;
	top:50%;
	width: 270px;
	background-color: #d9f704;;
	z-index: 99999999999;
	border-radius: 100px 0 0 100px;
  }

  #eventLogo img {
	height:220px !important;
	width:auto !important;
  }

  #societyLogo img {
	width:90px !important;
	height:auto !important;
  }

  .venue-images img {
width:100%;
  }


  /* page title */

  #titleRow h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: red;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
  }
  
  #titleRow h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
  }
  #titleRow h1 em {
	font-style: normal;
	font-weight: 600;
  }
  

  .pageTitle2 h1 {
	text-align: center;
	color:#222; font-size:30px; font-weight:400;
	text-transform: uppercase;
	word-spacing: 1px; letter-spacing:2px; color:#c50000;
  }
  .pageTitle2 h1 span {
	line-height:2em; padding-bottom:15px;
	text-transform: none;
	font-size:.7em;
	font-weight: normal;
	font-style: italic; font-family: "Playfair Display","Bookman",serif;
	color:#999; letter-spacing:-0.005em; word-spacing:1px;
	letter-spacing:none !important;
  }
  .pageTitle2 h1:after, .pageTitle2 h1:before {
	position: absolute !important;
	left: 0 !important;
	bottom: 0;
	width: 45px !important;
	height: 4px !important;
	content: "" !important;
	right: 45px !important; 
	margin:auto !important;
	background-color: #ccc !important;
  }
  .pageTitle2 h1:before { 
  background-color:#d78b8b !important;
	left:45px; width:90px !important;
  }

  .committeeBox .img {
	height:120px;
	width: 120px;
	overflow: hidden;
	border-radius: 50%;
  border: 4px solid #1d31b3;
  margin: auto;
  }

  .committeeBox .img img {
	height: 100%;
	width: 100%;
  }

  .profileBox .details {
  font-size: 13px;
  margin-top:-10px;
  }

  /* page title end */

  .viewAllBtn {
	padding: 9px 40px;
	font-size: 26px;
	margin: 20px auto;
  }
  .logo img {
	width: 100%;
	margin-left: -2%;
}

.footerLogo img {
	/*width: 80%;
	margin-left: -4%;
	*/
	margin: 0 auto;
}
  #contactInfo .icon {
	color:yellow;
  }

  #contactInfo .text {
	font-size: 22px;
	color:#fff;
  }

  #homeBanner {
	z-index: 2;
  }

  .dark {
	font-weight: bold;
  }

  #homeBanner img {
	border-radius: 25px 0px 0px 0px;
	margin-left: -15px;
  }

  #aboutBhubaneswar, #welcomeMessage, #messageBoxBack, #timerRow, #venue, #committee, .contactData, #footerTop, #committeePage, #facultyPage, #inAround
  {
	background-color: #fff;
	padding: 15px;
  }
  
  #messageBoxBack
  {
	margin-top: -350px;
	z-index: 1;
	position: relative;
  }

  #welcomeMessage {
	margin-top: -170px;
	z-index: 3;
	position: relative;
	border-radius: 25px 0px 0px 0px;
  }

  #wmsg img {
	border-radius: 50%;
	border: 1px solid red;
  }

  .messageBox {
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.8);
  }

  #aboutCity img {
width:45%;
  }
  .upper {
	text-transform: uppercase;
  }

  .carouselData {
	border: 8px solid lightgray;
	width: 160px;
	height: 185px;
	overflow: hidden;
	margin: 30px 0px;
  }

  .carouselData .carouselImg, .carouselData .carouselImg img {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
  }

  .carouselData .carouselText {
	position: absolute;
	margin-top: -50px;
	background-color: #fff;
	color: #000;
	width: 144px;
	text-align: center;
  }

  .carouselData .carouselText .name {
color: #5161ce;
font-weight: bold;
  }

  .carouselData .carouselText .designation {
font-size: 12px;
  }

  .msgTitle, #committee, .contactData #contactTop, .contactData #contactBottom {
	color: #fff !important;
	background-color: #c75765;
  }

  #contactBottom,#contactTop {
	padding-top: 20px;
	margin: 0px 10px;
	padding-bottom: 20px;
  }
  .msgTitle {
	padding: 80px 20px;
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left:25px;
	text-align: center;
  }

  .msgTitle .sectionTitle {
	color: #fff;
  }

  #aboutBhubaneswar .aboutImg
  {
	width: 98%;
  }
  /*p {
	text-align: justify;
  }*/

  #timerRow {
	background-image: url('../images/timerbg.jpg');
	padding: 60px 20px;
  }

  #timerRow .col-md-3 {
	align-content: center; 
  }

  #timerRow .counts
  {
	padding: 28px 12px;
	font-size: 54px;
	background-color: darkred;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	height: 170px;
	width:170px;
	font-weight: bold;
	vertical-align: middle;
	box-shadow: 0px 0px 8px #fff;
	border: 3px solid #fff;
  }

  #timerRow .label {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 0;
  }

#venue marquee img {
	margin: 5px;
}

.place-card .place-card-large {
	display: none !important;
}

.footerRight {
	margin-left: -5%;
}

.confSecContent p, .organizer p {
	padding: 4px;
	margin: 0px;
	/*font-size: 19px;*/
}
/*.confSecContent p:first-child
{
	font-size: 20px;
}*/

.aboutCity {
	background-color:rgb(0,0,50);
}

#cityContent 
{    
	width:96%;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 9px 30px 0px rgba(255,149,5,1);
	padding:10px;
	margin:0 auto;
  }

  #cityContent p
{
	font-size:18px;
}

.bottomTitle {
	color: #1d31b3;
}
.lineFooter {
	height: 95%;
	width:4px;
	background-color: darkred;
}
#footerbottom {
	background-color: #1d31b3;
	color: #fff;
	padding: 10px;
	overflow: hidden;
	width: 101%;
}

.copyright p {
text-align: center;
}

.round-border {
	border-radius: 50%;
	border: 2px solid #fff;
	padding: 12px;
}

.footeremail {
	font-size: 32px;
	font-weight: bold;
}

.dropPosition {
	position: relative;
}

.dropPosition .dropdown-item {
	position: relative;
	z-index: 99999;
}

form#enquiry .transparent{
	background-color:transparent !important;
	border:1px solid #fff !important;
}

#inAroundData {
	margin: 12px;
	padding: 12px;
	box-shadow: 0px 0px 3px #000;
	transition: transform .7s ease-in-out;
}

#inAroundData img {
transition: transform .7s ease-in-out;
}

.paymentDetails
{
	background-color: rgb(246, 246, 249);
	padding: 12px;
	color:rgb(11, 15, 18);
	box-shadow: 0px 0px 6px white;
	border:2px solid red;
}

.paymentDetails .details table
{
	background-color: white;
	text-align: left;
	font-size: 18px;
}

.paymentDetails .details table tr td
{
	font-weight: 400;
}


#inAroundData img:hover {
	transform: rotate(360deg);
  }

#inAroundData #inAroundTitle {
	color: gold;
}

#inAroundData #image img {
	width: 100%;
}

.blurTxt {

	filter: blur(4px);
	 -webkit-filter: blur(4px);
	-webkit-filter: blur(4px);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	 -moz-user-select: none;
	-ms-user-select: none;
	 user-select: none;
	
	} 

	.strike {
		text-decoration: line-through;
	}

/*animated border */
#inAroundData.box {
	/*display: grid;*/ 
	place-content: center;
	color: white;
	text-shadow: 0 1px 0 #000;
	
	--border-angle: 0turn; 
	--main-bg: conic-gradient(
		from var(--border-angle),
		#213,
		#112 5%,
		#112 60%,
		#213 95%
	  );
	
	border: solid 5px transparent;
	border-radius: 2em;
	--gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
	
	background: 
	  var(--main-bg) padding-box,
	  var(--gradient-border) border-box, 
	  var(--main-bg) border-box;
	
	background-position: center center;
  
	animation: bg-spin 3s linear infinite;
	@keyframes bg-spin {
	  to {
		--border-angle: 1turn;
	  }
	}
  
	&:hover {
	  animation-play-state: paused;
	}
  }
  
  @property --border-angle {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0turn;
  }
  
/*animated border end */

#timerSection {
	position: relative;
	z-index: 99;
}


/* Committee */

.committeeBox, .profileBox {
	border-radius: 10px;
	border-top: 5px solid #ff9100;
	box-shadow: 0 0.5rem 0.8rem #00000080;
	margin: 15px 0px;
	width: 100%;
	height: auto;
	padding: 10px 12px;
	text-align: center;
	text-transform: capitalize !important;
  }

  .profileBox img {
border-radius: 50%;
height: 180px;
width: 180px;
margin: 20px 12px;
border: 2px dotted red;
  }

  .profileBox .details
  {
	color: darkred;
	font-style: oblique;
  }

  #cityImages img {
margin: 6px;
  }

  /*.committeeBox img, .profileBox img {
border-radius: 50%;
border: 4px solid #1d31b3;
  }*/

#internationalFaculty .profileBox img {
height:225px;
width:225px;
}

  .committeeBox p, .profileBox p {
	text-align: center;
	margin: 3px;
	padding: 3px;
  }


  #facultyContent .profileBox {
background-color: #ffc79a;
  }

  #facultyContent .profileBox p:last-child {
	color: #203d4f;
	margin-top: -8px;
	  }
	

  .committeeBox p.committeeName, .profileBox p.committeeName{
	background-color: darkred;
	font-size: 22px;
	color: #fff;
	padding: 6px;
	border-radius: 5px;
  }

  .committeeBox p.email, .profileBox p.email{
	font-size: 14px;
	color: #e97203;
	font-style: oblique;
  }

  #borderimg1 {
	border: 10px solid transparent;
  padding: 15px;
  border-image: url(../images/border.png) 20% round;

  }

  #committeeContent {
	border-bottom: 2px dashed darkred;
	margin-top: 15px;
	padding-top: 10px;
  }

  #committeeContent:last-child {
	border: none;
  }

  #committeeImage {
	text-align: center;
	margin: 15px;
	padding: 10px;
  }

  #committeeImage img {
	width: 70%;
	border-radius: 20px;
	box-shadow: 0px 0px 3px #000;
  }

  #committeeImage p {
	text-align: center;
	margin: 4px;
	padding: 4px;
  }

  .exeCommittee #committeeImage .name {
	font-size: 12px;
  }
  
  .exeCommittee #committeeImage .designation {
	font-style: italic;
	color: #e97203;
	margin-top: -10px;
	padding: 0;
	font-size: 11px;
  }
  
  #pageSubTitle h2 {
	color: #1d31b3;
	text-align: center;
  }

  #pageTitle {
	background-color: #1d31b3;
	color: #fffce0;
	text-align: center;
	background-image: linear-gradient(#8c0242, #d54802);
	margin-top: -1.2%;
  }

  #member {
	margin: 10px 0px;
  }

  #member .member {
	border:2px #e97203;
	border-style: groove double solid dashed;
	padding: 20px;
	text-align: center;
	border-radius: 0px 15px 0px 20px;
	box-shadow: 6px 8px 0px darkred;
  }

  #pageSubTitleStyled {
	color: #fffce0;
	text-align: center;
	background-image: linear-gradient(#f37814, darkred);
	border: 2px solid yellow;
	border-radius: 20px;
	display: inline-block;
	width: auto;
	margin: 0px auto;
  }

  #member .member p {
	text-align: center;
	margin: 0;
	padding: 0;
  }

  .mergedtr {
	background-image: linear-gradient(#ce2e06, darkred) !important;
	text-transform: uppercase;
	color:#fff;
  }

  .s1h {
	background-color: green;
	color:#fff;
  }

  .regInfo {
	width: 80%;
	margin: 0px auto;
  	list-style: none;
	counter-reset: list;
	padding: 0 1rem;
}

.regTblCol1 {
	background-color: #0b4da4;
	color: #fff !important;
}

.regTblCol2 {
	background-color: #0b4da4;
	color: #fff !important;
}

.regTblCol3 {
	background-color: #0b4da4;
	color: #fff !important;
}

.regTblCol4 {
	background-color: #0b4da4;
	color: #fff !important;
}

.regTblCol5 {
	background-color: #0b4da4;
	color: #fff !important;
}

#registrationFeeDetails table th, #registrationFeeDetails table td {
	color:#fff !important;
}

#registrationFeeDetails table th h6 {
	font-weight: bold !important;
}

.regInfo li {
	--stop: calc(100% / var(--length) * var(--i));
	--l: 62%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (180 / var(--length)));
	--c1: hsl(var(--h), 71%, var(--l));
	--c2: hsl(var(--h), 71%, var(--l2));
	
	position: relative;
	counter-increment: list;
	margin: 1rem auto;
	padding: 1rem 1rem 1rem;
	box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
	overflow: hidden;
	background-color: white;
}

.regInfo li::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

.regInfo h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
	font-size: 16px !important;
}

.regInfo h3::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	content: counter(list);
	padding: 1rem;
	border-radius: 50%;
	background-color: var(--c1);
	color: white;
}

.moreDetails {
	background: linear-gradient(45deg, darkred, red) !important;
	color:#fff;
	border-radius: 20px;
	box-shadow: 0px 0px 3px #000 inset;
}

.cBtn {
	border-radius: 50px;
	color: #fff;
	height: 40px;
	background-image: linear-gradient(to right, #FFD54F, #D500F9);
	padding: 8px 45px;
	cursor: pointer;
	border: none !important;
	margin-top: 30px;
  }

@media (min-width: 40em) {
	.regInfo li {
		margin: 3rem auto;
		padding: 3rem 2rem 2rem;
	}
	
	.regInfo h3 {
		font-size: 2.25rem;
		margin: 0 0 2rem;
	}
	
	.regInfo h3::before {
		margin-right: 1.5rem;
	}
}

 .navbar-toggler-icon {
	border:1px solid #fff !important;
}

/*
=========================================================================================
----------bootstrap-navbar-css------------
*****************************************************************************************
*/
.pad-left-20 {
  padding-left:20px !important;
}
/*.navbar-mainbg{
	background: rgb(8,2,108);
background: linear-gradient(0deg, rgba(8,2,108,1) 0%, rgba(4,19,181,1) 100%);
	padding: 0px;
}*/

.navbar-mainbg{
	background: darkred;
	padding: 10px;
}

.navbar-mainbg a{ 
color: #fff;
text-transform: capitalize;
font-weight: bold;
letter-spacing:1px;
font-size: 13px;
padding: 7px;
}

.dropdown .dropdown-menu a {
	color:gold;
	text-transform: capitalize;
}

.navbar-mainbg a:hover, .dropdown .dropdown-menu a:hover {
	background-color: #db819b;
	color:gold;
	transition: all 1s;
}

#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgba(255,255,255,1);
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 16px 16px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    text-transform:uppercase;
    font-weight:bold;
}
#navbarSupportedContent>ul>li.active>a{
	color: #5161ce;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #f8e7b7;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #f8e7b7;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background: rgb(8,2,108);*/
background: linear-gradient(0deg, rgba(8,2,108,1) 0%, rgba(4,19,181,1) 100%);
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}

/* stylish div 1 */

.stamp-border {
	/* Change this value to adjust the stamp perforation size: */
	--radius: 8px;
  
	background-image: 
	  radial-gradient(
		var(--radius),
		transparent 98%,
		white
	  ),
	  linear-gradient(white 0 0);
	background-repeat: 
	  round, 
	  no-repeat;
	background-position:
	  calc(var(--radius) * -1.5) calc(var(--radius) * -1.5),
	  50%;
	background-size:
	  calc(var(--radius) * 3) calc(var(--radius) * 3),
	  calc(100% - var(--radius) * 3) calc(100% - var(--radius) * 3);
  }
  
  
  /*  Cosmetic styles */
  
  .divbody {
	background: slateblue;
  }
  
  .stamp-border {
	width: min(70%, 600px);
	height: auto;
	inset: 0;
	margin: 30px auto !important;
	padding: 25px 15px;
	font-size: 18px;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: left;
  }

/* stylish div 1 */


@media(min-width: 992px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}


@media (max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}

/* blink background*/
.blink {
    background-color: orange;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
			padding: 10px;
}
@-webkit-keyframes blink { 50% { background-color: gold; }}
        @keyframes blink { 50% { background-color: gold; }}

/*=============*/

.pulse {
    background-color: orange;
    -webkit-animation: blink 800ms infinite;
            animation: blink 800ms infinite;
}
@-webkit-keyframes blink { 50% { background-color: gold; }}
        @keyframes blink { 50% { background-color: gold; }}

/*=============*/

.pulse2 {
	-webkit-animation: pulse 400ms infinite alternate;
	        animation: pulse 400ms infinite alternate;
}
@-webkit-keyframes pulse {
	0% { background-color: gold; }
	100% { background-color: orange; }
}
@keyframes pulse {
	0% { background-color: gold; }
	100% { background-color: orange; }
}

/* blink text */
.blinking {

animation: opacity 2s ease-in-out infinite;
opacity: 1;
color:rgb(15, 2, 113);
}

@keyframes opacity {
0% {
opacity: 1;
}

30% {
	opacity: 0;
	}

50% {
opacity: 0.7;
color:rgb(4, 55, 138);
}

100% {
	opacity: 0.8;
	color:rgb(18, 2, 105);
	}

100% {
opacity: 1;
color:rgb(18, 2, 105);
}
}

:root {
	--tblCol1:#fbdb8b;
	--tblCol2:#f7c27c;
	--tblCol3:#f4b083;
	--tblCol4:#f6dba6;
	--tblCol5:#fbac01;

	--tblColF1:#01274d;
	--tblColF2:#6d5203;
	--tblColF3:#803402;
	--tblColF4:#286301;
	--tblColF5:#02225a;

	--bgPrimary:#027bcf;
}

/* 19-05-2025 */
.memberSurgery, .memberOBS {
    background-color:orange;color:white;margin:10px;padding:10px;font-size:25px;display:block;margin-left:30%;margin-right:30%;
}