/* Google Fonts API */

@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* 
    ---------------------
    Overwrite default HTML behavior
    ---------------------
*/
/* Arrows/Spinner on input number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

/* 
    ---------------------
    Main content
    ---------------------
*/
html * {
	font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
}

/* 
    ---------------------
    Compact header styling
    ---------------------
*/
.jumbotron {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}

html *:not(.fas, .tooltip *, .ui-tooltip, .ui-tooltip *, .swal2-icon *) {
	color: #122848;
}

body {
	background-color: #f1f1f1;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	overflow-x: hidden;
}

main {
	overflow-y: auto;
	overflow-x: hidden;
}

main.with-navbar {
	height: calc(100% - 56px);
	margin-top: 56px;
}

.scrollbar::-webkit-scrollbar,
.swal2-container::-webkit-scrollbar {
	width: 12px;
}

.scrollbar-track-white::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px 10px white;
	border: solid 3px white;
	border-radius: 50px;
}

.scrollbar-track-grey::-webkit-scrollbar-track,
.swal2-container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px 10px #f1f1f1;
	border: solid 3px #f1f1f1;
	border-radius: 50px;
}

.scrollbar-track-blue::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px 10px #122848;
	border: solid 3px #122848;
	border-radius: 50px;
}

.scrollbar-thumb-blue::-webkit-scrollbar-thumb,
.swal2-container::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 10px 10px #122848;
	border: solid 3px transparent;
	border-radius: 50px;
}

.scrollbar-thumb-green::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 10px 10px #01d992;
	border: solid 3px transparent;
	border-radius: 50px;
}

.scrollbar-thumb-grey::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 10px 10px #f1f1f1;
	border: solid 3px transparent;
	border-radius: 50px;
}

/* 
    ---------------------
    bootstrap 4.6 theme and overwrites
    Creating custom theme of 3 colors and overwriting some default behaviour of bootstrap 4.6
    ---------------------
*/

.text-warning-alt {
	color: #f0ad4e;
}

.bg-warning-alt {
	background-color: #f0ad4e;
}

/* bootstrap4 | text-color */

.text-blue,
.text-blue * {
	color: #122848 !important;
}

.text-green,
.text-green * {
	color: #01d992 !important;
}

.text-grey,
.text-grey * {
	color: #f1f1f1 !important;
}

/* bootstrap4 | text-truncate */
.text-truncate {
	color: inherit !important;
}

/* bootstrap4 | bg-color */

.bg-blue {
	background-color: #122848;
}

.bg-green {
	background-color: #01d992;
}

.bg-grey {
	background-color: #f1f1f1;
}

/* bootstrap4 | btn-color */

.btn-blue {
	color: #f1f1f1 !important;
	background-color: #122848;
	border-color: #122848;
}

.btn-green {
	color: #f1f1f1 !important;
	background-color: #01d992;
	border-color: #01d992;
}

.btn-blue *,
.btn-green * {
	color: #f1f1f1 !important;
}

.btn-grey {
	color: #122848 !important;
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}

.btn-white {
	color: #122848 !important;
	background-color: white;
	border-color: #122848;
}

.btn-grey *,
.btn-white * {
	color: #122848 !important;
}

.btn-blue:hover:enabled,
.btn-blue:hover:enabled * {
	color: #01d992 !important;
	font-weight: bold;
}

a.btn-blue:hover,
a.btn-blue:hover * {
	color: #01d992 !important;
	font-weight: bold;
}

.btn-green:hover:enabled,
.btn-green:hover:enabled * {
	color: #122848 !important;
	font-weight: bold;
}

a.btn-green:hover,
a.btn-green:hover * {
	color: #122848 !important;
	font-weight: bold;
}

.btn-grey:hover:enabled,
.btn-grey:hover:enabled * {
	color: #01d992 !important;
	font-weight: bold;
}

a.btn-grey:hover,
a.btn-grey:hover * {
	color: #01d992 !important;
	font-weight: bold;
}

.btn-white:hover:enabled {
	font-weight: bold;
}

.btn-blue.active,
.btn-blue:active,
.btn-blue.focus,
.btn-blue:focus,
.btn-link-blue.focus,
.btn-link-blue:focus,
.btn-white.active,
.btn-white:active,
.btn-white.focus,
.btn-white:focus {
	border-color: #122848 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(18, 40, 72, 0.5) !important;
}

.btn-green.active,
.btn-green:active,
.btn-green.focus,
.btn-green:focus {
	border-color: #01d992 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(4, 216, 145, 0.5) !important;
}

.btn-outline-blue {
	border-color: #122848;
	color: #122848;
}

.btn-outline-blue:hover {
	background-color: #122848;
	color: #01d992;
	font-weight: bold;
}

/* bootstrap4 | btn-link-color */

.btn-link-blue:hover {
	color: #122848 !important;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.btn-link-green:hover {
	color: #01d992 !important;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.btn-link-grey:hover {
	color: #f1f1f1 !important;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

/* bootstrap4 | a-color */

a.text-blue:hover {
	color: #122848 !important;
}

a.text-green:hover {
	color: #01d992 !important;
}

a.text-grey:hover {
	color: #f1f1f1 !important;
}

/* bootstrap4 | checkboxes */
.custom-checkbox-green .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #01d992;
	border-color: #01d992 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(4, 216, 145, 0.5) !important;
}

.custom-checkbox-green .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #01d992 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(4, 216, 145, 0.5) !important;
}

.custom-checkbox-blue .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #122848;
	border-color: #122848 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(18, 40, 72, 0.5) !important;
}

.custom-checkbox-blue .custom-control-input:focus ~ .custom-control-label::before {
	border-color: #122848 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(18, 40, 72, 0.5) !important;
}

/* bootstrap4 | form-control-color */

.form-control-transparent {
	background-color: inherit !important;
}

.form-control-green,
.form-control-green-sm {
	border-color: #01d992 !important;
}

.form-control-green:focus,
.form-control-green:focus-visible,
.form-control-green-sm:focus,
.form-control-green-sm:focus-visible {
	border-color: #01d992 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(4, 216, 145, 0.5) !important;
}

.form-control-blue,
.form-control-blue-sm {
	border-color: #122848 !important;
}

.form-control-blue:focus,
.form-control-blue:focus-visible,
.form-control-blue-sm:focus,
.form-control-blue-sm:focus-visible {
	border-color: #122848 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(18, 40, 72, 0.5) !important;
}

/* bootstrap4 | navbar */

.navbar .nav-item > a {
	color: #f1f1f1 !important;
}

.navbar .nav-item:hover > a {
	color: #01d992 !important;
}

.navbar li.active {
	font-weight: bold;
}

.navbar-brand > img {
	height: 28px;
}

.navbar .navbar-toggler:focus {
	outline: none !important;
}

/* bootstrap4 | nav-tabs */
.nav-tabs {
	border-bottom: 0;
}

.nav-link {
	padding-left: 0.65rem;
	padding-right: 0.65rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:active {
	border: 1px solid;
	color: #122848;
	background-color: #f1f1f1 !important;
	border-color: #122848 #122848 #f1f1f1 #122848;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: 1px solid;
	border-color: #122848 #122848 #f1f1f1 #122848;
}

/* bootstrap4 | borders */

.border-none {
	border: none !important;
	border-radius: 0 !important;
}

.border-lg {
	border: 2px solid #dee2e6;
}

.border-xl {
	border: 4px solid #dee2e6;
}

.border-blue {
	border-color: #122848 !important;
}

.border-green {
	border-color: #01d992 !important;
}

.border-grey {
	border-color: #f1f1f1 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.rounded-1 {
	border-radius: 0.5rem !important;
}

.rounded-2 {
	border-radius: 1rem !important;
}

/* bootstrap4 | dropdowns */
.dropdown-no-arrow::after {
	content: none !important;
}

/* 
    ---------------------
    Other overwrites / Addons
    ---------------------
*/

/* FontAwesome */
.fa-rotate-45 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fa-question-circle {
	font-size: 1rem !important;
}

/* SweetAlert2 */

.swal2-confirm {
	color: #f1f1f1 !important;
	background-color: #01d992 !important;
	border-color: #01d992 !important;
}

.swal2-confirm:hover {
	background-image: none !important;
	color: #122848 !important;
}

.swal2-confirm:focus {
	border-color: #01d992 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(4, 216, 145, 0.5) !important;
}

.swal2-cancel {
	color: #f1f1f1 !important;
	background-color: #122848 !important;
	border-color: #122848 !important;
}

.swal2-cancel:hover {
	background-image: none !important;
	color: #01d992 !important;
}

.swal2-cancel:focus {
	border-color: #122848 !important;
	outline: 0 !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(18, 40, 72, 0.5) !important;
}

/* DataTables */
.dt-bg-grey tr > td {
	background-color: #f1f1f1;
}

.dt-rows-compact tbody tr > td {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

/* Google Map API */
.gm-style iframe + div {
	border: none !important;
}

.gm-style-iw {
	padding: 0.25rem !important;
	max-width: 280px !important;
	margin-top: 15px !important; /* Add space between marker and tooltip */
}

/* Add arrow to info window */
.gm-style-iw:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-bottom: solid 10px white;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	z-index: 1;
}

.gm-style-iw:after {
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -11px;
	width: 0;
	height: 0;
	border-bottom: solid 11px #ccc;
	border-left: solid 11px transparent;
	border-right: solid 11px transparent;
	z-index: 0;
}

.gm-style-iw:focus-visible,
.gm-style-iw *:focus-visible {
	outline: 0 !important;
}

.gm-style-iw > .gm-style-iw-d {
	padding: 0 !important;
	padding-right: 0 !important;
	overflow: hidden !important;
	overflow-y: auto !important;
}

.gm-style-iw > .gm-style-iw-d::-webkit-scrollbar {
	width: 12px !important;
}

.gm-style-iw > .gm-style-iw-d::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px 10px white !important;
	border: solid 3px white !important;
	border-radius: 50px !important;
}

.gm-style-iw > .gm-style-iw-d::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 10px 10px #122848 !important;
	border: solid 3px transparent !important;
	border-radius: 50px;
}

.gm-style-iw > .gm-ui-hover-effect {
	display: none !important;
}

/* 
    ---------------------
    Plugins 
    ---------------------
*/

/* Floating labels */

.form-label-group,
.form-label-group-sm {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group textarea,
.form-label-group label {
	height: 3.125rem;
	padding: 0.75rem;
}

/* Custom addition to plugin. (Start) */

.form-label-group-sm input,
.form-label-group-sm label {
	height: 38px;
	padding: 0.6rem 0.5rem 0.5rem 0.6rem;
}

/* Moved "line-height: 1.5" out of ".form-label-group label, .form-label-group-sm label"*/
.form-label-group label {
	line-height: 1.5;
}

.form-label-group-sm label {
	line-height: 1;
}

/* Custom addition to plugin. (End) */

.form-label-group label,
.form-label-group-sm label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	/* Override default `<label>` margin */
	pointer-events: none;
	cursor: text;
	/* Match the input under the label */
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group-sm input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-textarea-placeholder {
	color: transparent !important;
}

.form-label-group input::-moz-placeholder,
.form-label-group-sm input::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
	color: transparent !important;
}

.form-label-group input:-ms-input-placeholder,
.form-label-group-sm input:-ms-input-placeholder,
.form-label-group textarea::-ms-textarea-placeholder {
	color: transparent !important;
}

.form-label-group input::-ms-input-placeholder,
.form-label-group-sm input::-ms-input-placeholder,
.form-label-group textarea::-ms-textarea-placeholder {
	color: transparent !important;
}

.form-label-group input::placeholder,
.form-label-group-sm input::placeholder,
.form-label-group textarea::placeholder {
	color: transparent !important;
}

.form-label-group input:not(:-moz-placeholder-shown),
.form-label-group-sm input:not(:-moz-placeholder-shown),
.form-label-group textarea:not(:-moz-placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: 0.25rem;
}

.form-label-group input:not(:-ms-input-placeholder),
.form-label-group-sm input:not(:-ms-input-placeholder),
.form-label-group textarea:not(:-ms-textarea-placeholder) {
	padding-top: 1.25rem;
	padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown),
.form-label-group-sm input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: 0.25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label,
.form-label-group-sm input:not(:-moz-placeholder-shown) ~ label,
.form-label-group textarea:not(:-moz-placeholder-shown) ~ label {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 12px;
	color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label,
.form-label-group-sm input:not(:-ms-input-placeholder) ~ label,
.form-label-group textarea:not(:-ms-input-placeholder) ~ label {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 12px;
	color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group-sm input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 12px;
	color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 12px;
	color: #777;
}

@supports (-ms-ime-align: auto) {
	.form-label-group,
	.form-label-group-sm {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.form-label-group label,
	.form-label-group-sm label {
		position: static;
	}
	.form-label-group input::-ms-input-placeholder,
	.form-label-group-sm input::-ms-input-placeholder,
	.form-label-group textarea::-ms-textarea-placeholder {
		color: #777 !important;
	}
}

/* Bootstrap4 multiselect */
.multiselect-container-width-md {
	max-width: 100%;
}

/* Chat UI */
.msg {
	max-width: 80%;
	clear: both;
	padding: 4px 10px 4px 10px;
	border: 2px solid #dee2e6;
	margin-top: 3px;
	overflow-wrap: break-word;
}

.msg-left {
	border-top-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	text-align: left;
	float: left;
	margin-left: auto;
}

.msg-right {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	text-align: right;
	float: right;
	margin-right: auto;
}

.msg .msg-text {
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.msg .msg-dbdate,
.msg-author {
	font-size: 10px;
	color: #6c757d;
}

/* 
  ---------------------
  Custom stuff
  ---------------------
*/

/* Breadcrumbs */

.breadcrumbs {
	margin: 1rem;
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
	background-color: white;
}

.breadcrumbs > a {
	max-width: 250px !important;
}

.breadcrumbs > a {
	color: #6c757d !important;
}

.breadcrumbs > span {
	color: #122848 !important;
	font-weight: bold;
}

/* Hero, make div have and arrow */

.hero {
	position: relative;
}

.hero-bottom:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: solid 10px white;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

/* Watermark */

.watermark {
	position: fixed;
	bottom: 10px;
	right: 10%;
	z-index: -1;
	opacity: 0.05;
}

/* Utility classes */
main.fade-background *:not(.dont-fade):not(.dont-fade *) {
	opacity: 0.85;
}

.remove-hover:hover {
	color: #f1f1f1 !important;
	text-decoration: inherit !important;
	cursor: default !important;
}

.remove-focus-visible:focus-visible,
.remove-focus-visible *:focus-visible {
	outline: none !important;
}

.stop-image-drag {
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.w-auto {
	width: auto !important;
}

.h-auto {
	height: auto !important;
}

.hover-green:hover {
	color: #01d992 !important;
}

.dot {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}

/* 
  ---------------------
  Bootstrap4 breakpoints 
  ---------------------
*/

/* Small devices (landscape phones, 544px and up) */

@media (min-width: 576px) {
	/* Border responsiveness */
	.border-sm-top {
		border-top: 1px solid #dee2e6;
	}
	.border-sm-right {
		border-right: 1px solid #dee2e6;
	}
	.border-sm-bottom {
		border-bottom: 1px solid #dee2e6;
	}
	.border-sm-left {
		border-left: 1px solid #dee2e6;
	}
	.border-sm-top-0 {
		border-top: 0 !important;
	}
	.border-sm-right-0 {
		border-right: 0 !important;
	}
	.border-sm-bottom-0 {
		border-bottom: 0 !important;
	}
	.border-sm-left-0 {
		border-left: 0 !important;
	}

	/* Width responsiveness */

	.w-sm-auto {
		width: auto !important;
	}
	.w-sm-100 {
		width: 100% !important;
	}

	/* Height responsiveness */

	.h-sm-auto {
		height: auto !important;
	}
	.h-sm-100 {
		height: 100% !important;
	}
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
	/* Border responsiveness */
	.border-md-top {
		border-top: 1px solid #dee2e6;
	}
	.border-md-right {
		border-right: 1px solid #dee2e6;
	}
	.border-md-bottom {
		border-bottom: 1px solid #dee2e6;
	}
	.border-md-left {
		border-left: 1px solid #dee2e6;
	}
	.border-md-top-0 {
		border-top: 0 !important;
	}
	.border-md-right-0 {
		border-right: 0 !important;
	}
	.border-md-bottom-0 {
		border-bottom: 0 !important;
	}
	.border-md-left-0 {
		border-left: 0 !important;
	}

	/* Width responsiveness */
	.w-md-auto {
		width: auto !important;
	}
	.w-md-100 {
		width: 100% !important;
	}

	/* Height responsiveness */

	.h-md-auto {
		height: auto !important;
	}
	.h-md-100 {
		height: 100% !important;
	}

	/* Bootstrap4 multiselect */
	.multiselect-container-width-md {
		max-width: 80vw;
	}
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
	/* Border responsiveness */
	.border-lg-top {
		border-top: 1px solid #dee2e6;
	}
	.border-lg-right {
		border-right: 1px solid #dee2e6;
	}
	.border-lg-bottom {
		border-bottom: 1px solid #dee2e6;
	}
	.border-lg-left {
		border-left: 1px solid #dee2e6;
	}
	.border-lg-top-0 {
		border-top: 0 !important;
	}
	.border-lg-right-0 {
		border-right: 0 !important;
	}
	.border-lg-bottom-0 {
		border-bottom: 0 !important;
	}
	.border-lg-left-0 {
		border-left: 0 !important;
	}

	/* Width responsiveness */
	.w-lg-auto {
		width: auto !important;
	}
	.w-lg-100 {
		width: 100% !important;
	}

	/* Height responsiveness */

	.h-lg-auto {
		height: auto !important;
	}
	.h-lg-100 {
		height: 100% !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
	/* Border responsiveness */
	.border-xl-top {
		border-top: 1px solid #dee2e6;
	}
	.border-xl-right {
		border-right: 1px solid #dee2e6;
	}
	.border-xl-bottom {
		border-bottom: 1px solid #dee2e6;
	}
	.border-xl-left {
		border-left: 1px solid #dee2e6;
	}
	.border-xl-top-0 {
		border-top: 0 !important;
	}
	.border-xl-right-0 {
		border-right: 0 !important;
	}
	.border-xl-bottom-0 {
		border-bottom: 0 !important;
	}
	.border-xl-left-0 {
		border-left: 0 !important;
	}

	/* Width responsiveness */
	.w-xl-auto {
		width: auto !important;
	}
	.w-xl-100 {
		width: 100% !important;
	}

	/* Height responsiveness */

	.h-xl-auto {
		height: auto !important;
	}
	.h-xl-100 {
		height: 100% !important;
	}
}

@media (min-width: 1440px) {
	.d-2x-block {
		display: block !important;
	}
}

@media (min-width: 1660px) {
	.d-3x-block {
		display: block !important;
	}
}

/* Hide InfoWindow arrow by default */
.gm-style .gm-style-iw-tc::after {
	background: none !important;
	box-shadow: none !important;
}

.gm-style .gm-style-iw-tc {
	display: none !important;
}

/* Show InfoWindow arrow only for node markers */
.gis-info-window-node .gm-style-iw-tc {
	display: block !important;
}

.gis-info-window-node .gm-style-iw-tc::after {
	background: #fff !important;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6) !important;
}
