@charset "utf-8";




.light-cotton {
  background-color: #E6F0F7;
}

.btn-pink-rtn-nav {
  background-color: transparent;
  border: 1px solid #C4338F;
  color: #C4338F;
}

.btn-pink-rtn-nav:hover {
	background-color: #C4338F !important; 
	color: #ffffff !important;
}

.btn-pink-rtn-nav a:link {
	background-color: transparent !important;
	border: 1px solid #C4338F !important;
	color: #C4338F !important;
}

.btn-pink-rtn-nav a:active {
	background-color: transparent !important;
	border: 1px solid #C4338F !important;
	color: #C4338F !important;
}


.blue-grey {
	display: block;
	font-size: 1em;
	color: #3C5564;
	font-weight: 500;
	line-height: 1.5; 
	padding:0px 10px;
}

.btn-dark-blue {
	color: #FFFFFF;
	background-color: #004F9D;
}

.btn-dark-blue:hover {
	color: #FFFFFF;
	background-color: #082D6C;
	
}



.btn-pink-reg { 
	background-color: transparent;
	color: #C4338F;	
	text-decoration: none;
}
 
 
.btn-pink-reg:hover {
	font-weight: bold;
	color: #C4338F;	
	text-decoration: none;	
}
 
.btn-pink-reg a:link {
	background-color: transparent !important;
	color: #C4338F !important;	
}


.icon-svg-telkom-dark-grey {
  fill: #3c5564;
}

a .icon-svg-telkom-dark-grey {
  fill: #3c5564;
}

a:hover .icon-svg-telkom-dark-grey {
  fill: #05C3DE;
}
