:root {
	--color-default: #222222;
	--color-primary: #15305b;
	--color-grey: #e3eaef;
	--color-green-light: #905d5a;
	--color-green: #15305b;
	--color-secondary: #213959;
	--color-orange: #f5b536;
	--color-dark-grey: #8f90a6;
	--color-dark-white: #f3f3f3;
	--color-yellow: #fee13b;
	--color-light-yellow: #ffeecc;
	--color-light-grey: #e8f0e0;
	--color-darkness: #354052;
	--color-natural: #f6f6f6;
	--color-neutral: #888888;
}
body,
html {
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Inter", sans-serif !important;
}
.btn-daftar-header {
	color: white;
	background-color: var(--color-secondary);
}
.kontak {
	color: white;
}
.info-header {
	font-family: "Poppins", sans-serif;
	background-color: var(--color-primary);
}
#scrollContainer {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.btn-arrow-right {
	background: #117882;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	cursor: pointer;
	z-index: 100;
	right: -80px;
	width: 50px;
	height: 50px;
	border-radius: 1000px;
}

.btn-arrow-left {
	background: #117882;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	left: -80px;
	cursor: pointer;
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 1000px;
}

.social-place {
	width: 40px;
	height: 40px;
	border: 1px solid #c2c4cb;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
}

.header {
	transition: all 0.5s;
	z-index: 997;
	height: 90px;
	background-color: var(--color-natural);
}
.info-card {
	font-family: "Rubik", sans-serif;
}
.judul-card {
	font-weight: 600;
	font-size: 40px;
	color: var(--color-secondary);
}
.deskripsi-card {
	font-weight: 400;
	color: var(--color-neutral);
}
.btn-red-arkatama {
	background-color: var(--color-primary);
	color: white;
}
.image-card-user {
	background: hsla(197, 14%, 57%, 1);

	background: linear-gradient(
		45deg,
		hsla(197, 14%, 57%, 1) 0%,
		hsla(3, 59%, 35%, 1) 0%,
		hsla(192, 17%, 94%, 1) 61%
	);

	background: -moz-linear-gradient(
		45deg,
		hsla(197, 14%, 57%, 1) 0%,
		hsla(3, 59%, 35%, 1) 0%,
		hsla(192, 17%, 94%, 1) 61%
	);

	background: -webkit-linear-gradient(
		45deg,
		hsla(197, 14%, 57%, 1) 0%,
		hsla(3, 59%, 35%, 1) 0%,
		hsla(192, 17%, 94%, 1) 61%
	);

	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#8399a2", endColorstr="#15305B", GradientType=1 );
}
.btn-login-front {
	padding: 20px;
	background-color: var(--color-primary);
	color: white;
}
.flet-infromasi {
	background-color: var(--color-secondary);
	color: white;
	padding: 5px;
	border-radius: 8px 0px 0px 8px;
}

.flet-deskripsi {
	padding: 5px;
	color: var(--color-primary);
	border: 2px solid black;
	border-width: 2px 2px 2px 0;
	border-radius: 0px 8px 8px 0px;
}
.card-item-font {
	font-family: "Poppins", sans-serif;
}
.card-item-border {
	background-color: #e7eef7;
	border-radius: 100%;
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.label-small-deskripsi {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
}
.iframe-ytb-profil {
	width: 100%;
	height: 500px;
}
.judul-agenda-front {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 25px;
}
.deskripsi-agenda-front {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.agenda-card-judul {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 3px solid var(--color-primary); /* Adjust the color as needed */
}

.judul-deskripsi-agenda {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.badge-jalur-mandiri {
	border-radius: 5px;
	background-color: #fce5e4;
	color: var(--color-primary);
	font-size: 10px;
}
.badge-jalur-mandiri-tanggal {
	border-radius: 5px;
	background-color: #e7eef7;
	color: #22436a;
	font-size: 10px;
	margin-left: 4px;
}
.card-deskripsi-agenda {
	color: #8f90a6;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 10px;
}
.selengkapnya-agenda {
	color: #354052;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 13px;
}
.card-agenda {
	background-color: #fefefe;
	border-radius: 5px;
	padding: 10px;
	margin-left: 5px;
	width: 95%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adjust the values as needed */
}
.right-agenda {
	background-color: #f3f6fc;
}
.scroll-able {
	overflow-y: scroll;
	overflow-x: hidden;
	height: auto;
	margin-bottom: 26px;
	max-height: 500px;
}
.badge-agenda-tanngal-penting {
	border-radius: 5px;
	background-color: #fce5e4;
	color: var(--color-primary);
	font-weight: 600;
	font-size: 12px;
}
.tanggal-penting-deskripsi {
	color: #213959;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.judul-info-pdb {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	color: var(--color-secondary);
	font-size: 25px;
}
.deskirpsi-info-pdb {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #888888;
	font-size: 18px;
}
.background-counter-prodi {
	background-color: #e7eef7;
	padding-top: 30px;
	padding-bottom: 30px;
}
.counter-judul {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	color: #ad3028;
	font-size: 25px;
}
.jumlah-counter-prodi {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	color: #213959;
	font-size: 35px;
	border-bottom: 2px solid var(--color-primary);
}
.nama-prodi-counter {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #213959;
	font-size: 15px;
}
.akreditasi-teks {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	color: #213959;
	font-size: 25px;
}
.background-card-info {
	background-color: #121e30;
	position: relative;
	border-radius: 8px;
	height: 350px;
	/* overflow: hidden; */
}
.image-front-timbul {
	position: absolute;
	bottom: 0;
}
.background-gambar {
	background-image: url("../../lib/icon/CTA\ image.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.margin-bottom-info {
	margin-top: 180px;
}
.judul-info-front {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	color: white;
	font-size: 25px;
}
.deskripsi-info-front {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: white;
	font-size: 18px;
}
.back-ground-template {
	background-color: #15305b;
	padding: 100px 0;
}
.text-footer-front {
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	color: white;
	font-size: 18px;
}
.judul-footer-fornt {
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	color: white;
	font-size: 25px;
}
.color-copy-right {
	background-color: var(--color-secondary);
	color: white;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 0;
}
.login-judul {
	color: #354052;
	font-weight: 600;
	font-size: 24px;
}
.login-deskripsi {
	color: #8f90a6;
	font-weight: 400;
	font-size: 14px;
}
.login-alert {
	color: #354052;
	font-weight: 400;
	font-size: 14px;
}
.border-login {
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 15px;
	width: 90%;
	margin-left: 20px;
}
.input-border {
	width: 80%;
	margin-left: 10%;
}
.login-daftar-button {
	color: #1565d8;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.judul-pembayaran {
	color: #354052;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.deskripsi-pembayaran {
	color: #8f90a6;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.font-nav-button {
	color: #354052;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: white;
	background-color: #121e30;
}
.nav-link:focus,
.nav-link:hover {
	color: var(--color-primary);
}
.penting-judul {
	color: #000000;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.backdround-peringatan {
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 10px;
	margin-top: 80px;
}
.font-nav-button-fakultas {
	color: #354052;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.card-biaya-kuliah {
	background-color: #f9f5f5;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease;
	width: 95%;
	margin-left: 2%;
}

.card-biaya-kuliah:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: var(--color-primary);
	color: white !important;
}
.bg-dark-red {
	background-color: #15305b;
	border-color: #15305b;
	color: white;
}
.btn-success:hover {
	color: #fff;
	background-color: #15305b;
	border-color: #15305b;
}
.btn-success {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	color: #6d6d6d;
}
a:hover {
	color: #9b4b47;
	text-decoration: none;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
	color: #fff;
	background-color: #008091;
	border-color: #15305b;
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn:hover {
	color: #ffb200;
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #008091;
	border-color: #15305b;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
	color: #fff;
	background-color: #008091;
	border-color: #15305b;
	box-shadow: 0 0 0 0.25rem rgba(153, 60, 60, 0.5);
}

.btn--auth-responsive-hidden {
	display: none;
}

.btn--auth-responsive-show {
	display: block;
}

@media (min-width: 1280px) {
	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 3px;
		font-family: var(--font-secondary);
		font-size: 16px;
		font-weight: 600;
		color: var(--color-secondary);
		white-space: nowrap;
		transition: 0.3s;
		position: relative;
	}
	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover > a {
		color: var(--color-primary);
	}
}

.top-navbar {
	background: #0aa4b9;
	padding: 15px 0;
}

.top-navbar main {
	display: flex;
	align-items: center;
}

.top-navbar span {
	margin: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: "Inter", sans-serif;
}

nav main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-primary {
	background: #0aa4b9 !important;
	border: 0 !important;
}

nav .btn-register {
	display: flex;
	align-items: center;
	font-size: 14px !important;
	gap: 6px;
}

nav .auth-section {
	display: flex;
	align-items: center;
	gap: 20px;
}

nav .auth-section a {
	color: #8987a1;
	font-size: 14px;
	font-weight: 400;
}

nav .auth-section-mobile {
	cursor: pointer;
	display: none;
}

nav .nav-mobile {
	display: none;
}

.nav-mobile .list-menu a {
	font-weight: 500;
}

nav .nav-mobile.display-navbar {
	display: none !important;
}

nav .nav-mobile.hidden-navbar {
	display: none !important;
}

.sl-flow-front {
	background: #f5f8ff;
}

.title-section {
	color: #282c4b;
	font-size: 26px;
	font-weight: 600;
}

.description-section {
	color: #747582;
	font-size: 16px;
	font-weight: 400;
}

.list-section .list-circle-section {
	width: 53px;
	height: 50px;
	background: #117882;
	border-radius: 10000px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs {
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.tabs button {
	background-color: inherit;
	color: #a0a3bd;
	font-weight: 500;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

.tabs button:hover {
	color: #117882;
	font-weight: 700;
	background-color: #fff;
}

.tabs button.active {
	border-bottom: 2px solid #117882;
	background-color: #fff;
	color: #117882;
	font-weight: 700;
}

.tabcontent {
	display: none;
	padding: 20px 0;
	border-top: none;
}

.tabcontent h2 {
	margin-top: 0;
}

.tabcontent ul {
	list-style-type: none;
	padding: 0;
}

.tabcontent ul li {
	margin-bottom: 10px;
}

@media (max-width: 1279px) {
	.mobile-nav-show {
		color: black;
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		z-index: 9999;
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	nav .auth-section {
		display: none;
	}

	.tabs {
		display: flex;
		overflow: scroll;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}

	.btn-arrow-right {
		background: #117882;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		border: none;
		cursor: pointer;
		z-index: 100;
		right: -10px;
		width: 50px;
		height: 50px;
		border-radius: 1000px;
	}

	.btn-arrow-left {
		background: #117882;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		border: none;
		left: -10px;
		cursor: pointer;
		z-index: 100;
		width: 50px;
		height: 50px;
		border-radius: 1000px;
	}

	nav .nav-mobile {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(255, 255, 255, 0.699);
		backdrop-filter: blur(10px);
	}

	nav .nav-mobile.display-navbar {
		display: block !important;
	}

	nav .nav-mobile.hidden-navbar {
		display: none !important;
	}

	nav .auth-section-mobile {
		display: block;
	}

	nav .logo {
		width: 120px;
	}

	.top-navbar main {
		display: block;
	}

	.judul-card {
		margin-top: 5px;
		text-align: center;
		font-size: 25px; /* Ukuran font pada layar kecil */
	}
	.deskripsi-card {
		text-align: center;
		color: white;
	}
	.btn-card {
		text-align: center;
	}
	.flet-infromasi {
		border-radius: 8px;
	}
	.flet-deskripsi {
		margin-top: 2px;
		border-width: 2px 2px 2px 2px;
		border-radius: 8px;
	}
	.btn--auth-responsive-hidden {
		display: block;
		margin-top: 20px;
	}

	.btn--auth-responsive-hidden .btn-header-front {
		color: #000 !important;
	}

	.btn--auth-responsive-show {
		display: none;
	}
	.judul-info-pdb {
		font-size: 22px;
		text-align: center;
	}
	.deskirpsi-info-pdb {
		font-size: 15px;
	}
	.akreditasi-teks {
		font-size: 20px;
	}
	.background-card-info {
		height: 800px;
		/* overflow: hidden; */
	}
	.margin-bottom-info {
		margin-top: 100px;
	}
	.font-nav-button {
		font-size: 12px;
	}
	.font-nav-button-fakultas {
		font-size: 8px;
	}

	.back-ground-template {
		background-color: #15305b;
		padding: 40px 15px;
	}
	.text-footer-front {
		font-family: "Rubik", sans-serif;
		font-weight: 300;
		color: white;
		font-size: 16px;
	}
	.judul-footer-fornt {
		font-family: "Rubik", sans-serif;
		font-weight: 600;
		color: white;
		font-size: 25px;
		margin-top: 20px;
	}
	.text-footer-front .icon-text-front-footer {
		display: none;
	}
	.back-ground-template .img-fluid {
		width: 60%;
	}
	.color-copy-right {
		font-size: 16px;
	}
	.color-copy-right .container {
		display: block !important;
	}
	.color-copy-right img {
		width: 50%;
	}
}

.form-control {
	border: 1px solid #e8e9ea !important;
	border-radius: 0.5rem !important;
}

.select2-input-group .select2-selection {
	border: 1px solid transparent !important;
	background-color: transparent !important;
}

.select2-input-group .select2-selection__arrow {
	display: none !important;
}

.form-control.transparent {
	border: none !important;
}
.form-control.transparent:focus {
	border: none !important;
	box-shadow: none !important;
}

.pagging .page-item {
	margin: 0px 0.5rem;
}
.pagging .page-item .page-link {
	border: none;
	border-radius: 0.2rem;
	width: 40px;
	height: 40px;
}
.pagging .page-item.active .page-link {
	background-color: #117882 !important;
	border-color: #117882 !important;
}

.select2-py .select2-selection{
	height: auto !important;
	padding: 10px;
}
