.global-header-v2-wrapper {
	margin-top: 0 !important;
}

.collapse.show {
	display: block;
}

.rf-collapse.collapse.show {
	display: block;
}

button[data-test="rf-button-rf-modal"] {
	border-radius: 24px !important
}

.splunk-header-v2-mobile.hub .logo.topnav2 {
	margin-left: 0px;
}

.global-header-v2-wrapper .splunk-header-v2 .splunk-logo {
	height: 48px;
	max-width: 100%;
	width: auto;
}






/* fixing mobile nav overlapping issues */
.splunk-header-v2-mobile .logo {
	position: relative;
	top: 0px;
	left: -18px;
}

.splunk-header-v2-mobile .logo img {
	height: auto;
	width: 175px;
}

@media (min-width: 361px) and (max-width: 375px) {
	.splunk-header-v2-mobile .logo.topnav {
		left: -9px;
	}

	.splunk-header-v2-mobile.hub .logo.topnav2 img.second {
		width: 80px;
		height: auto;
	}

	.splunk-header-v2-mobile #free-splunk-click-mobile,
	.splunk-header-v2-mobile .free-splunk-mobile {
		top: 13px;
		right: 50px;
		padding: 7px 8px;
		min-width: 100px;
		z-index: 1000;
		height: 35px !important;
	}

	.splunk-header-v2-mobile .hamburger-container {
		right: 20px;
	}
}

@media (max-width: 360px) {
	.splunk-header-v2-mobile .logo img {
		height: auto;
		/*width: 76px;*/
		width: 160px;
	}

	.splunk-header-v2-mobile.hub .logo.topnav2 img.second {
		width: 60px;
		height: auto;
	}

	.splunk-header-v2-mobile #free-splunk-click-mobile,
	.splunk-header-v2-mobile .free-splunk-mobile {
		top: 10px;
		/* right: 44px; */
		right: 50px;
		padding: 7px 17px;
		min-width: 100px;
		z-index: 1000;
		height: 35px !important;
	}

	.splunk-header-v2-mobile .hamburger-container {
		right: 20px;
		top: 0px;
	}
}

@media (max-width: 320px) {

	.splunk-header-v2-mobile #free-splunk-click-mobile,
	.splunk-header-v2-mobile .free-splunk-mobile {
		top: 10px;
		right: 43px;
		padding: 7px 17px;
		min-width: 100px;
		z-index: 1000;
		height: 35px !important;
	}
}

@media (max-width: 420px) {
	.splunk-header-v2-mobile .free-splunk-mobile {
		padding: 12px 8px;
	}
}




.global-header-v2-wrapper .nav-item-component .flyoutWrapper {
	padding-top: unset;
	top: unset !important;
}

.global-header-v2-wrapper .nav-item-component.show .flyoutWrapper,
.global-header-v2-wrapper .nav-item-component.showDebug .flyoutWrapper {
	padding-top: 10px;
	// top: calc(100% - 10px);
	top: calc(100% - 0px);
}

.global-header-v2-wrapper .offset__left .nav-item-component.show .flyoutWrapper,
.global-header-v2-wrapper .offset__left .nav-item-component.showDebug .flyoutWrapper .global-header-v2-wrapper .offset__left__debug .nav-item-component.show .flyoutWrapper,
.global-header-v2-wrapper .offset__left__debug .nav-item-component.showDebug .flyoutWrapper {
	padding-top: 10px;
	top: 43px !important; //<-- this is only for splunkcom offset__left
}

.splunk-header-v2 .splunk-navbar .navbar-right .free-splunk {
	margin-right: 25px !important;
}

@media (max-width: 420px) {
	.splunk-header-v2-mobile .free-splunk-mobile {
		right: 50px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.splunk-promoBanner .promoBanner-foreground .foreground-copy-section.hasButton.side {
		gap: 15px;
	}
}