html,
body {
	font-family: 'Montserrat';
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.custom-swal-position {
	top : 200px !important;
	animation: slideInDown 0.7s both;
}

@keyframes slideInDown {
	0% {
		transform: translateY(-100px) ;
	}
	100% {
		transform: translateY(0) ;
	}
}

.pagination {
	display: flex;
	justify-content: end;
	padding: 1em 0;
}

.pagination a,
.pagination strong {
	border: 1px solid silver;
	border-radius: 10px;
	color: black;
	padding: 0.7em;
	margin-right: 0.7em;
	margin-bottom: 10px;
	text-decoration: none;
}

.pagination a:hover,
.pagination strong {
	border: 1px solid #E67615;
	background-color: #E67615;
	color: white;
}

/* Navbar atas */
#navbar-bagian-atas {
	margin-left: 110px;
	margin-right: 110px;
}

#nav-item-pertama {
	margin-right: 50px;
}

.nav-atas {
	line-height: 15px;
}

.nav-atas .active .ketika_aktif{
	background-color: #E67615;
	/* border-radius: 19.5px; */
}

.nav-atas .active a {
	color: white;
}

.nav-atas .active a:hover {
	color: white;
}

/* Akhir navbar atas */

/* Navbar bawah */

.nav-bawah {
	font-size: 16px;
	line-height: 26px;
}

.nav-bawah .active {
	background-color: #E67615;
	border-radius: 42.5px;
}

.nav-bawah .active span {
	padding-right: 17px;
	padding-left: 17px;
	color: #FFC400;
}

#logo-ugm {
	margin-left: 35px;
}

#toggle-navbar-ugm {
	color: #E67615;
}

.tombol-masuk-navbar {
	/* border-radius: 11111px; */
	background-color: #E67615;
	width: 123px;
	height: 39px;
}

.tombol-masuk-navbar:hover {
	background-color: #C0E4FF;
	color: #E67615;
}

.searching-navbar-input {
	border-radius: 1.11111e+10px;
	border-right: none;
	border-color: #E67615;
}

.searching-navbar-input:focus {
	box-shadow: none;
	border-color: #E67615;
}

.icon-searching-navbar {
	margin-right: 10px;
}

.searching-navbar-span {
	border-radius: 1.11111e+10px;
	background-color: white;
	border-left: none;
	border-color: #E67615;
}

.accordion-button:not(.collapsed) {
	--bs-accordion-active-bg: white !important;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
	0% {
		transform: translateY(2rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
	}

	0% {
		transform: translateY(2rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}

	0% {
		-webkit-transform: translateY(2rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

/* Akhir navbar bawah */

/* Bagian list icons navbar */

.notif-span {
	font-size: 15px;
}

.notif-text {
	font-size: 12px;
}

.item-profile li a {
	font-size: 15px;
}

/* Akhir bagian list icons navbar */

/* Bagian Biodata Diri */

/* .card-biodata-diri {
	padding-left: 30px;
	padding-right: 50px;
} */

.body-luar {
	box-shadow: 1px 4px 7px 2px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.body-dalam {
	box-shadow: 1px 4px 7px 2px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin-bottom: 10px;
}

.gambar-profile-biodata {
	border-radius: 10px;
	max-width: 400px;
	height: 400px;
	object-fit: cover;
}

.gambar-profile-login {
	max-width: 33px;
	height: 33px;
	object-fit: cover;
}

.tombol-tambah-alamat {
	background-color: #E67615;
}

.tombol-tambah-alamat:hover {
	background-color: #E67615;
}

.tombol-atur-sebagai {
	background-color: #E67615;
	border-radius: 1e+13px;
	font-size: 13px;
	margin-top: 6px;
}

.tombol-atur-sebagai:hover {
	background-color: #E67615;
	border-radius: 1e+13px;
	font-size: 13px;
}

.tombol-submit-ganti-password {
	background-color: #E67615;
}

.tombol-submit-ganti-password:hover {
	background-color: #E67615;
}

.tombol-tabs {
	background-color: rgba(7, 60, 100, 0.1);
	color: #E67615;
}

.nav-tengah-profile {
	margin-left: 5px;
	margin-right: 5px;
}

#button-upload-profile:hover {
	background-color: #E67615 !important;
}

.card-khusus-profile {
	width: 100%;
}

/* Akhir Bagian Biodata Diri */

/* Bagian Content Beranda */

.img-banner {
	border-radius: 20px;
}

.carousel-item {
	width: 105% !important;
}

#card-kategori-luar {
	border-radius: 20px;
}

.col-kategori {
	min-width: 90px;
	min-height: 90px;

	margin: 10px;
}

.card-produk {
	height: 100%;
}

/* .content_skeleton::before {
	content: '';
} */

.skeleton *{
	position: relative;
}

.skeleton *::before {
	content: '';
	position: absolute;
	z-index: 10;
	background: linear-gradient(
		120deg,
		#e5e5e5 30%,
		#f0f0f0 38%,
		#f0f0f0 40%,
		#e5e5e5 48%
	);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-size: 200% 100%;
	background-position: 100% 0;
	animation: load 2s infinite;
}

.skeleton_gambar {
	position: relative;
}

.skeleton_gambar::before {
	content: '';
	position: absolute;
	z-index: 10;
	background: linear-gradient(
		120deg,
		#e5e5e5 30%,
		#f0f0f0 38%,
		#f0f0f0 40%,
		#e5e5e5 48%
	);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-size: 200% 100%;
	background-position: 100% 0;
	animation: load 2s infinite;
}

.skeleton_gambar_lingkaran {
	position: relative;
}

.skeleton_gambar_lingkaran::before {
	content: '';
	position: absolute;
	z-index: 10;
	background: linear-gradient(
		120deg,
		#e5e5e5 30%,
		#f0f0f0 38%,
		#f0f0f0 40%,
		#e5e5e5 48%
	);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-size: 200% 100%;
	background-position: 100% 0;
	animation: load 2s infinite;
}

@keyframes load {
	100% {
		background-position: -100% 0;
	}
}

.card-produk-random {
	border-radius: 39px;
}

.splide__pagination {
	display: none;
}

.splide__arrow--prev {
	transform: translateY(-27px);
}

.splide__arrow--next {
	transform: translateY(-27px);
}

/* Akhir Bagian Content Beranda */

/* Bagia Detail Produk */

.product-image {
	width: 300px;
	height: 400px;
	object-fit: cover;
}

.additional-image {
	width: 95px;
	object-fit: cover;
	height: 110px;
	cursor: pointer;
}

.user-profile {
	display: flex;
	align-items: center;
}

.profile-image {
	border-radius: 50%;
}

.user-details {
	display: flex;
	flex-direction: column;
}

.vl {
	border-left: 1px solid rgb(190, 190, 190);
	height: auto;
}

/* Akhir Bagian Detail Produk */

/* Bagian Order Sample */

.tombol-bayar-halaman-order-sample {
	width: 150px;
	height: 45px;
	background-color: #E67615;
	border-radius: 32px;
}

.tombol-bayar-halaman-order-sample:hover {
	width: 150px;
	height: 45px;
	background-color: #E67615;
	border-radius: 32px;
}

.checkbox-keterangan:checked {
	color: #28a745;
	background-color: #28a745;
}

.checkbox-keterangan:checked+.form-check-label {
	color: #28a745;
}

.tombol-tambah-sample {
	background-color: #E67615;
	width: 150px;
	height: 45px;
	border-radius: 32px;
}

.tombol-tambah-sample:hover {
	background-color: #E67615;
	width: 150px;
	height: 45px;
	border-radius: 32px;
}

.tombol-jenis-sample-modals {
	padding-left: 20px;
}

.tombol-jenis-sample-modals,
.dropdown-toggle::after {
	vertical-align: 2px;
	margin-left: 20px;
}

.tombol-simpan-detail-sample {
	background-color: #E67615;
	width: 150px;
	height: 45px;
	border-radius: 32px;
}

.tombol-simpan-detail-sample:hover {
	background-color: #E67615;
	width: 150px;
	height: 45px;
	border-radius: 32px;
}

#upload-sample::file-selector-button {
	display: none;
}

.upload-detail-sample {
	width: 150px;
	height: 37.5px;
	background-color: #9F9E9E;
	;
	border-radius: 32px;
}

.upload-detail-sample:hover {
	width: 150px;
	height: 37.5px;
	background-color: #9F9E9E;
	;
	border-radius: 32px;
}

.tombol-lanjut-pembayaran-sample {
	width: 150px;
	height: 45px;
	background-color: #E67615;
	border-radius: 32px;
}

.tombol-lanjut-pembayaran-sample:hover {
	width: 150px;
	height: 45px;
	background-color: #E67615;
	border-radius: 32px;
}

.keterangan-sample-detail-pesanan {
	margin-left: 325px;
}

.keterangan-sample {
	vertical-align: middle;
	transform: translateX(50px);
}

.table-halaman-order-sample td {
	white-space: nowrap;
}

.table-tambah-sample td {
	white-space: nowrap;
}

/* Akhir Bagian Order Sample */

/* Bagian Checkout */

	#table_manajemen_sampel th {
		padding: 20px;
	}

	#table_manajemen_sampel td {
		padding: 25px;
	}

	.parent-table-sampel {
		cursor: pointer;
	}

	.table-halaman-chechkout td {
		white-space: nowrap;
	}

	.tombol-tambah-sampel-checkout {
        margin-right: 50px;
    }

    .ongkos-produk, .harga-produk {
        font-size: 12px;
    }
    
    .total-harga {
        font-size: 15px;
    }

/* Akhir Bagian Checkout */

/* Bagian Keranjang */

.tombol-lanjut-halaman-keranjang {
	width: 150px;
	height: 45px;
	background-color: #E67615;
	border-radius: 32px;
}

.tombol-lanjut-halaman-keranjang:hover {
	width: 150px;
	height: 45px;
	background-color: #E67615;
	border-radius: 32px;
}

.bredcrumb-kembali {
	padding-left: 24px;
}

.garis-hr {
	margin-right: 40px;
}

.tulisan-samping-hr {
	margin-left: 100px;
}

.table-halman-keranjang td {
	white-space: nowrap;
}
.table-halman-tr td {
	white-space: nowrap;
}

.footer-pembayaran li {
	margin-left: 50px;
}

#table-utama-keranjang {
	max-height: 400px; 
	overflow-y: scroll;
}

#table-utama-keranjang::-webkit-scrollbar-track {
	/* background-color: #E67615; */
	background-color: #F5F5F5;
}

#table-utama-keranjang::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#table-utama-keranjang::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #E67615;
}

#table-utama-keranjang::-webkit-scrollbar:horizontal {
	display: none;
}

/* Akhir Bagian Keranjang */

/* Bagian Pembayaran */

#upload-pembayaran::file-selector-button {
	display: none;
}

#upload-pembayaran {
	box-shadow: none;
}

.custom-file-label-pembayaran {
	background-color: #E67615;
}

.tombol-halaman-bayar {
	background-color: #E67615;
	border-radius: 1.11111e+07px;
	width: 119px;
	height: 38px;
}

.tombol-halaman-bayar:hover {
	background-color: #E67615;
	border-radius: 1.11111e+07px;
	width: 119px;
	height: 38px;
}

.table-pembayaran-pesanan {
	white-space: nowrap;
}

.coloum-bayar {
	margin-left: 50px;
}

/* Akhir Bagian Pembayaran */

/* Bagian Footer */

#navbar-footer {
	background-color: #E67615;
}

.icon-sosmed {
	margin-left: 50px;
}

#footer-right {
	margin-right: 50px;
}

footer {
	margin-top: auto;
}

/* Akhir Bagian Footer */

/* Khusus Responsive */

/* STYLE CSS UKURAN NEST HUB */
@media (max-width: 1024px) and (min-width: 912px) {
	/* Navbar bawah */

	.nav-bawah {
		font-size: 13px;
		line-height: 23px;
	}

	.nav-bawah .active {
		background-color: #E67615;
		border-radius: 42.5px;
	}

	#logo-ugm {
		margin-left: 35px;
		width: 280px;
		height: 88px;
	}

	/* Akhir navbar bawah */

	.img-banner {
		border-radius: 20px;
	}

	.keterangan-sample-detail-pesanan {
		margin-left: 310px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* STYLE CSS UKURAN IPAD / TABLET */
@media (max-width: 912px) and (min-width: 578px) {
	#toggle-navbar-ugm {
		margin-right: 20px;
	}

	#navbar-bagian-atas {
		margin-left: 50px;
		margin-right: 50px;
	}

	#nav-item-pertama {
		margin-right: 0px;
	}

	#logo-ugm {
		margin-left: 10px;
	}

	.icon-sosmed {
		margin-left: 0px;
	}

	#footer-right {
		margin-right: 0px;
	}

	.img-banner {
		border-radius: 20px;
	}

	.khusus-footer {
		margin-left: 15px;
	}

	.garis-hr {
		margin-right: 0px;
	}

	.keterangan-sample {
		vertical-align: middle;
		transform: translateX(20px);
	}

	.tulisan-samping-hr {
		padding-top: 5px;
		margin-left: 14px;
	}

	.khusus-tulisan-dan-garis-sample {
		margin-top: 30px;
	}

	.keterangan-sample-detail-pesanan {
		margin-left: 12px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.coloum-bayar {
		margin-left: 0px;
	}

}

/* Style Responsive Khusus Detail Produk */
@media (max-width: 1114px) {
	.detail-product {
		padding-top: 30px;
	}
}

@media (max-width: 912px) {
	.additional-image {
		max-width: auto;
		max-height: auto;
	}

	.detail-product {
		padding-top: 30px;
	}

	.market-profil {
		position: relative;
		bottom: 50px;
	}
}

/* STYLE CSS UKURAN MOBILE */
@media (max-width: 576px) {
	.carousel-item {
		width: 130% !important;
	}

	#navbar-bagian-atas {
		margin: 0px;
	}

	#nav-item-pertama {
		margin-right: 0px;
	}

	#logo-ugm {
		margin-left: 0px;
	}

	.icon-sosmed {
		margin-left: 0px;
	}

	.splide__arrow--prev {
		display: none;
	}

	.splide__arrow--next {
		display: none;
	}

	.img-banner {
		border-radius: 20px;
	}

	.bredcrumb-kembali {
		padding-left: 0px;
	}

	.garis-hr {
		margin-right: 0px;
	}

	.tulisan-samping-hr {
		padding-top: 5px;
		margin-left: 0px;
	}

	.keterangan-sample-detail-pesanan {
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.keterangan-sample {
		vertical-align: middle;
		transform: translateX(20px);
	}

	.khusus-tulisan-dan-garis-sample {
		margin-top: 30px;
	}

	.footer-pembayaran li {
		margin-left: 0px;
	}

	.khusus-footer {
		margin-left: 5px;
	}

	.coloum-bayar {
		margin-left: 0px;
	}

	.card-biodata-diri {
		padding-left: 0px;
		padding-right: 00px;
	}

	.tombol-tabs {
		margin-bottom: 12px;
	}

	.nav-tengah-profile {
		margin-left: 5px;
		margin-right: 5px;
	}

	.tombol-tambah-sampel-checkout {
		margin-right: 0px;
	}

	.ongkos-produk, .harga-produk {
		font-size: 12px;
	}
	
	.total-harga {
		font-size: 15px;
	}

	.pagination {
		display: flex;
		justify-content: center;
		padding: 1em 0;
	}

}

/* IPHONE */
@media (max-width: 375px) {
	.nav-tengah-profile {
		margin-left: 1px;
		margin-right: 1px;
	}

	.pagination {
		display: flex;
		justify-content: center;
		padding: 1em 0;
	}
}

@media (max-width: 280px) {
	.nav-atas {
		font-size: small;
		line-height: 11px;
	}

	#navbar-kosong {
		display: none;
	}

	#navbar-bagian-atas {
		margin: 0px;
	}

	#nav-item-pertama {
		margin-right: 0px;
	}

	#logo-ugm {
		margin-left: 0px;
		width: 160px;
		height: 48px;
	}

	.icon-sosmed {
		margin-left: 0px;
	}

	.splide__arrow--prev {
		display: none;
	}

	.splide__arrow--next {
		display: none;
	}

	.img-banner {
		border-radius: 20px;
	}

	.khusus-footer {
		margin-left: 5px;
	}

	.coloum-bayar {
		margin-left: 0px;
	}

	.card-biodata-diri {
		padding-left: 0px;
		padding-right: 00px;
	}

	.nav-tengah-profile {
		margin-left: 0px;
		margin-right: 0px;
	}

	.ongkos-produk, .harga-produk {
		font-size: 9px;
	}
	
	.total-harga {
		font-size: 12px;
	}

	.pagination a,
	.pagination strong {
		border: 1px solid silver;
		border-radius: 10px;
		color: black;
		padding: 0.5em;
		margin-right: 0.5em;
		text-decoration: none;
	}

	.pagination a:hover,
	.pagination strong {
		border: 1px solid #E67615;
		background-color: #E67615;
		color: white;
	}
}
