body,
html {
	font-size: 14px;
	font-family: "SF UI Text", sans-serif;
}
.navbar {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.bg-green {
	background-color: #dff2bf !important;
}

.border-1 {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.border-left-1 {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.border-right-1 {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-top-1 {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom-1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-primary {
	background-color: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

.font-sm {
	font-size: 0.8rem;
}

.form-control {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px;
}

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

.nav-item {
	margin-right: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.content-title {
	font-size: 1rem;
	font-weight: 600;
	border-bottom: 2px solid #006dcc;
	display: inline-block;
}

.options-list .btn {
	font-size: 0.7rem;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
	background-color: #e2e2e2;
	min-width: 100px;
	padding: 0.5rem 1rem;
}

.base-table {
	table-layout: fixed;
	border-collapse: collapse !important;
}

.base-table th {
	background-color: #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	font-size: 0.8rem;
}

.base-table td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px;
	font-size: 0.8rem;
	word-break: break-word;
}

.action-btn {
	background-color: #ddd;
	border: 1px solid #b6b6b6;
	color: #000;
	font-size: 0.8rem;
}

.paginate_button.current {
	background-color: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

::-webkit-scrollbar {
	display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

.modal-content {
	border-radius: 0px;
	border: 0px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
}

.modal-header {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}

.modal-content .form-control,
.modal-content .form-select {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}

.form-control:read-only {
	background-color: rgba(0, 0, 0, 0.05);
}
.card {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}

.card-link {
	cursor: pointer;
}

.new-img {
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px dashed rgba(0, 0, 0, 0.1);
	transition: ease-in-out 0.2s;
}

.new-img i {
	font-size: 24px;
}
:where(.swal2-styled).swal2-confirm {
	margin-right: 4px;
}
.swal2-popup {
	border-radius: 0px !important;
}

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

.swal2-confirm {
	/* font-size: 0.8rem !important; */
	background-color: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

.swal2-title {
	font-size: 1.2rem !important;
}

.swal2-input {
	border-radius: 0px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	font-size: 1rem !important;
	margin: 0rem 2rem !important;
}

.map-container {
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-gap {
	border: 0px !important;
}

.modal-dialog-scrollable .modal-content {
	max-height: 90vh;
}
.dataTables_filter {
	margin-bottom: 10px;
}
.paginate_button {
	font-size: 0.8rem !important;
	color: rgba(0, 0, 0, 0.5) !important;
}
.dataTables_paginate {
	padding-top: 1rem !important;
	width: 100% !important;
	/* text-align: center !important; */
	float: none !important;
}
.img-prev img {
	width: 100%;

	aspect-ratio: 1/1;
	object-fit: cover;
	padding: 10px;
}
.img-prev-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	flex-direction: column;
	text-overflow: ellipsis;
	white-space: break-spaces;
	margin: 5px;
}
.img-prev-container .delete-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	opacity: 0;
	transition: ease-in-out 0.2s;
}
.img-prev-container .delete-overlay:hover {
	opacity: 1;
	transition: ease-in-out 0.2s;
}

.border-0 {
	border: 0px !important;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #006dcc;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis.white div {
	background: #fff;
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}
.on-mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.border-0-left-mobile {
		border-left: 0px !important;
	}

	.border-0-right-mobile {
		border-right: 0px !important;
	}

	.margin-top-10-mobile {
		margin-top: 10px !important;
	}

	.padding-top-10-mobile {
		padding-top: 10px !important;
	}

	.border-1-top-mobile {
		border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	}

	.navbar-nav {
		flex-direction: column !important;
		position: absolute;
		top: 66px;
		left: -1000px;
		opacity: 0;
		visibility: hidden;
		right: 0;
		padding: 20px;
		/* border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; */
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		background: #fff;
		transition: ease-in-out 0.2s;
	}

	.navbar-nav.show {
		opacity: 1;
		visibility: visible;
		transition: ease-in-out 0.2s;
		left: 0;
		transition: ease-in-out 0.2s;
	}

	.on-mobile {
		display: inline-block !important;
	}

	.menu-top {
		font-size: 16px;
	}
}
