.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>.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>.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>.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 > .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 > 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-marketplace-putih-150.png') left/contain no-repeat;
}

.logo_resiproc{
    float: left;
	min-width: 100px;
	max-width: 100px;
	height: 50px;
    background: url('../../../assets/image/app/logo-resiproc-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;
}

/* ============================================
   ENHANCED AKUN MENU STYLES - RESIPROC
   ============================================ */

/* Akun Trigger Styling */
.akun-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.akun-trigger:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.akun-trigger .akun-avatar-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.akun-trigger .akun-avatar-wrapper i {
    color: white;
    font-size: 14px;
}

.akun-trigger .akun-nama {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.akun-trigger .akun-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.akun-trigger:hover .akun-arrow {
    transform: rotate(180deg);
}

/* Enhanced Akun Menu */
.akun-menu-enhanced {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 300px;
    padding: 0;
    background-color: #ffffff;
    margin-right: 10px;
    z-index: 1000;
    display: none;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 
                0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    animation: slideDown 0.25s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header Section */
.akun-menu-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(135deg, #0c5093 0%, #1a73e8 100%);
    color: white;
}

.akun-header-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.akun-header-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.akun-header-name {
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.akun-header-role {
    font-size: 12px;
    opacity: 0.85;
    margin-top: 2px;
}

/* Poin Card */
.akun-poin-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.akun-poin-card:hover {
    background: linear-gradient(135deg, #ffecb3 0%, #ffe082 100%);
    text-decoration: none;
    color: #333;
}

.akun-poin-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f9a825 0%, #f57c00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.akun-poin-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.akun-poin-label {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.akun-poin-value {
    font-size: 18px;
    font-weight: 700;
    color: #f57c00;
}

.akun-poin-arrow {
    color: #999;
    font-size: 12px;
}

/* Menu List */
.akun-menu-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    max-height: 400px;
    overflow-y: auto;
}

.akun-menu-list::-webkit-scrollbar {
    width: 6px;
}

.akun-menu-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.akun-menu-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.akun-menu-list::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

/* Section Headers */
.akun-menu-section {
    padding: 12px 20px 6px;
    pointer-events: none;
}

.akun-section-title {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.akun-section-title i {
    font-size: 10px;
    color: #aaa;
}

/* Menu Items */
.akun-menu-item {
    margin: 0;
    padding: 0;
}

.akun-menu-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 20px;
    color: #444;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

.akun-menu-item a:hover {
    background-color: #f5f7fa;
    color: #0c5093;
    text-decoration: none;
}

.akun-menu-item a i {
    width: 20px;
    font-size: 15px;
    color: #666;
    text-align: center;
    transition: color 0.2s ease;
}

.akun-menu-item a:hover i {
    color: #0c5093;
}

.akun-menu-item a span {
    flex: 1;
    font-size: 14px;
}

/* Badge */
.akun-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: linear-gradient(135deg, #ef5350 0%, #e53935 100%);
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(229, 57, 53, 0.3);
}

.akun-badge-warning {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    box-shadow: 0 2px 4px rgba(245, 124, 0, 0.3);
}

/* Badge Circle - Red circle with number inside */
.akun-badge-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #e53935;
    color: white;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    flex-shrink: 0;
    line-height: 1;
    text-align: center;
}

/* Badge Dot - Simple red circle indicator */
.akun-badge-dot {
    width: 8px;
    height: 8px;
    background-color: #e53935;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.2);
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(229, 57, 53, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(229, 57, 53, 0);
    }
}

/* Divider */
.akun-menu-divider {
    height: 1px;
    background: #eee;
    margin: 8px 20px;
    padding: 0;
    pointer-events: none;
}

/* Logout Item */
.akun-menu-logout a {
    color: #e53935;
}

.akun-menu-logout a:hover {
    background-color: #ffebee;
    color: #c62828;
}

.akun-menu-logout a i {
    color: #e53935;
}

.akun-menu-logout a:hover i {
    color: #c62828;
}

/* Responsive */
@media (max-width: 768px) {
    .akun-menu-enhanced {
        width: calc(100vw - 30px);
        right: 15px;
        max-width: 320px;
    }
    
    .akun-trigger .akun-nama {
        display: none;
    }
    
    .akun-trigger .akun-arrow {
        display: none;
    }
}

/* Smooth show/hide animation */
.akun-menu-enhanced.show {
    display: block;
}
