@import 'https://use.fontawesome.com/releases/v5.8.1/css/all.css';

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.mapcraft .wp-header-end {
	margin-bottom: 30px;
}

.mapcraft .wp-list-table {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mapcraft label[for="input-api-key"] {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

#mapcraft-create {
	margin-top: 20px;
}

#mapcraft-modal-wrap {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 111111;
	align-items: center;
	justify-content: center;
}

#mapcraft-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, 0.5);
}

#mapcraft-modal-body {
	border-radius: 5px;
	overflow: hidden;
	width: 75%;
	height: 75%;
	z-index: 1;
	background: white;
}

#cache-warning {
	display: none;
}

/* FIXES FOR BOOTSTRAP CONFLICTS */

#app .card {
	margin-top: 0;
	padding: 0;
	max-width: none;
	border: none;
	box-shadow: none;
}

#app .nav-item a:focus {
	box-shadow: none;
}

#app .form-group label {
	font-size: 16px;
	line-height: 24px;
}

#app .form-control-button-group-wrap {
	display: flex;
}

#app .custom-control.custom-switch {
	box-sizing: border-box;
	color: rgb(33, 37, 41);
	display: inline-block;
	font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	font-weight: 400;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	min-height: 24px;
	overflow-wrap: break-word;
	padding-left: 36px;
	position: relative;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-box-direction: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#app .form-control-map-style {
	padding-top: 10px;
}

.tooltip {
	z-index: 9999999 !important;
}

#mapcraft-plugins-url {
	display: none;
}

.admin-info {
	margin-top: 10px;
}