/*
 *  This file is part of Adspect anti-fraud software.
 *  Copyright (C) 2019-2025 Adspect.  All rights reserved.
 */

.navbar-toggler {
	height: 50px !important;
	border: none !important;
}
.navbar-toggler > div {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 13px;
	width: 24px;
}
.navbar-toggler .rail {
	height: 2px;
	width: 100%;
	transition: all 0.5s;
}
.navbar-light .navbar-toggler .rail {
	background: #24292e;
}
.navbar-dark .navbar-toggler .rail {
	background: #ffffff;
}
.navbar-toggler .rail.top {
	transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
}
.navbar-toggler .rail.middle {
	transform: matrix(0, 0, 0, 0, 0, 0);
}
.navbar-toggler .rail.bottom {
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
}
.navbar-toggler.collapsed .rail {
	transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

/*
 * vim: ts=4 sw=4 noet
 */
