<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f60' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f60' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel .carousel-indicators li {background-color: #f60;}
.carousel .carousel-indicators li.active {background-color: #60f;}

.custom-rounded {
	border-radius:  3vh;
}

.badge-custom:after{
    content: attr(data-after);
    position: absolute;
    background: rgba(  255, 87, 51 , 1);
    height:1.5rem;
    bottom:.6rem;
    left:.6rem;
    width:1.5rem;
    text-align: center;
    line-height: 1.3rem;
    font-family: "Times New Roman", Times, serif;
    font-weight: 100;
    font-size: .8rem;
    border-radius: 50%;
    color:white;
    border:2px solid #fff;
}

body{
	padding: 0;
	margin: 0;
}

header{
	padding: 0;
	margin: 0;
}

section{
	padding: 0;
	margin: 0;
}

footer{
	background: #33AEFF;
	padding: 5px;
	margin: 0;
	min-height: 5vh;
	font-size: 0.8em;
	border-top: 1px solid #000;
}

body{
	font-size: 12pt;
}

body h1 {
	font-size: 16pt;
}

body h2 {
	font-size: 14pt;
}

body h3 {
	font-size: 12pt;
}

.custom-font-size{
    font-size: 1.1em;
}

.custom-icon-size{
	font-size: .9em;
}

a.custom-nav-text{
	color: #ffffff;
	text-decoration: none;
}

a.custom-nav-text:hover{
	color: #696969;
	text-decoration: none;
}

.custom-link{
	color: #191970;
	text-decoration: none;
}

.custom-link:hover{
	color: #696969;
	text-decoration: none;
}

.custom-box-shadow{
	-moz-box-shadow: 0 0 5px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0 0 5px 1px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow     : 0 0 5px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.dropdown-submenu {
	position: relative;
}

.dropdown-menu .dropdown-submenu{
	font-size: 12pt;
}

.dropdown-submenu&gt;.dropdown-menu {
	top: 0;
	left: 101%;
}

.dropdown-menu::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; 
    position: absolute;
    top: -8px;
}

.dropdown-menu::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; 
    position: absolute;
    top: -7px;
}

.dropdown-submenu&gt;.dropdown-menu::before {
    border-right: 9px solid rgba(0, 0, 0, 0.2);
    border-top: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: -18px; 
    position: absolute;
    top: 1%;
}

.dropdown-submenu&gt;.dropdown-menu::after {
    border-right: 8px solid #FFFFFF;
    border-top: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: -17px; 
    position: absolute;
    top: 1%;
}

.dropdown-submenu &gt; .dropdown-toggle::after {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.dropdown-menu li a:hover{
	background-color: #4169E1;
}

.dropdown-submenu li a:hover{
	background-color: #4169E1;
}

#main-search-content{
	position: relative;
}

#main-search-result{
	width: 100%;
	position: absolute;
	display: none;
}
#main-search-result li{
	list-style: none;
}
#main-search-result ul{
	margin: 0;
	padding: 0;
}
#main-search-result ul li &gt; ul li{
	margin-left: 2em;
	padding: 0;
}
#main-search-result a{
	color: #000000;
	text-decoration: none;
}

.akun-menu{
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
	padding: 15px;
	background-color: #FFFAFA;
	margin-right: 10px;
	z-index: 100;
	display: none;
	-moz-box-shadow: 0 0 10px 2px #808080;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0 0 10px 2px #808080;  /* Firefox 3.5 - 3.6 */
	box-shadow     : 0 0 10px 2px #808080;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.akun-menu ul{
	margin: 0;
	padding: 0px;
}

.akun-menu li{
	list-style: none;
}

.akun-menu li a{
	text-decoration: none;
}

.akun-menu i{
	width: 20px;
}

.highlight{ 
  color: #1E90FF;
}

.logo{
    float: left;
	min-width: 100px;
	max-width: 100px;
	height: 50px;
    background: url('../../../assets/image/app/logo-siplahgramedia-putih-150.png') left/contain no-repeat;
}

.arr-right .breadcrumb-item+.breadcrumb-item::before {
 
  content: "â€º";
 
  vertical-align:top;
 
  color: #408080;
 
  font-size:35px;
 
  line-height:18px;
 
}

@media only screen and (max-width: 575.98px) {
	body{
		font-size: 12pt;
	}

	body h1 {
		font-size: 16pt;
	}

	body h2 {
		font-size: 14pt;
	}

	body h3 {
		font-size: 12pt;
	}

	header{
		padding: 0;
		margin: 0;
	}

	section{
		min-height: 75vh;
	}

	.custom-nav-text{
		font-size: 0px !important;
	}

	.custom-nav-icon{
		font-size: 24px !important;
	}

	.custom-font-size{
		font-size: .7em;
	}

	/*.logo{
		width: 40px;
		height: 40px;
	}*/
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
	body{
		font-size: 12pt;
	}

	body h1 {
		font-size: 16pt;
	}

	body h2 {
		font-size: 14pt;
	}

	body h3 {
		font-size: 12pt;
	}

	header{

	}

	section{
		min-height: 75vh;
	}

	.custom-nav-text{
		font-size: 0px;
	}

	.custom-nav-icon{
		font-size: 30px;
	}

	.custom-font-size{
		font-size: .7em;
	}

	/*.logo{
		width: 40px;
		height: 40px;
	}*/
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.center-screen {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	section{
		min-height: 75.4vh;
	}

	footer{

	}

	/*.logo{
		width: 40px;
		height: 40px;
		margin-bottom: 3px;
	}*/
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.center-screen {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	section{
		min-height: 78vh;
	}

	footer{
		
	}
}

@media only screen and (min-width: 1200px) {
	.center-screen {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	section{
		min-height: 78vh;
	}

	footer{
		
	}
}

#div-loading {
	position: fixed;
	background-color: rgba(187, 251, 255,0.80);
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: block;
}

@keyframes shake {
	0% {
		transform: translate(2px, 1px) rotate(0deg);
	}
	10% {
		transform: translate(-1px, -2px) rotate(-2deg);
	}
	20% {
		transform: translate(-3px, 0) rotate(3deg);
	}
	30% {
		transform: translate(0, 2px) rotate(0deg);
	}
	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}
	70% {
		transform: translate(2px, 1px) rotate(-2deg);
	}
	80% {
		transform: translate(-1px, -1px) rotate(4deg);
	}
	90% {
		transform: translate(2px, 2px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

#image-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	z-index: 100;

	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: shake;
}

.sidebar-menu &gt; div.active {
    border-radius: 10px;
    background-color: #007bff;
    color: white;
    padding-left: 1.5rem!important;
}

.sidebar-menu &gt; div.active &gt; a {
    color: white;
    font-weight: bold;
}

.akun-menu &gt; ul &gt; li.active {
    border-radius: 10px;
    background-color: #007bff;
    color: white;
}

.akun-menu &gt; ul &gt; li.active &gt; a {
    color: white;
    font-weight: bold;
}

.btn-unprominent {
    opacity: .25;
}</pre></body></html>