<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes fadeIn {
	  0% { opacity: 0 }
	  100% { opacity: 1}
}
/*remove arrow on input type number*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.modal{
	padding-right: 0 !important;
}

.navbar-brand{
	margin-right: 1px !important;
}
.navbar-brand img{
	height: 50px;
	margin-right: 25px;
}
.navbar-brand1 img{
	height: 40px;
}	
.navnav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 4%;
    transition: 0.2s;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid transparent;
}
.navnav.scrolled{
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 7%);
	border-bottom: 1px solid #cad2c5;
	background-color: #fff;
}
ul{
	margin: 0;
}
.nav-links ul{
	display: flex;
	align-items: center;
	gap: 30px;
}
.nav-links ul li{
	list-style-type: none;
	display: inline-block;
}
.nav-links ul li a{
	display: flex;
	color: #707070;
	text-decoration: none;
	font-weight: 700;
	transition: 0.2s;
}
.nav-links ul li a:hover{
	color: #fca311;
	text-decoration: none;
}
.register{
	border: 1px solid #fca311;
	background: transparent;
	padding: 7px 20px;
	color: #fca311;
	font-weight: 600;
	font-size: 15px;
	transition: 0.3s;
	border-radius: 30px;
}
.register:hover{
	color: #fff;
	background: #fca311;
	cursor: pointer;
	text-decoration: none;
}
.find{
	font-family: "Nunito",sans-serif;
	color: #e5e5e5;
	background-color: #fca311;
	border: none;
	padding: 10px 35px;
	border-radius: 20px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	transition: 0.3s;
}
.logo{
	margin: 0;
}
i.icon-magnifier{
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}
.exit i{
	display: flex;
	justify-content: right;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 25px;
}
.hamburg i{
	font-weight: bold;
	font-size: 20px;
}
.hamburg-container li{
	margin-bottom: 10px;
}
.hamburg-container li a{
	color: black;
	font-family: 'Nunito',sans-serif;
	padding: 10px 20px;
}
.hamburg-container ul{
	list-style: none;
	display: flex;
	flex-direction: column;
}
.hamburg-container{
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    width: 100%;
    top: 103%;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    backdrop-filter: blur(4px) saturate(180%);
    animation: fadeIn 100ms linear;
    box-shadow: 0px 4px 10px -1px rgb(0 0 0 / 75%);
}
.req{
 	margin-top: 7px;
	position: absolute;
	border-radius: 10px;
	padding: 10px 15px;
	width: 100%;
	opacity: 0;
	animation: fadeIn 70ms linear;
	transform: translateX(-2px);
}
.search-bar{
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: flex-end;
	border-radius: 60px;
	padding: 4px 4px 4px 10px;
	width: 16rem;
	backdrop-filter: blur(4px) saturate(180%);
	border: 1px solid #cad2c5;
	margin-right: 10px;
}
.search-bar input{
	background: transparent;
	flex: 1;
	border: 0;
	outline: none;
	font-size: 15px;
	color: rgba(0,0,0,.87);
	height: 30px;
}
.search-bar input::placeholder{
	color: #707070;
} 
.search-bar button{
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: #fca311;
}
#profile-dekstop.photo-profile {
    border: none;
    margin-left: 18px;
    transition: transform 300ms;
}
.photo-profile{
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-profile a{
	width: 100%;
	height: 100%;
}
.photo-profile img{
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.search-filter span{
	color: #707070;
	font-size: 14px;
	font-weight: 700;
}

@media(max-width: 1105px){
	.nav-links,.register{
		display: none;
	}
	.hamburg-container .register{
		display: inline-block;
		margin-top: 10px;
		margin-left: 12px;
		margin-bottom: 10px;
		font-size: 13.6px;
	}
	.photo-profile{
		display: none;
	}
}
@media(min-width: 1105px){
	.hamburg1{
		display: none;
	}
}
@media(min-width: 540px){
	.hamburg2{
		display: none;
	}
	.navbar-brand1{
		display: none;
	}
}
@media(min-width: 800px) and (max-width: 1000px){
	.hamburg-container{
		top: 10%;
	}
}
@media(max-width : 540px){
	.searchbar-container{
		margin: 0 !important;
	}
	.search-bar{
		margin-right: 0;
	}
	.hamburg1{
		display: none;
	}
	i .ri-menu-line{
		font-size: 100px;
	}
	.navbar-brand img{
		display: none;
	}
	button.register{
		display: none;
	}
	ul li a{
		font-size: 0.85em;
	}
	button.register{
		padding: 10px 25px;
	}
	button.register{
		padding: 5px 15px;
		border-radius: 30px;
		margin-right: 60px;
		font-size: 0.8em;
	}
	.photo-profile1{
	    width: 60px;
	    height: 60px;
	    border: 1px solid #e5e5e5;
	    border-radius: 50%;
	    display: inline-block;
	    justify-content: center;
	    align-items: center;
	}
	.photo-profile1 img{
	    border-radius: 50%;
	    display: inline-block;
	    vertical-align: middle;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    cursor: pointer;
	}
	.img-user{
	    display: flex;
	    align-items: center;
	    text-decoration: none;
	    margin-left: 10px;
	    font-size: 18px;
	}
}

/*sidebar*/
	.sidenav,.backdrop-item{
		height: 100%;
		width: 80%;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #fff;
		overflow-x: hidden;
		transform: translateX(0%);
		transition: 0.3s;
		z-index: 999;
	}
	@media (min-width: 541px){
		.sidenav{
			width: 60%;
		}
	}
	.backdrop-item{
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #000;
		transition: 0.3s;	
		z-index: 10;
		opacity: 0.3;
	}
	.sidenav a:hover{
		text-decoration: none;
	}
	.sidenav:not(.show){
	    transform: translateX(100%);
	}
	.sidenav2{
		padding: 8px 1.25rem;
		position: relative;
	}
	.sidenav-head{
		padding-top: 8px;
	}
	.sidenav .brand{
	    display: inline-block;
	    padding-top: 0.3125rem;
	    padding-bottom: 0.3125rem;
	    margin-right: 1rem;
	    font-size: 1.25rem;
	    line-height: inherit;
	    white-space: nowrap;
	}
	.brand img{
		height: 40px;
	}
	.sidenav-profile {
	    width: 35px;
	    height: 35px;
	    border: 1px solid #e5e5e5;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.sidenav-profile div{
	    width: 100%;
	    height: 100%;
	}
	.sidenav-profile img {
	    border-radius: 50%;
	    display: inline-block;
	    vertical-align: middle;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    cursor: pointer;
	}
	.sidenav i{
		color: #212529;
	}
	.sidenav-list a{
	}
	.sidenav-login{
		width: 100%;
		text-align: center;
		padding: 10px 20px;
		border: none;
		border-radius: 100px;
		background-color: #fca311;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
	}
	.sidenav-login:hover{
		background-color: #ee9c0a;
		color: white !important;
	}
	.sidenav a:hover{
		color: #a1a1a1;
	}
	.sidenav .menu{
		font-size: 16px;
		padding: 8px 8px 8px 10px;
		display: block;
		color: #222;
		transition: 0.3s;
		text-decoration: none;
		font-weight: 500;
	}
	.sidenav .menu:hover{
		background-color: rgba(244, 244, 245, 1.0);
		border-radius: 10px;
	}
	.sidenav .closeBtn i{
		font-size: 30px;
	}
	.sidenav .closeBtn:hover i{
		background-color: rgba(244,244, 245, 1.0);
		border-radius: 50%;
	}
	.sidenav-akun{
		margin-top: 30px;
	}
	.sidenav-title{
		font-weight: 700;
		margin-bottom: 12px;
	}
	.sidenav .ri-facebook-circle-line{
		color: #1877f2;
	}
	.sidenav .ri-instagram-line{
		color: #e1306c;
	}
	.sidenav .ri-twitter-line{
		color: #1da1f2;
	}
	.sidenav .ri-youtube-line{
		color: #ff0000;
	}
	.sidenav-foot i{
	    font-size: 25px;
	    border-radius: 50%;
	    border: 1px solid #d6d6d6;
	    padding: 12px;
	}
	.sidenav-foot p{
		font-weight: 200;
	}
	.sidenav-foot-share{
	    display: flex;
	    gap: 10px;
	    align-items: center;
	    margin-top: 8px;
	}
	.fade-in2 {
        opacity: 0.3;
        animation-name: fadeIn2Opacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 0.2s;
    }

    @keyframes fadeIn2Opacity {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 0.3;
        }
    }
    .fade-out2 {
        opacity: 0;
        animation-name: fadeOut2Opacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 0.2s;
    }
    @keyframes fadeOut2Opacity {
        0% {
            opacity: 0.3;
        }
        100% {
            opacity: 0;
        }
    }
    .out{
        border: none;
	    outline: none;
	    background: #af1720;
	    color: #fff;
	    padding: 8px 20px;
	    border-radius: 5px;
	    font-size: 14px;
	    font-weight: bold;
    	letter-spacing: 1px;
    }
/*end sidebar*/

#loading-mili {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*spinner ring*/
	#loading-mili .lds-ring {
	  display: inline-block;
	  position: fixed;
	  width: 80px;
	  height: 80px;
	  z-index: 999;
	}
	#loading-mili .lds-ring div {
	  box-sizing: border-box;
	  display: block;
	  position: absolute;
	  width: 64px;
	  height: 64px;
	  margin: 8px;
	  border: 8px solid #222;
	  border-radius: 50%;
	  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	  border-color: #222 transparent transparent transparent;
	}
	#loading-mili .lds-ring div:nth-child(1) {
	  animation-delay: -0.45s;
	}
	#loading-mili .lds-ring div:nth-child(2) {
	  animation-delay: -0.3s;
	}
	#loading-mili .lds-ring div:nth-child(3) {
	  animation-delay: -0.15s;
	}
	@keyframes lds-ring {
	  0% {
	    transform: rotate(0deg);
	  }
	  100% {
	    transform: rotate(360deg);
	  }
	}
/*ring end*/
.loading-white {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
}
</pre></body></html>