a,
img {
	-webkit-user-drag: none;
}

.btn i.fa,
.btn i.far,
.btn i.fab,
.btn i.fad,
.btn i.fal,
.btn i.far,
.btn i.fas,
.btn i.mdi {
	min-width: auto;
}

.btn .custom-icon {
	display: flex;
	margin: auto;
}

.btn-action {
	display: flex;
	justify-content: center;
	align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "DIN Round Pro Black";
}

span.custom-icon svg {
	margin-bottom: 3.5px;
}

::-webkit-scrollbar {
	display: none;
}

.main-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.main-wrapper .page-wrapper .topbar {
	z-index: 555;
}

.main-wrapper>.page-wrapper>.sticky-scroll-frame {
	z-index: 550;
}

.main-wrapper>.page-wrapper>.sticky-scroll-frame .row>div {
	min-height: 35px;
}

.main-wrapper>.page-wrapper>.sticky-scroll-frame .text-themecolor {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 21px;
	line-height: 21px;
	max-width: 60%;
}

.btn-action {
	cursor: pointer;
}

.profile-pic-container {
	display: inline-block;
}

html {
	width: 100%;
	height: 100%;
}

body {
	touch-action: manipulation;
	background: transparent;
	width: 100dvw;
	width: 100%;
	height: 100dvh;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-family: "DIN Round Pro Medium";
}

html,
body {
	overflow: hidden;
	overscroll-behavior: none;
}

body.swal2-shown.swal2-height-auto {
	height: 100% !important;
}

body:before {
	content: "";
	background: linear-gradient(180deg, #b0ffff, #edb7ff 100%) !important;
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -10;
}

.modal-backdrop {
	display: none !important;
}

.homepage {
	max-height: 100%;
}

.page-wrapper {
	background: transparent !important;
	background-color: transparent !important;
	position: relative;
	height: auto;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

.homepage .text-themecolor,
.page-titles .text-themecolor {
	text-shadow: 0px 0px 6px white;
}

.homepage>*:nth-last-child(1) {
	padding-bottom: 65px;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.app-footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 550;
	height: 40px;
	width: 100%;
	background: #f0f4f7;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	font-size: 0.65rem;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: space-between;
}

.app-footer .copyright {
	display: flex;
	justify-content: center;
	align-items: center;
}

.app-footer .server-info {
	display: flex;
	padding-left: 15px;
}

.app-footer .server-info .online {
	width: 42.5px;
}

.app-footer .server-info .server {
	width: 50px;
}

.app-footer .server-info .online,
.app-footer .server-info .server {
	margin-right: 0.375rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.app-footer .server-info .online i,
.app-footer .server-info .server i {
	margin-right: 0.375rem;
}

.app-footer * {
	user-select: none;
}

.loading-page {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8) url("../img/FhHRx.gif") 50% 50% no-repeat;
}

.viewable-img {
	cursor: pointer;
}

#view_image_modal {
	z-index: 9999;
}

#view_image_modal .modal-body {
	display: flex;
	justify-content: center;
}

#view_image_modal img {
	max-width: 100%;
	height: 100%;
}

@media (max-width: 768px) {

	.card-listing .card,
	.tab-content .card {
		padding-left: 12px !important;
		padding-right: 12px !important;
		border-radius: 10px !important;
	}

	.card-filter .card-block {
		border: 0px;
	}

	.container-fluid {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

/* Timeline */

.timeline-badge {
	overflow: initial !important;
}

.timeline::before {
	content: none;
}

#history::before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background-color: #f0f0f0;
}

.timeline>li>.timeline-panel {
	background-color: white;
}

@media (min-width: 768px) {
	#history::before {
		left: 28%;
	}
}

@media (max-width: 768px) {
	.card#history {
		padding: 10px;
		border: 1px solid #ddd !important;
		border-radius: 10px;
	}

	.order-history-mobile {
		display: inline-block;
	}
}

.ui-autocomplete-loading {
	background: #fff url(../img/loader.gif) no-repeat 95%;
}

@media (max-width: 480px) {
	.wizard-content .wizard.vertical>.steps>ul>li {
		min-height: 125px;
	}
}

@media (max-width: 480px) {
	.user-card-list>div {
		margin: 15px;
	}

	.homepage {
		padding-left: 0px !important;
		padding-right: 0px !important;
		max-width: 100%;
	}

	.homepage>div>.user-card-list {
		overflow-x: visible !important;
		overflow-y: scroll !important;
		flex-wrap: nowrap;
		max-height: fit-content;
		max-width: 100%;
		margin: -15px -15px -15px 0px;
	}

	.homepage>div>.user-card-list::-webkit-scrollbar {
		display: none;
	}

	.homepage>div>.user-card-list>div {
		width: 80%;
		min-width: 80%;
		min-height: 90%;
	}

	.homepage>div>.user-card-list>div>.card {
		margin-bottom: 10px;
	}

	.homepage>div>.page-titles {
		margin-left: 15px;
	}

	.homepage>div>.user-card-list>div:not([style*="display:none"]) {
		margin-left: 15px;
	}

	.homepage>div>.user-card-list>div:not([style*="display:none"])~div:not([style*="display:none"]) {
		margin-left: 0px;
	}

	/* .homepage>div>.page-titles,
    .homepage>div>.user-card-list>div:not([style*="display:none"]) {
        margin-left: 15px;
    }

    .homepage>div>.user-card-list>div:not(:first-child):not(:last-child) {
        margin-left: 0px;
    } */

	.homepage>div>.page-titles,
	.homepage>div>.user-card-list>div:last-child {
		margin-right: 15px;
	}
}

.topbar {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

.topbar *,
.homepage * {
	user-select: none;
}

.homepage * {
	-webkit-user-drag: none;
}

.homepage .card a {
	cursor: pointer;
}

.el-card-avatar {
	background-color: rgb(169, 169, 169);
}

.user-badge {
	width: 25px;
}

.u-badge {
	height: 70%;
	padding: 3.5px;
	padding-left: 10px;
}

.u-badge img {
	height: 25px;
	pointer-events: none;
}

.u-text {
	margin-bottom: 5px;
}

.u-points {
	display: flex;
	padding-left: 10px;
	align-items: center;
	font-family: "Fjalla One", "Roboto Slab", serif;
}

.u-points img {
	margin-right: 7px;
	height: 20px;
}

.dropdown-user i {
	width: 1.65rem;
	text-align: center;
}

.topbar {
	user-select: none;
	-webkit-user-select: none;
}

.topbar .navbar {
	padding-left: 0;
	padding-right: 0;
	height: 55px;
}

.topbar .navbar>div {
	padding-left: 1.25rem;
}

.topbar .navbar-brand {
	display: flex;
	max-height: 40px;
	align-items: center;
	width: 100%;
}

.topbar .navbar-brand img {
	padding: 0.45rem;
	max-width: 100%;
	max-height: 60px;
}

.logo-img-title {
	display: block;
}

.logo-img {
	display: none;
}

@media (max-width: 992px) {
	.logo-img-title {
		display: none;
	}

	.logo-img {
		display: block;
	}
}

.modal-wide {
	width: 90% !important;
}

.swal-wide {
	width: 850px !important;
}

/* Back to Top Btn */

.btt-button-container {
	position: fixed;
	width: auto;
	bottom: 130px;
	right: -85px;
	opacity: 0;
	z-index: 9999999;
	transition: all 1s;
}

.btt-button-container:not(.show) {
	pointer-events: none;
}

.btt-button-container.show {
	opacity: 0.5;
}

.btt-button-container.show:hover {
	right: -1px;
	opacity: 1;
}

.btt-button-container .btt-btn {
	background: white;
	border: 1px solid #eee;
	border-radius: 5px 0px 0px 5px;
	color: #007ce0;
	padding: 0.525rem;
	cursor: pointer;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}

/* Reload Btn */

.reload-button-container {
	position: fixed;
	width: auto;
	top: 130px;
	right: -2.5px;
	opacity: 0.5;
	transition: all 0.3s;
	z-index: 9999999;
}

.reload-button-container:hover {
	right: -1px;
	opacity: 1;
}

.reload-button-container .reload-btn {
	background: white;
	border: 1px solid #eee;
	border-radius: 5px 0px 0px 5px;
	color: #007ce0;
	padding: 0.525rem;
	cursor: pointer;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}

.reload-button-container .reload-btn.spin i {
	font-size: 1rem;
	line-height: 1rem;
}

.reload-button-container .reload-btn.spin i {
	animation: turn-around 1s infinite linear;
}

@keyframes turn-around {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.img-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.dropdown-item {
	display: flex;
	flex-direction: row;
}

.dropdown-item i,
.dropdown-item .img-icon {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.25rem;
}

.ui-menu .ui-menu-item {
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
}

.ui-menu .ui-menu-item:not(:last-child) {
	border-bottom: 0.025em solid rgb(0, 0, 0, 0.25);
}

.input-group {
	align-items: stretch;
}

.input-group-append {
	height: calc(1.5em + 0.75rem + 2px);
}

.swal2-container {
	z-index: 199999;
}

.select2-container {
	width: 100% !important;
}

.select2 .selection .select2-selection,
.select2 .selection .select2-selection {
	height: 38px !important;
	border: 1px solid #ced4da !important;
}

.select2 .selection .select2-selection.select2-selection--multiple {
	height: auto !important;
	max-height: 100%;
}

.select2.select2-container {
	min-height: 38px !important;
}

.select2.select2-container.select2-container--focus.select2-container--open {
	color: #495057 !important;
	background-color: #fff !important;
	border-color: #80bdff !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.select2-dropdown {
	border: 1px solid #ced4da !important;
}

.select2-container--default .select2-results__group {
	font-weight: bold;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ced4da !important;
}

.select2-container--default .select2-search.select2-search--inline {
	display: inline;
}

.select2-container--default .select2-search__field {
	height: 30px !important;
	line-height: 30px !important;
}

.select2-selection.select2-selection--multiple {
	overflow: scroll;
}

.select2-selection__clear {
	height: 36px !important;
	margin-right: 38px !important;
}

.select2-selection__arrow {
	width: 38px !important;
	height: 38px !important;
}

span.select2-selection__rendered {
	line-height: 38px !important;
}

.select2-results__option {
	cursor: pointer;
}

.select2-results__option.select2-results__option--highlighted {
	background-color: #ced4da;
}

@media (min-width: 880px) {
	.modal-small .modal-dialog {
		min-width: 480px;
	}
}

@media (max-width: 880px) {
	.modal-small .modal-dialog {
		width: 90%;
	}
}

.img-icon.icon-ac {
	-webkit-mask: url(../img/atc.svg) no-repeat center;
	mask: url(../img/atc.svg) no-repeat center;
	mask-size: 100% 100%;
}

.custom-control.custom-checkbox {
	cursor: pointer;
}