/* desktop large */
@media screen and (min-width: 1440px) {
	html {
		font-size: 1rem;
	}

	.btn-w-115px {
		width: 115px;
	}

	.main-1 {
		margin-top: 8.3rem;
		flex: 1 1 auto;
		margin-bottom: 2.8rem;
	}
}

/* desktop */
@media screen and (min-device-width: 1024px) and (max-device-width: 1439px) {
	html {
		font-size: 0.9rem;
	}

	.btn-w-115px {
		width: 115px;
	}

	.main-1 {
		margin-top: 8.3rem;
		flex: 1 1 auto;
		margin-bottom: 2.8rem;
	}
}

/* tablet */
@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
	html {
		font-size: 0.8rem;
	}

	.btn-w-115px {
		width: 115px;
	}

	.main-1 {
		margin-top: 8.3rem;
		flex: 1 1 auto;
		margin-bottom: 2.8rem;
	}
}

/* mobile potrait */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
	html {
		font-size: 0.7rem;
	}

	.main-1 {
		margin-top: 6.7rem;
		flex: 1 1 auto;
		margin-bottom: 1.5rem;
	}

	h4 {
		font-size: 1.3rem;
	}

	th {
		font-size: 0.9rem;
	}
	strong.h6 {
		font-size: 0.9rem;
	}
}

/* mobile landscape */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
	html {
		font-size: 0.7rem;
	}

	.main-1 {
		margin-top: 6.7rem;
		flex: 1 1 auto;
		margin-bottom: 1.5rem;
	}

	h4 {
		font-size: 1.3rem;
	}

	th {
		font-size: 0.9rem;
	}
	strong.h6 {
		font-size: 0.9rem;
	}
}

/* mobile potrait or landscape */
@media screen and (max-device-width: 640px) {
	html {
		font-size: 0.7rem;
	}

	.main-1 {
		margin-top: 6.7rem;
		flex: 1 1 auto;
		margin-bottom: 1.5rem;
	}

	h4 {
		font-size: 1.3rem;
	}

	th {
		font-size: 0.9rem;
	}
	strong.h6 {
		font-size: 0.9rem;
	}
}

/* mobile iphone 4 potrait or landscape */
/* @media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
	html {
		font-size: 0.7rem;
	}

	.main-1 {
		margin-top: 6.7rem;
		flex: 1 1 auto;
		margin-bottom: 1.5rem;
	}
} */

/* iphone 5 potrait or landscape */
/* @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
	html {
		font-size: 0.7rem;
	}

	.main-1 {
		margin-top: 6.7rem;
		flex: 1 1 auto;
		margin-bottom: 1.5rem;
	}
} */
 
/* iphone 6 and 6 plus potrait or landscape */
/* @media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
	html {
		font-size: 0.7rem;
	}

	.main-1 {
		margin-top: 6.7rem;
		flex: 1 1 auto;
		margin-bottom: 1.5rem;
	}
} */

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: #e3c24c69;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #ecd37a;
}

::-webkit-scrollbar-thumb:hover {
	background: #f5c109;
}

.toast.fade {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.navbar.navbar-light.navbar-expand-md.navigation-clean {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
}

.navbar-light .navbar-brand:hover {
	color: #f7d8a4;
}

#toast-container {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	/*display: none;*/
}

.toast.hide {
	display: block;
}

a:hover {
	color: #e3c24cb0;
	text-decoration: none;
}

.label-1 {
	font-style: italic;
	color: #fca311;
	width: 100%;
	border-color: #e3c24c;
}

.input-1 {
	border-width: 0px;
	border-bottom-width: 0px;
}

.button-1 {
	background: #e3c24c;
	box-shadow: 5px 5px 10px 0px rgb(139, 139, 139);
	border-radius: 15px;
	color: rgb(255, 255, 255);
}

.button-1.hover,
.button-1:hover {
	background: #e3c24cb0;
	box-shadow: 5px 5px 10px 0px rgb(139, 139, 139);
	border-radius: 15px;
	color: rgb(255, 255, 255);
}

.button-1.focus,
.button-1:focus {
	background: #e3c24c;
	box-shadow: 5px 5px 10px 0px rgb(139, 139, 139);
	border-radius: 15px;
	color: rgb(255, 255, 255);
}

.button-2 {
	background: #e3c24c;
	color: rgb(255, 255, 255);
}

button.dropdown-toggle,
button.dropdown-toggle:focus {
	border: none;
	background: transparent;
	outline: none;
}

.navbar-1 {
	color: #ffffff;
	box-shadow: 0px 1px 5px rgb(139, 139, 139);
	background: #e5c34b;
	/* background: linear-gradient(145deg, rgba(227,194,76,1) 0%, rgb(247 217 110) 64%, rgb(227 159 255 / 96%) 100%); */
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	border-radius: .25rem;
	box-shadow: 5px 5px 10px 0px rgb(139, 139, 139);
	outline: none;
}

#loginContainer {
	min-height: 100vh;
}

#footerCool {
	background: linear-gradient(72.5deg, rgb(229 195 75) 0%, rgb(178 176 175 / 0%) 64%, #e5c34b 100%);
}

.notification {
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.notification .badge {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 8px;
	/* border-radius: 50%; */
	background: #e34c68;
	color: white;
}

*:focus {
	outline: none;
	box-shadow: 0 0 0 0px rgb(0 0 0 / 0%);
}

.swal2-popup .swal2-styled:focus {
	box-shadow: none !important;
}

.my-wa {
	position: fixed;
	bottom: 32px;
	right: 16px;
	background: #ce241c;
	border-radius: 50%;
	padding: 12px;
	color: white;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #dc3545;
	transition: all 330ms ease-in-out;
}

.my-wa>i {
	font-size: x-large;
}

.my-wa:hover {
	background: #6635dc;
	box-shadow: 0px 0px 10px 0px #6e35dc;
	transform: scale(1.1);
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #e5c34b;
	border-color: #e3c24c;
}

.page-link:hover {
	z-index: 2;
	color: #e3c24c;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(227 194 76 / 25%);
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #e3c24c;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.form-control:focus {
	border-color: #e5c34b;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(227 194 76 / 25%);
}

.btn:hover {
	color: #f8f9fa;
	text-decoration: none;
}

.autocomplete {
	position: relative;
	display: inline-block;
}

.autocomplete-items {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border-radius: 1%;
	box-shadow: 1px 1px 5px 1px #cec5c5;
	max-height: 266px;
	overflow-y: auto;
}
