article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

a {
	text-decoration: none !important;
	background-color: transparent;
}
a:hover {
	color: #26385f;
	text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none !important;
}

.nav-menu:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #26385f;
}

.notification-board {
	z-index: 5 !important;
}

.header .main-menu .child-menu {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header .main-menu .nav-menu-wrapper:hover .child-menu {
    pointer-events: auto; /* Mengaktifkan event pointer saat di-hover */
}

.custom-h1,
.custom-h2,
.custom-h3,
.custom-h4,
.custom-h5,
.custom-h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.custom-container,
.custom-container-fluid,
.custom-container-lg,
.custom-container-md,
.custom-container-sm,
.custom-container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.custom-container,
	.custom-container-sm {
		max-width: 540px;
	}

	.sidenav {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.custom-container,
	.custom-container-md,
	.custom-container-sm {
		max-width: 720px;
	}

	.modal-dialog {
        max-width: 900px !important;
        margin: 1.75rem auto !important;
    }
}
@media (min-width: 992px) {
	.custom-container,
	.custom-container-lg,
	.custom-container-md,
	.custom-container-sm {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.custom-container,
	.custom-container-lg,
	.custom-container-md,
	.custom-container-sm,
	.custom-container-xl {
		max-width: 1140px;
	}
}

.custom-col,
.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12,
.custom-col-auto,
.custom-col-lg,
.custom-col-lg-1,
.custom-col-lg-2,
.custom-col-lg-3,
.custom-col-lg-4,
.custom-col-lg-5,
.custom-col-lg-6,
.custom-col-lg-7,
.custom-col-lg-8,
.custom-col-lg-9,
.custom-col-lg-10,
.custom-col-lg-11,
.custom-col-lg-12,
.custom-col-lg-auto,
.custom-col-md,
.custom-col-md-1,
.custom-col-md-2,
.custom-col-md-3,
.custom-col-md-4,
.custom-col-md-5,
.custom-col-md-6,
.custom-col-md-7,
.custom-col-md-8,
.custom-col-md-9,
.custom-col-md-10,
.custom-col-md-11,
.custom-col-md-12,
.custom-col-md-auto,
.custom-col-sm,
.custom-col-sm-1,
.custom-col-sm-2,
.custom-col-sm-3,
.custom-col-sm-4,
.custom-col-sm-5,
.custom-col-sm-6,
.custom-col-sm-7,
.custom-col-sm-8,
.custom-col-sm-9,
.custom-col-sm-10,
.custom-col-sm-11,
.custom-col-sm-12,
.custom-col-sm-auto,
.custom-col-xl,
.custom-col-xl-1,
.custom-col-xl-2,
.custom-col-xl-3,
.custom-col-xl-4,
.custom-col-xl-5,
.custom-col-xl-6,
.custom-col-xl-7,
.custom-col-xl-8,
.custom-col-xl-9,
.custom-col-xl-10,
.custom-col-xl-11,
.custom-col-xl-12,
.custom-col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.custom-btn {
	display: inline-block;
	font-weight: 700;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 30px;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-btn {
		-webkit-transition: none;
		transition: none;
	}
}
.custom-btn:hover {
	color: #212529;
	text-decoration: none;
}
.custom-btn.focus,
.custom-btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(60, 88, 150, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(60, 88, 150, 0.25);
}
.custom-btn.disabled,
.custom-btn:disabled {
	opacity: 0.65;
}
.custom-btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.custom-btn.disabled,
fieldset:disabled a.custom-btn {
	pointer-events: none;
}
.custom-btn-primary {
	color: #fff;
	background-color: #3c5896;
	border-color: #3c5896;
}
.custom-btn-primary.focus,
.custom-btn-primary:focus,
.custom-btn-primary:hover {
	color: #fff;
	background-color: #31487b;
	border-color: #2d4372;
}
.custom-btn-primary.focus,
.custom-btn-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 113, 166, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(89, 113, 166, 0.5);
}
.custom-btn-primary.disabled,
.custom-btn-primary:disabled {
	color: #fff;
	background-color: #3c5896;
	border-color: #3c5896;
}
.custom-btn-primary:not(:disabled):not(.disabled).active,
.custom-btn-primary:not(:disabled):not(.disabled):active,
.show > .custom-btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2d4372;
	border-color: #2a3d68;
}
.custom-btn-primary:not(:disabled):not(.disabled).active:focus,
.custom-btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(89, 113, 166, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(89, 113, 166, 0.5);
}
.custom-btn-secondary {
	color: #fff;
	background-color: #ef7d00;
	border-color: #ef7d00;
}
.custom-btn-secondary.focus,
.custom-btn-secondary:focus,
.custom-btn-secondary:hover {
	color: #fff;
	background-color: #c96900;
	border-color: #bc6200;
}
.custom-btn-secondary.focus,
.custom-btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(241, 145, 38, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(241, 145, 38, 0.5);
}
.custom-btn-secondary.disabled,
.custom-btn-secondary:disabled {
	color: #fff;
	background-color: #ef7d00;
	border-color: #ef7d00;
}
.custom-btn-secondary:not(:disabled):not(.disabled).active,
.custom-btn-secondary:not(:disabled):not(.disabled):active,
.show > .custom-btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #bc6200;
	border-color: #af5c00;
}
.custom-btn-secondary:not(:disabled):not(.disabled).active:focus,
.custom-btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(241, 145, 38, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(241, 145, 38, 0.5);
}
.custom-btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.custom-btn-success.focus,
.custom-btn-success:focus,
.custom-btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.custom-btn-success.focus,
.custom-btn-success:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.custom-btn-success.disabled,
.custom-btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.custom-btn-success:not(:disabled):not(.disabled).active,
.custom-btn-success:not(:disabled):not(.disabled):active,
.show > .custom-btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.custom-btn-success:not(:disabled):not(.disabled).active:focus,
.custom-btn-success:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.custom-btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.custom-btn-info.focus,
.custom-btn-info:focus,
.custom-btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.custom-btn-info.focus,
.custom-btn-info:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.custom-btn-info.disabled,
.custom-btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.custom-btn-info:not(:disabled):not(.disabled).active,
.custom-btn-info:not(:disabled):not(.disabled):active,
.show > .custom-btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.custom-btn-info:not(:disabled):not(.disabled).active:focus,
.custom-btn-info:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.custom-btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.custom-btn-warning.focus,
.custom-btn-warning:focus,
.custom-btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.custom-btn-warning.focus,
.custom-btn-warning:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.custom-btn-warning.disabled,
.custom-btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.custom-btn-warning:not(:disabled):not(.disabled).active,
.custom-btn-warning:not(:disabled):not(.disabled):active,
.show > .custom-btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.custom-btn-warning:not(:disabled):not(.disabled).active:focus,
.custom-btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.custom-btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.custom-btn-danger.focus,
.custom-btn-danger:focus,
.custom-btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.custom-btn-danger.focus,
.custom-btn-danger:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.custom-btn-danger.disabled,
.custom-btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.custom-btn-danger:not(:disabled):not(.disabled).active,
.custom-btn-danger:not(:disabled):not(.disabled):active,
.show > .custom-btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.custom-btn-danger:not(:disabled):not(.disabled).active:focus,
.custom-btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.custom-btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.custom-btn-light.focus,
.custom-btn-light:focus,
.custom-btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.custom-btn-light.focus,
.custom-btn-light:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.custom-btn-light.disabled,
.custom-btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.custom-btn-light:not(:disabled):not(.disabled).active,
.custom-btn-light:not(:disabled):not(.disabled):active,
.show > .custom-btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.custom-btn-light:not(:disabled):not(.disabled).active:focus,
.custom-btn-light:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.custom-btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.custom-btn-dark.focus,
.custom-btn-dark:focus,
.custom-btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.custom-btn-dark.focus,
.custom-btn-dark:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.custom-btn-dark.disabled,
.custom-btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.custom-btn-dark:not(:disabled):not(.disabled).active,
.custom-btn-dark:not(:disabled):not(.disabled):active,
.show > .custom-btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.custom-btn-dark:not(:disabled):not(.disabled).active:focus,
.custom-btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.custom-btn-outline-primary {
	color: #3c5896;
	border-color: #3c5896;
}
.custom-btn-outline-primary:hover {
	color: #fff;
	background-color: #3c5896;
	border-color: #3c5896;
}
.custom-btn-outline-primary.focus,
.custom-btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(60, 88, 150, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(60, 88, 150, 0.5);
}
.custom-btn-outline-primary.disabled,
.custom-btn-outline-primary:disabled {
	color: #3c5896;
	background-color: transparent;
}
.custom-btn-outline-primary:not(:disabled):not(.disabled).active,
.custom-btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .custom-btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #3c5896;
	border-color: #3c5896;
}
.custom-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.custom-btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(60, 88, 150, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(60, 88, 150, 0.5);
}
.custom-btn-outline-secondary {
	color: #ef7d00;
	border-color: #ef7d00;
}
.custom-btn-outline-secondary:hover {
	color: #fff;
	background-color: #ef7d00;
	border-color: #ef7d00;
}
.custom-btn-outline-secondary.focus,
.custom-btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(239, 125, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(239, 125, 0, 0.5);
}
.custom-btn-outline-secondary.disabled,
.custom-btn-outline-secondary:disabled {
	color: #ef7d00;
	background-color: transparent;
}
.custom-btn-outline-secondary:not(:disabled):not(.disabled).active,
.custom-btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .custom-btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ef7d00;
	border-color: #ef7d00;
}
.custom-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.custom-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(239, 125, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(239, 125, 0, 0.5);
}
.custom-btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}
.custom-btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.custom-btn-outline-success.focus,
.custom-btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.custom-btn-outline-success.disabled,
.custom-btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.custom-btn-outline-success:not(:disabled):not(.disabled).active,
.custom-btn-outline-success:not(:disabled):not(.disabled):active,
.show > .custom-btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.custom-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.custom-btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.custom-btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}
.custom-btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.custom-btn-outline-info.focus,
.custom-btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.custom-btn-outline-info.disabled,
.custom-btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.custom-btn-outline-info:not(:disabled):not(.disabled).active,
.custom-btn-outline-info:not(:disabled):not(.disabled):active,
.show > .custom-btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.custom-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.custom-btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.custom-btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.custom-btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.custom-btn-outline-warning.focus,
.custom-btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.custom-btn-outline-warning.disabled,
.custom-btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.custom-btn-outline-warning:not(:disabled):not(.disabled).active,
.custom-btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .custom-btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.custom-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.custom-btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.custom-btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}
.custom-btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.custom-btn-outline-danger.focus,
.custom-btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.custom-btn-outline-danger.disabled,
.custom-btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.custom-btn-outline-danger:not(:disabled):not(.disabled).active,
.custom-btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .custom-btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.custom-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.custom-btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.custom-btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}
.custom-btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.custom-btn-outline-light.focus,
.custom-btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.custom-btn-outline-light.disabled,
.custom-btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.custom-btn-outline-light:not(:disabled):not(.disabled).active,
.custom-btn-outline-light:not(:disabled):not(.disabled):active,
.show > .custom-btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.custom-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.custom-btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.custom-btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}
.custom-btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.custom-btn-outline-dark.focus,
.custom-btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-btn-outline-dark.disabled,
.custom-btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}
.custom-btn-outline-dark:not(:disabled):not(.disabled).active,
.custom-btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .custom-btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.custom-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.custom-btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .custom-btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-btn-link {
	font-weight: 400;
	color: #3c5896;
	text-decoration: none;
}
.custom-btn-link:hover {
	color: #26385f;
}
.custom-btn-link.focus,
.custom-btn-link:focus,
.custom-btn-link:hover {
	text-decoration: underline;
}
.custom-btn-link.disabled,
.custom-btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}
.custom-btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
}
.custom-btn-lg,
.custom-btn-sm {
	line-height: 1.5;
	border-radius: 30px;
}
.custom-btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}
.custom-btn-block {
	display: block;
	width: 100%;
}
.custom-btn-block + .custom-btn-block {
	margin-top: 0.5rem;
}
input[type='button'].custom-btn-block,
input[type='reset'].custom-btn-block,
input[type='submit'].custom-btn-block {
	width: 100%;
}

.custom-animate.custom-product{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.custom-animate.custom-active.custom-product {
	-webkit-animation: custom-product 1.5s ease-in-out;
	animation: custom-product 1.5s ease-in-out;
}
@-webkit-keyframes custom-product {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes custom-product {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.book-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

@media screen and (max-width: 576px) {
    .book-container {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}

.img-wrapper {
	width: 50% !important;
	z-index: 0;
}

.desc {
	z-index: 2 !important;
}

.section-event {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
    .section-event .col-7 {
        width: 100%;
    }

    .section-event .col-5 {
        width: 100%;
        margin-left: 0;
		padding: 0 !important;
		margin-top: 20px;
		overflow-y: visible !important;
        max-height: none !important;
    }
}

@media screen and (max-width: 576px) {
	.footer-sucor-left {
		text-align: center !important;
	}
}