.c-yellow {
	color: #FFB800;
  }
  
  .img-100 {
	width: 100%;
	height: 250px;
	object-fit: cover;
  }
  
  .accordion-button {
	display: flex;
	justify-content: space-between;
  }
  
  .dest-simbol {
	background: #d3d3d3;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 14px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
  }
  
  .text-align-left {
	text-align: left;
  }
  
  a:hover {
	text-decoration: none;
  }
  
  .modal-dialog-bottom {
	bottom: 10px;
	position: absolute;
	align-self: center;
  }
  
  .posn-sticky-top {
	position: sticky;
	top: -1px;
	z-index: 1050;
	box-shadow: 0 0 7px 1px #0000001f;
  }
  
  .posn-sticky-top-5 {
	position: sticky;
	padding: 8px;
	top: 0;
	z-index: 1050;
	box-shadow: 0 0 7px 1px #0000001f;
	background: white;
  }
  
  .spinner_div {
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  
  .text-justify {
	text-align: justify;
  }
  
  .bottom-div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
	width: 100%;
	bottom: 0;
	box-shadow: 0 0 7px 1px #0000001f;
	z-index: 10;
  }
  
  .harga {
	margin: 0;
	font-weight: bold;
  }
  
  .bg-gray {
	background: #f2f2f2;
  }
  
  .c-gray {
	color: #aaaaaa;
  }
  
  .align-top {
	vertical-align: baseline;
  }
  
  .link-bottom {
	margin: 2px;
	cursor: pointer;
  }
  
  .img-60 {
	width: 60px;
	margin: 2px;
  }
  
  .img-50 {
	width: 40px;
	margin: 2px;
  }
  
  .form-check-input {
	height: 3vh;
	width: 3vh;
  }
  
  .form-check-input:checked {
	background-color: #20ce7d;
  }
  
  .img-produk-th {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
  }
  
  .img-produk {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
  }
  
  .img-produk-show {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 0;
  }
  
  .produk:hover {
	background: #65adff;
	color: white;
	cursor: pointer;
	transform: scale(1.02);
	transition: 0.2s;
  }
  
  .produk,
  .bx-shadow {
	box-shadow: 0 0 10px 2px #00000029;
	background: white;
  }
  
  .bottom-login {
	position: fixed;
	bottom: 6.5vh;
	width: 100%;
	left: 0;
	z-index: 1010;
	display: flex;
	justify-content: flex-end;
	background: #dedede;
	box-shadow: 0 0 16px 2px #00000014;
  }
  
  .floating {
	position: absolute;
	right: 0;
	top: -38px;
	border-radius: 100%;
	height: 5vh;
	width: 5vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 11;
	padding: 0;
  }
  
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('assets/fonts/Poppins-Medium.woff2');
  }
  
  .btn-cream {
	background: #fdc886;
  }
  
  .btn-white-t {
	background: transparent;
	width: 50px;
	color: white;
	display: flex;
	justify-content: center;
  }
  
  .btn-green-t {
	background: transparent;
	width: 50px;
	color: #20ce7d;
	display: flex;
	justify-content: center;
  }
  
  .btn-cream-soft {
	color: #fdc886;
	font-size: 14px;
	font-weight: 500;
  }
  
  .btn-cream-soft:hover {
	color: #fbb968;
  }
  
  .btn-cream:hover {
	background: #fbb968;
  }
  
  .square {
	height: 6vh;
	width: 6vh;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
  }
  
  .circle-mini {
	height: 3vh;
	width: 3vh;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
  }
  
  .circle {
	min-height: 5vh;
	min-width: 5vh;
	max-height: 5vh;
	max-width: 5vh;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
  }
  
  .img-th {
	cursor: pointer;
  }
  
  .right-10 {
	right: 10px;
  }
  
  .highlight-text-1 {
	font-family: poppins;
	font-weight: bold;
  }
  
  .highlight-text-1 {
	font-family: poppins;
	font-weight: bold;
  }
  
  .card-xpand-container {
	display: flex;
	padding: 0;
  }
  
  .card-xpand-item {
	padding: 5px;
	flex: 1;
	transition: 0.5s;
	position: relative;
	display: flex;
	justify-content: center;
	border-radius: 15px;
  }
  
  .card-xpand-item:hover {
	flex: 2;
  }
  
  .card-xpand-inner {
	position: absolute;
	bottom: 20px;
	width: 85%;
	border-radius: 15px;
	padding: 10px;
	display: none;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 16px 2px #00000014;
  }
  
  .card-xpand-item:hover .card-xpand-inner {
	transition: 1s;
	transition-delay: 2s;
	display: flex;
  }
  
  .card-p-outter {
	overflow: hidden;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	position: relative;
  }
  
  .card-p-outter:hover .card-p-img {
	transform: scale(1.2);
	transition: 2s;
	cursor: pointer;
  }
  
  .card-p {
	overflow: hidden;
	border-radius: 20px;
  }
  
  .card-p {
	overflow: hidden;
	border-radius: 20px;
  }
  
  .card-p-inner {
	position: absolute;
	bottom: 10px;
	width: 85%;
	border-radius: 15px;
	padding: 10px;
  }
  
  .card-p {
	position: relative;
  }
  
  .card-p-img {
	height: 150px;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
	cursor: pointer;
  }
  
  .search {
	padding-left: 5vh;
  }
  
  .search-box {
	display: flex;
	align-items: center;
  }
  
  .top-text {
	display: none;
  }
  
  .posn-absolute {
	position: absolute;
  }
  
  .posn-relative {
	position: relative;
  }
  
  .float-right {
	float: right;
  }
  
  .br-5 {
	border-radius: 5px;
  }
  
  .f-size14 {
	font-size: 14px;
  }
  
  .f-size12 {
	font-size: 12px;
  }
  
  .f-size10 {
	font-size: 10px;
  }
  
  .online-active {
	color: #6ce52e;
  }
  
  .online-nonactive {
	color: gainsboro;
  }
  
  .online-status-green {
	position: absolute;
	left: 10px;
	color: #2e62e5;
	font-size: 12px;
  }
  
  .online-status {
	color: #6ce52e;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	left: 0;
  }
  
  .m-0 {
	margin: 0;
  }
  
  .m-5 {
	margin: 5px;
  }
  
  .mr-5 {
	margin-right: 5px;
  }
  
  .ml-5 {
	margin-left: 5px;
  }
  
  #lampiranBatal {
	display: none;
	position: absolute;
	right: -35px;
	top: -5px;
  }
  
  .inner-kirim-chat {
	width: 100%;
	z-index: 1010;
	padding: 5px;
	background: white;
	position: absolute;
	bottom: 0;
  }
  
  .img-ava-40 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 5px;
  }
  
  .img-50 {
	width: 50px;
	margin-right: 5px;
  }
  
  .img-ava-30 {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
  }
  
  .img-ava-square-48 {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 5px;
	object-fit: cover;
  }
  
  .img-ava-130 {
	display: inline-block;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	object-fit: cover;
	border: 3px solid white;
  }
  
  body {
	background: white;
	min-height: 45vh;
  }
  
  .img-200 {
	width: 200px;
  }
  
  .table td {
	padding: 12px;
	vertical-align: middle;
	border: 0;
  }
  
  .reply-btn {
	background: none;
	border: 0;
	color: #335eea;
	font-size: 14px;
  }
  
  .reply-btn:hover {
	color: #000000;
  }
  
  .reply-diskusi {
	display: none;
  }
  
  .saldo-2 {
	height: 80px;
	position: absolute;
	width: 90%;
	z-index: 1;
	top: 7vh;
	left: 5%;
	background: #a9468f;
  }
  
  .transaksi:hover {
	background: #60adff;
	cursor: pointer;
	color: white;
  }
  
  .ikon-saldo {
	height: 6vh;
	width: 6vh;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
  }
  
  .br-4 {
	border-radius: 4px;
  }
  
  .btn-light:hover {
	background: #adcaf1;
  }
  
  .saldo {
	background: rgb(97,116,255);
	background: linear-gradient(325deg, rgb(13 229 128) 0%, rgb(39 153 229) 100%);
	padding: 20px;
	border-radius: 10px;
	font-weight: bold;
	color: white;
	min-width: 200px;
  }
  
  .bg-primary-soft {
	background: #adcaf1;
  }
  
  .page-link:hover {
	background: #adcaf1;
  }
  
  .pm-simbol {
	background: #898989;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	border-radius: 20px;
  }
  
  .warning-simbol {
	background: #f9ca89;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	border-radius: 20px;
  }
  
  .danger-simbol {
	background: #ff223da6;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	border-radius: 20px;
  }
  
  .success-simbol {
	background: #e4ffe7;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	border-radius: 20px;
	display: flex;
	justify-content: center;
  }
  
  .invoice_list {
	border-radius: 5px;
	box-shadow: 0 0 10px 2px #00000029;
	background: white;
  }
  
  .invoice_list:hover {
	background: #20ce7d;
	cursor: pointer;
	border-radius: 5px;
	color: white;
  }
  
  .tag-text {
	background: #a9a9a9;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	border-radius: 20px;
	font-size: 12px;
	margin: 1px;
  }
  
  .tag-text:hover {
	background: #7a7a7a;
	text-decoration: none;
	color: white;
  }
  
  .task-simbol {
	background: #ffc440;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	border-radius: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
  }
  
  .status2 {
	position: absolute;
	right: 10px;
	top: 40px;
  }
  
  .add-xs {
	border-radius: 100%;
	width: 4vh;
	height: 4vh;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 10px;
	position: absolute;
	right: 0;
  }
  
  .success {
	color: #6fcf07;
  }
  
  .warning {
	color: #ffc72a;
  }
  
  .fail {
	color: coral;
  }
  
  .nav-tabs .nav-item.show .nav-link-profile,
  .nav-tabs .nav-link-profile.active {
	color: #2e62e5;
	background-color: #f1f4f8;
	border-color: transparent;
	border: 0;
	border-radius: 5px;
  }
  
  .btn-close-1 {
	background: #ffffff47;
	border-radius: 100%;
	padding: 10px;
	position: static;
	border: none;
	height: 5vh;
	width: 5vh;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .btn-close-1:hover {
	background: #ffffff;
  }
  
  .modal-header,
  .offcanvas-header {
	background: #65adff;
	color: white;
	display: flex;
	justify-content: space-between;
	box-shadow: 1px -3px 3px 0px #00000008;
  }
  
  .bg-danger {
	color: white;
  }
  
  .tw-150 {
	width: 80px;
  }
  
  .text-u {
	margin: 0;
  }
  
  .modalBtn {
	cursor: pointer;
  }
  
  .invalid-tooltip {
	position: static;
  }
  
  .lihaxtBtn {
	position: absolute;
	right: 20px;
	bottom: 10px;
  }
  
  .card-left {
	background: #9b9b9b26;
	height: 100%;
	position: absolute;
	top: 0;
	width: 200px;
	left: -10px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .tab-main {
	margin-left: 5px;
	margin-right: 5px;
  }
  
  #chat_list {
	display: flex;
	flex-direction: column;
  }
  
  .balasan-text:hover {
	text-decoration: none;
	background: #D7D7D7;
  }
  
  .dropdown-notif .dropdown-menu-end {
	right: 20px;
  }
  
  .dropdown-menu-notif {
	right: 100px;
  }
  
  .lampiran-gbr {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
	display: block;
  }
  
  .balasan-text {
	background: white;
	padding: 3px;
	border-radius: 5px;
	color: gray;
	box-sizing: border-box;
	border-left: 5px solid gray;
	display: block;
	margin-bottom: 2px;
	font-style: italic;
  }
  
  #balasanBatal {
	display: none;
	position: absolute;
	right: 5px;
  }
  
  #balasan {
	display: none;
	resize: none;
	background: #f1f4f8;
	padding: 5px;
	min-height: 0;
	padding-left: 20px;
	box-sizing: border-box;
	border-left: 5px solid gray;
  }
  
  .emoji {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 2px;
  }
  
  .emoji:hover {
	background: #2e62e5;
  }
  
  .dropdown-menu {
	position: absolute;
	border-radius: 5px;
	box-shadow: 0 0 16px 0px #00000059;
  }
  
  .emojiChat {
	left: -10px;
	bottom: -14px;
	font-size: 12px;
	margin: 5px;
	float: right;
	position: absolute;
	background: #ff074b;
	border-radius: 20px;
	padding: 8px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 90;
  }
  
  .opsiBtn {
	border-radius: 100%;
	margin: 2px;
	z-index: 99;
  }
  
  .chat-opsi-div {
	display: none;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 99;
	left: 0;
  }
  
  .chat-opsi {
	background: #f1f4f8;
	border-radius: 20px;
	width: 45%;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	bottom: -2vh;
	position: absolute;
	box-shadow: 0 1px 16px 0px #00000059;
  }
  
  .tgl-chat {
	padding: 2px;
	border-radius: 10px;
	width: auto;
	text-align: center;
	font-size: 12px;
	border: 0;
	box-shadow: none;
	pointer-events: none;
  }
  
  .imessage {
	background-color: #fff;
	border: 0px solid #e5e5ea;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	margin: 0 auto 1rem;
	padding: 0.5rem 1.5rem;
	width: 100%;
	word-wrap: break-word;
	width: 100%;
	padding: 0;
	word-wrap: break-word;
	margin-bottom: -10px;
  }
  
  .centang {
	float: right;
	margin: 0;
	margin-left: 10px;
  }
  
  .imessage p {
	border-radius: 1.15rem;
	line-height: 1.25;
	max-width: 75%;
	padding: 0.5rem .875rem;
	position: relative;
	word-wrap: break-word;
	font-size: 14px;
  }
  
  .imessage p::before,
  .imessage p::after {
	bottom: -0.1rem;
	content: "";
	height: 1rem;
	position: absolute;
  }
  
  p.from-me {
	align-self: flex-end;
	background-color: #335eea;
	color: #fff;
	float: right;
  }
  
  .from-me:hover {
	cursor: pointer;
	background: #304ca7;
  }
  
  .from-them:hover {
	cursor: pointer;
	background: #a5a5a5;
  }
  
  p.from-meX::before {
	border-bottom-left-radius: 0.8rem 0.7rem;
	border-right: 1rem solid #335eea;
	right: -0.35rem;
	transform: translate(0, -0.1rem);
  }
  
  p.from-meX::after {
	background-color: #fff;
	border-bottom-left-radius: 0.5rem;
	right: -40px;
	transform: translate(-30px, -2px);
	width: 10px;
  }
  
  p[class^="from-"] {
	margin: 0.5rem 0;
	width: fit-content;
  }
  
  p.from-me ~ p.from-me {
	margin: 0.25rem 0 0;
  }
  
  p.from-me ~ p.from-me:not(:last-child) {
	margin: 0.25rem 0 0;
  }
  
  p.from-me ~ p.from-me:last-child {
	margin-bottom: 0.5rem;
  }
  
  p.from-them {
	align-items: flex-start;
	background-color: #e5e5ea;
	color: #000;
  }
  
  p.from-themX:before {
	border-bottom-right-radius: 0.8rem 0.7rem;
	border-left: 1rem solid #e5e5ea;
	left: -0.35rem;
	transform: translate(0, -0.1rem);
  }
  
  p.from-themX::after {
	background-color: #fff;
	border-bottom-right-radius: 0.5rem;
	left: 20px;
	transform: translate(-30px, -2px);
	width: 10px;
  }
  
  /* general styling */
  
  @font-face {
	font-family: "SanFrancisco";
	src: url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff2") format("woff2"),
  
		  url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff") format("woff");
  }
  
  .btn-secondary-soft-hover:hover {
	background: #eef0f2;
  }
  
  #chat_progress {
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 90%;
	overflow-y: auto;
	padding-bottom: 10px;
  }
  
  @keyframes count-loop {
	0% {
	  transform: translate(0, -20px);
	}
  
	50% {
	  transform: translate(0, 0);
	}
  
	100% {
	  transform: translate(0, 0);
	}
  }
  
  .badge-count {
	animation: count-loop 1.3s alternate infinite;
	position: absolute;
	bottom: 5px;
	font-size: 9px;
	border-radius: 50%;
	padding: 5px;
	left: -5px;
	z-index: 1051;
	width: 3vh;
	height: 3vh;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .badge-count-cart {
	position: absolute;
	bottom: -20px;
	font-size: 9px;
	border-radius: 50%;
	padding: 5px;
	right: -20px;
	width: 3vh;
	height: 3vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
  }
  
  .offcanvas-bottom {
	height: 100vh;
  }
  
  .top-nav-item {
	display: flex;
	align-items: center;
	margin-right: 5px;
  }
  
  .top-btn {
	width: 50px;
	padding: 10px;
	border-radius: 100%;
  }
  
  .bi-top {
	color: dimgrey;
  }

  .mini-navbar{
	height : 7.5vh;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background : white;
	z-index: 10;
	box-shadow: 0 0 9px 1px #00000024;
	display:flex;
	justify-content:center;
	align-items:center;
	padding-bottom:5px;
  }
  .center-btn{
	height:60px;
	width:60px;
	margin-bottom: 10px;
	background-color:rgb(255 211 129)!important;
	font-size:25px;
	border-radius:100%;
	box-shadow: 0 0 9px 1px #00000024;
	color:white;
  }
  .flex-row{
	align-items:center;
  }
  .border-left-radius{
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	box-shadow: 0 0 9px 1px #00000024;
  }
  .border-right-radius{
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;       
	box-shadow: 0 0 9px 1px #00000024;
  }
  
  .nama_ava {
	display: none;
  }
  
  .chat-ava {
	padding: 0;
	display: flex;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	background: none;
	border-radius: 2px;
	border: 0;
	flex-direction: row;
	padding-left: 5px;
	padding-right: 5px;
  }
  
  .chat-ava:hover {
	filter: brightness(1.2);
  }
  
  .foot-copy {
	text-align: center;
  }
  
  body {
	background: #ffffff;
  }
  
  #nav-top-menu {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px;
  }
  
  #nav-top-menu-toggle {
	display: none;
  }
  
  .top-user {
	display: none;
  }
  
  .bottom-user {
	display: flex;
  }
  
  .modal-header,
  .modal-footer,
  .modal-body {
	padding: 20px;
  }
  
  .offcanvas-header,
  .offcanvas-footer,
  .offcanvas-body {
	padding: 20px;
  }
  
  #notif_open,
  #chat_open {
	position: absolute;
	border-radius: 5px;
	width: 300px;
	padding: 0;
	max-height: 55vh;
	overflow-y: auto;
  }
  
  ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 100%;
  }
  
  ::-webkit-scrollbar-track {
	background: #EFEFEF;
  }
  
  ::-webkit-scrollbar-thumb {
	background: #D9D9D9;
	border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
	background: #ABABAB;
  }
  
  #kontak-div {
	display: none;
  }
  
  .notif-list:hover,
  .kontak:hover,
  .data-table:hover,
  .project-list:hover {
	background: #cfdcff;
	cursor: pointer;
	border-radius: 5px;
  }
  
  .foot-not {
	display: none;
  }
  
  .foot-yes {
	text-align: center;
  }
  
  .camera {
	width: 20px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 10px;
	bottom: -10px;
  }
  
  a {
	color: #20ce7d;
  }
  
  .menu-profile {
	display: flex;
	justify-content: center;
  }
  
  .rentang {
	font-size: 14px;
	color: gray;
  }
  
  .text-project {
	margin: 0;
	margin-left: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  }
  
  .text-profile {
	margin: 0;
	margin-left: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  #bottom-bar {
	position: fixed;
	bottom: -2px;
	width: 100%;
	background: white;
	height: 7vh;
	z-index: 1050;
	box-shadow: 0 0 16px 0px #00000059;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	left: 0;
  }
  
  .links,
  .links-profile {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .nav-chat {
	display: flex;
	align-items: center;
	color: #0a2e87;
	padding: 5px;
  }
  
  .nav-chat .links:focus {
	color: #061b50;
  }
  
  .nav-chat .nav-item {
	color: #0a2e87;
  }
  
  .nav-tabs .links {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	color: dimgray;
	border-radius: 0;
	border: 0;
	text-decoration: none;
  }
  
  .links:hover,
  .nama_ava:hover {
	color: #16b66b;
  }
  
  .nav-tabs .nav-link-profile {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	color: #5a5a5a;
	border-radius: 0;
	border: 0;
	text-decoration: none;
  }
  
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
	color: #20ce7d;
	background-color: transparent;
	border-color: transparent;
	border: 0;
  }
  
  .nav-tabs {
	border-bottom: 0;
  }
  
  .nav-link,
  .nav-link-profile {
	padding: .5rem 1rem;
	color: white;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }
  
  .nav-link:hover,
  .nav-link:focus {
	border: 0;
  }
  
  .links.active:before {
	content: '';
	border-radius: 100px;
	background-color: #20ce7d;
	height: 2px;
	width: 15px;
	display: inline-block;
	position: absolute;
	bottom: 10px;
  }
  
  .link-ku {
	text-decoration: none;
	color: dimgray;
  }
  
  .link-ku:hover {
	text-decoration: none;
	color: dimgray;
  }
  
  .spinner {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 9px solid #0d6efd;
	animation: spinner-bulqg1 0.8s infinite linear alternate,
  
		  spinner-oaa3wk 1.6s infinite linear;
  }
  
  @keyframes spinner-bulqg1 {
	0% {
	  clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	}
  
	12.5% {
	  clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
	}
  
	25% {
	  clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
	}
  
	50% {
	  clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}
  
	62.5% {
	  clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}
  
	75% {
	  clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
	}
  
	100% {
	  clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
	}
  }
  
  @keyframes spinner-oaa3wk {
	0% {
	  transform: scaleY(1) rotate(0deg);
	}
  
	49.99% {
	  transform: scaleY(1) rotate(135deg);
	}
  
	50% {
	  transform: scaleY(-1) rotate(0deg);
	}
  
	100% {
	  transform: scaleY(-1) rotate(-135deg);
	}
  }
  
  .uk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .1s ease-in-out;
	transition-property: color,background-color;
  }
  
  .uk-icon-button:hover {
	background-color: #ebebeb;
	color: #666;
  }
  
  .uk-active>.uk-icon-button,
  .uk-icon-button:active {
	background-color: #dfdfdf;
	color: #666;
  }
  
  .artikel-container {
	padding: 30px;
  }
  
  .slidex {
	width: 100%;
	height: 30vh;
	object-fit: cover;
  }
  
  .img-galeri {
	width: 100%;
	height: 15vh;
	object-fit: cover;
  }
  
  .img-ku {
	width: 100%;
	height: 20vh;
	object-fit: cover;
  }
  
  .sampul {
	width: 100%;
	height: 25vh;
	object-fit: cover;
	filter: blur(1px)brightness(70%);
  }
  
  .sampul-kontainer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
  }
  
  .sampul-text {
	position: absolute;
	margin-left: 5vh;
	color: white;
  }
  
  #logobar {
	display: flex;
  }
  
  .kontainer {
	padding: 0;
  }
  
  .bottom-text {
	display: none;
  }
  
  .ikon-menu {
	font-size: 24px;
  }
  
  #chat_new {
	display: block;
  }
  
  .onliners {
	position: absolute;
	bottom: 9vh;
	right: 10px;
  }
  
  @media screen and (min-width: 768px) {
	.img-produk {
	  width: 100%;
	  height: 150px;
	  object-fit: cover;
	  border-radius: 5px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}
  
	.top-user {
	  display: flex;
	}
  
	.bottom-user {
	  display: none;
	}
  
	#chat_new {
	  display: none;
	}
  
	#kontak-div {
	  display: block;
	}
  
	.bottom-text {
	  display: block;
	}
  
	.ikon-menu {
	  font-size: 12px;
	  margin-right: 2px;
	}
  
	::-webkit-scrollbar {
	  width: 12px;
	  height: 12px;
	}
  
	.text-profile {
	  margin: 0;
	  margin-left: 5px;
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	}
  
	.menu-profile {
	  display: flex;
	  justify-content: flex-end;
	}
  
	.foot-not {
	  display: block;
	}
  
	.foot-yes {
	  text-align: left;
	}
  
	.foot-copy {
	  text-align: left;
	}
  
	.top-text {
	  display: contents;
	}
  
	#nav-top-menu {
	  min-height: 12vh;
	  max-height: 12vh;
	  position: sticky;
	  top: 0;
	}
  
	#nav-top-menu-toggle {
	  display: none;
	}
  
	.chat-ava {
	  padding: 0;
	  display: flex;
	  height: 40px;
	  width: 100%;
	  justify-content: center;
	  align-items: center;
	  background: none;
	  border-radius: 2px;
	  border: 0;
	  flex-direction: row;
	  padding-left: 5px;
	  padding-right: 5px;
	  margin-right: 10px;
	}
  
	.nama_ava {
	  display: block;
	  margin: 0;
	  margin-left: 2px;
	  color: #0a2e87;
	}
  
	.offcanvas-bottom {
	  height: 85vh;
	  left: auto;
	  right: 0;
	  border-top: 0;
	  width: 60vh;
	}
  
	#chat_progress {
	  padding: 0;
	  padding-left: 20px;
	  padding-right: 20px;
	  height: 80%;
	  overflow-y: auto;
	}
  
	.dropdown-notif {
	  position: relative;
	}
  
	.dropdown-menu-notif {
	  right: auto;
	}
  
	.onliners {
	  position: static;
	}
  
	#chat_list {
	  display: flex;
	  flex-direction: row;
	}
  
	#bottom-bar {
	  justify-content: flex-start;
	  z-index: 1050;
	}
  }
  
  .hot-offer {
	display: flex;
	overflow: auto;
	flex-direction: row;
	flex-wrap: nowrap;
	scroll-snap-type: x mandatory;
  }
  
  .hot-offer-item {
	scroll-snap-align: start;
  }
  
  .align-center {
	text-align: center;
  }
  
  .img-ava-square-80 {
	width: 65px;
	height: 65px;
	object-fit: cover;
	border-radius: 5px;
	margin: 4px;
  }
  
  .white-square {
	border-radius: 5px;
	height: 4vh;
	width: 4vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e4ffe7;
	margin-right: 5px;
  }

  /* NEW */

  .img-ava-200 {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 10px;
	border: 5px solid white;
  }
  
  .navbar-collapse {
	z-index: 20;
  }
  
  .menu-prof {
	position: absolute;
	box-shadow: 0 0 16px 4px #0000001f;
  }
  
  .nav-link {
	color: gray;
  }
  
  .bg-red {
	background: #ff000014;
  }
  
  p {
	margin: 0;
  }
  
  .text-12 {
	font-size: 12px;
  }
  
  .text-16-b {
	font-size: 16px;
	font-weight: bold;
  }
  
  .login-container {
	padding: 10px;
	background: white;
	box-shadow: 0 0 5px 0px #0000001c;
	border-radius: 10px;
  }
  
  body {
	overflow-x: hidden;
  }
  
  .preload {
	position: fixed;
	z-index: 1070;
	background: #f5fdff;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  }
  
  .loading-mascot {
	background-image: url("../img/donut.png");
	background-size: 10vh;
	height: 75vh;
	background-repeat: no-repeat;
	background-position: center;
	animation: run 7s ease-in-out infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
  }
  
  @keyframes run {
	0% {
	  transform: translate(35px, 10px);
	}
  
	40% {
	  transform: translate(0, 20px);
	  transform: rotateZ(-2deg);
	}
  
	80% {
	  transform: translate(35px, 20px);
	}
  
	100% {
	  transform: translate(35px, 10px);
	}
  }
  
  .load-1 {
	width: 35px;
	height: 5px;
	border-radius: 10px;
	background: gray;
	margin: 2px 150px 2px 0;
	animation: kabut1 2s ease-in-out infinite;
  }
  
  .load-2 {
	width: 35px;
	height: 5px;
	border-radius: 10px;
	background: gray;
	margin: 2px 180px 2px 0;
	animation: kabut2 2s ease-in-out infinite;
  }
  
  .load-3 {
	width: 35px;
	height: 5px;
	border-radius: 10px;
	background: gray;
	margin: 2px 150px 2px 0;
	animation: kabut3 2s ease-in-out infinite;
  }
  
  @keyframes kabut1 {
	0% {
	  opacity: 0;
	}
  
	25% {
	  opacity: 1;
	}
  
	100% {
	  opacity: 0;
	}
  }
  
  @keyframes kabut2 {
	0% {
	  opacity: 0;
	}
  
	50% {
	  opacity: 1;
	}
  
	100% {
	  opacity: 0;
	}
  }
  
  @keyframes kabut3 {
	0% {
	  opacity: 0;
	}
  
	75% {
	  opacity: 1;
	}
  
	100% {
	  opacity: 0;
	}
  }
  
  .konten-view {
	margin-top: 5vh;
  }
  
  #kontener {
	min-height: 80vh;
  }
  
  .spinner {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 9px solid #0d6efd;
	animation: spinner-bulqg1 0.8s infinite linear alternate,
  
				spinner-oaa3wk 1.6s infinite linear;
  }
  
  @keyframes spinner-bulqg1 {
	0% {
	  clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	}
  
	12.5% {
	  clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
	}
  
	25% {
	  clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
	}
  
	50% {
	  clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}
  
	62.5% {
	  clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}
  
	75% {
	  clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
	}
  
	100% {
	  clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
	}
  }
  
  @keyframes spinner-oaa3wk {
	0% {
	  transform: scaleY(1) rotate(0deg);
	}
  
	49.99% {
	  transform: scaleY(1) rotate(135deg);
	}
  
	50% {
	  transform: scaleY(-1) rotate(0deg);
	}
  
	100% {
	  transform: scaleY(-1) rotate(-135deg);
	}
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
	background: none;
  }
  
  .uk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .1s ease-in-out;
	transition-property: color,background-color;
  }
  
  .uk-icon-button:hover {
	background-color: #ebebeb;
	color: #666;
  }
  
  .uk-active>.uk-icon-button,
  .uk-icon-button:active {
	background-color: #dfdfdf;
	color: #666;
  }
  
  .img-run {
	width: 20%;
	position: absolute;
	bottom: 5px;
	right: 20px;
  }
  
  body {
	background: #f5fdff;
  }
  
  .img-logo-welcome {
	width: 30%;
  }
  
  .img-bgr-welcome {
	width: 100%;
	z-index: -1;
  }
  
  .img-mascot-welcome {
	width: 80%;
	position: absolute;
	animation: mascot 5s ease-in-out infinite;
	object-fit: contain;
	transform: translate(20px, 70px);
	filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.438));
  }
  
  @keyframes mascot {
	0% {
	  transform: translate(20px, 0);
	}
  
	50% {
	  transform: translate(20px, -50px);
	}
  
	100% {
	  transform: translate(20px, 0);
	}
  }
  
  .konten {
	min-height: 75vh;
	padding: 20px;
  }
  
  .featured-text {
	color: var(--text-color-dark);
	font-weight: var(--font-weight-semibold);
	letter-spacing: -0.025em;
	font-size: 16px;
	line-height: 125%;
	font-size: 1.5rem;
	font-weight: bolder;
  }
  
  li {
	color: gray;
  }
  
  .gabung-btn {
	border-radius: 5px;
	z-index: 101;
	display: none;
  }
  
  .head-list {
	position: fixed;
	bottom: 0;
	display: flex;
	z-index: 1040;
  }
  
  .navbar {
	background: aliceblue;
	box-shadow: 0 0 9px 1px #00000024;
  }
  
  .head-list-2 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	margin-bottom: 5px;
  }
  
  .he {
	height: 5px;
  }
  
  .he-1 {
	background: rgb(192, 192, 255);
	width: 35%;
  }
  
  .he-2 {
	background: rgb(160, 219, 247);
	width: 35%;
  }
  
  .he-3 {
	background: rgb(194 225 227);
	width: 30%;
  }
  
  .modal-footer .btn {
	margin: 0;
	padding: 8px;
  }
  
  .form-check-input {
	height: 30px;
	width: 30px;
	margin-right: 10px;
  }
  
  .form-check {
	display: flex;
	align-items: center;
	width: 50%;
  }
  
  @media screen and (max-width: 700px) {
	.img-mascot-welcome {
	  margin-top: 5vh;
	}
  
	.order-a {
	  order: 1;
	  padding-top: 35px;
	}
  
	.order-b {
	  order: 2;
	}
  
	.gabung-btn {
	  position: fixed;
	  bottom: 15px;
	  right: 20px;
	  padding: 12px 15px 12px 15px;
	  display: none;
	  z-index: 1020;
	}
  
	.modal-footer .btn {
	  padding: 12px 15px 12px 15px;
	  width: 50%;
	}
  
	.konten {
	  margin-top: 9vh;
	}
  
	.konten-view {
	  margin-top: 12vh;
	}
  }