* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
  }

body {
	background-color: #1c1c1c !important;
	color: #afafaf;
	font-family: Arial, sans-serif;
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.inner-content {
	margin-left: 85px;
	height: 100%;
	width: auto;
	padding: 20px;
	overflow-y: auto;
	box-sizing: border-box;
}

.inner-content-auth {
	width: auto;
	padding: 20px;
	overflow-y: auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
}

.container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	width: 100%;
	max-width: 1200px;
	justify-content: center;
	align-items: center;
	height: auto;
	align-self: center;
	margin: 0;
}

.top-row {
	display: flex;
	gap: 10px;
}

.box {
	background: #131416;
	padding: 20px;
	text-align: center;
	flex: 1;
	border: 1px solid #212225c0;
	color: #afafaf;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	display: flex;
	justify-content: center;
}

.full-width {
	width: 100%;
	flex-grow: 1;
	display: flex;
	justify-content: center;
}

@media (max-width: 1000px) {
	.top-row {
		flex-direction: column;
	}
}

.header-name {
	font-size: 25px;
}

.single-box {
	background: #131416;
	padding: 20px;
	text-align: center;
	border: 1px solid #212225c0;
	color: #afafaf;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	width: 70%;
	flex-direction: column;
	max-width: 1000px;
	margin: auto;
	height: auto;
}

@media (max-width: 1500px) {
	.single-box {
		width: 85%;
	}
}

@media (max-width: 1000px) {
	.single-box {
		width: 95%;
	}
}

@media (max-width: 600px) {
	.single-box {
		width: 100%;
		padding: 15px;
	}
}

.container-vertical {
	display: flex;
	gap: 10px;
	padding: 20px;
	justify-content: center;
	padding-left: 105px;
	flex-wrap: wrap;
}

@media (max-width: 1350px) {
	.container-vertical {
		padding-left: 105px;
	}
}

@media (max-width: 600px) {
	.container-vertical {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.double-box {
	background: #131416;
	padding: 20px;
	text-align: center;
	border: 1px solid #212225c0;
	color: #afafaf;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	flex: 1;
	display: flex;
	justify-content: center;
	min-height: calc(100vh - 150px);
}

.left-half-box, .right-half-box {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sub-box {
	background: #131416;
	padding: 20px;
	text-align: center;
	border: 1px solid #212225c0;
	color: #afafaf;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	display: flex;
	justify-content: center;
}

.trap-container {
	flex-wrap: wrap;
	background: #131416;
	padding: 20px;
	text-align: center;
	border: 1px solid #212225c0;
	color: #afafaf;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	flex: 1;
	justify-content: left;
	margin-bottom: 20px;
}

.trap-container-header {
	justify-content: center;
	box-sizing: border-box;
	height: 65px;
}

.trap-container-control {
	flex-wrap: wrap;
	gap: 20px;
	text-align: center;
	color: #afafaf;
	flex: 1;
	display: flex;
	justify-content: left;
}

.trap-item {
	background-color: #1d1d1ea3;
	border: 1px solid #3e3e3ec0;
	width: 350px;
	height: auto;
	min-height: 250px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
}

.trap-item:hover {
	background-color: #1d1d1e;
}

.trap-item-header {
	background-color: #2a2a2ac0;
	color: #afafaf;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #212225c0;
	cursor: grab;
}

.trap-item-header:active {
	cursor: grabbing;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #131416;
}

::-webkit-scrollbar-thumb {
	background: #afafaf44;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: #afafaf74;
}

.setting-control-trap {
	gap: 3px;
	display: flex;
	justify-content: end;
}

.settings-button, .arrow-button {
	color: #afafaf;
	font-weight: 500;
	white-space: nowrap;
	padding: 11px 12px 9px 12px;
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #252525e6;
	border-radius: 4px;
	justify-content: end;
	margin-top: -30px;
}

.settings-button {
	margin-left: 10px;
}

.settings-button:hover, .arrow-button:hover {
	background: #2a2a2ad6;
	border-radius: 4px;
}

.settings-button-image {
	width: 15px;
}

.arrow-button-image {
	width: 10px;
}

.header-separator {
	margin-top: 12px;
	height: 1px;
	background: #232323;
}

.trap-detail-container {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px;
	padding-top: 5px;
	padding-left: 20px;
}

.trap-detail-container img {
	width: 25px;
}

.trap-detail-text {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.trap-detail-text .description {
	font-size: 12px;
	color: #afafaf6e;
}

.trap-detail-text .value {
	font-size: 15px;
	font-weight: bold;
	color: #afafafd0;
}

.trap-detail-capture-count-box {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-top: -200px;

}

.trap-detail-capture-count-box-framed {
	border: 3px solid #212225c0;
	border-radius: 4px;
	color: #afafafd0;
	margin: 15px;
	margin-right: 20px;
	padding: 12px;
}

.trap-detail-last-time-container {
	display: flex;
	flex-direction: row;
	margin-right: 25px;
	margin-top: -10px;
	align-items: center;
	color: #afafaf88;
}

.trap-item a {
	text-decoration: none;
}

.trap-item-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.navigation-button {
	color: #afafaf;
	font-weight: 500;
	white-space: nowrap;
	padding: 11px 12px 9px 12px;
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #252525e6;
	border-radius: 4px;
	justify-content: end;
	margin-top: -30px;
	height: 40px;
	display:flex;
	gap: 5px;
}

.navigation-button:hover {
	background: #2a2a2ad6;
	border-radius: 4px;
}

.control-container {
	height: 40px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	padding-top: 30px;
	gap: 10px;
}

.navigation-button-image {
	width:20px;
	margin-top:-2px;
}

.search-form-image {
	width:20px;
	margin-top: 2px;
}

.search-form {
	display: flex;
	justify-content: flex-start;
	width: 250px;
	height: 40px;
	gap: 10px;
	padding-left: 10px;
	align-items: center;
}

.search-form input {
	height: 35px;
	border-radius: 4px;
	border: 2px solid rgba(92, 92, 92, 0.228);
	background-color: #252525e6;
	color: #afafaf;
	padding: 5px 10px;
	width: 100%;
}

.auth-tab-header {
	height: min-content;
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
}

.auth-tab-button {
	color: #afafaf;
	width: 40%;
}

.auth-tab-body {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}

.auth-tab-bottombar {
	border-bottom: 6px solid #212225 !important;
	padding: 5px !important;
}

.auth-tab-link:hover {
	background-color: #2a2a2ad6;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
}

.auth-tab-link-selected {
	border-color: #383a3e !important;
}

.auth-container-root {
	flex: none;
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 40px 0;
}

.auth-container {
	padding: 20px;
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
}

@media (max-width: 600px) {
	.auth-container {
		padding: 15px 10px;
		width: 95%;
	}

	.auth-tab-body {
		flex-direction: column;
	}

	.form-group, .form-group-slim {
		width: 100%;
		min-width: auto;
	}

	input[type=text], input[type=password], input[type=email] {
		min-width: 0;
	}
}

.auth-reset-password-link {
	text-decoration: underline;
	color: #afafaf7b;
	font-size: 12px;
}

.flash-box-close-image {
	width: 10px;
}

.alert_wrapper .alert_item{
	background: #393939;
	margin-bottom: 25px;
	padding: 8px 10px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	border: 1px solid #9292925d;
	color: #afafaf;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.alert_wrapper {
	position: absolute;
	width: 100%;
	display: inline-block;
	justify-content: center;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 80px;
	width: auto;
}

.alert_wrapper .alert_item .text{
	padding: 0 10px;
}

.alert_wrapper .alert_item .text h3{
	font-size: 16px;
}

.alert_wrapper .alert_item .text a{
	font-size: 16px;
	color: #dd7272;
	text-decoration: none;
}

.alert_wrapper .alert_item .icon,
.alert_wrapper .alert_item .close{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.alert_wrapper .alert_item .close{
	margin-right: -5px;
}

.alert_wrapper .alert_item .close img{
	cursor: pointer;
	transition: all 0.5s ease;
}

.netteFormsModal {
	border: 1px solid #9292925d !important;
	color: #afafaf;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: #393939;
	padding: 20px !important;
}

.netteFormsModal button {
	color: #afafaf;
	font-weight: 500;
	white-space: nowrap;
	padding: 11px 12px 9px 12px;
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #252525e6;
	border-radius: 4px;
	justify-content: end;
	margin-top: -30px;
	border: none;
	font-size: 15px;
}

.netteFormsModal button:hover {
	background: #2a2a2ad6;
	border-radius: 4px;
}

.user-detail-container {
	padding: 40px;
	min-height: min-content !important;
	height: fit-content;
}

.permission-container {
	max-height: 550px;
	width: 85%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 800px) {
	.permission-container {
		width: 100%;
	}

	.permission-item {
		height: 95px !important;
	}
}

.permission-header {
	padding: 10px;
}

.permission-item-list {
	flex-grow: 1;
	overflow-y: auto;
	border: 2px solid #353536c0;
	border-radius: 4px;
	padding: 10px;
}

.permission-item {
	padding: 10px;
	margin-bottom: 5px;
	background-color: #252525e6;
	border: 1px solid #353536c0;
	border-radius: 4px;
	height: 80px;
}

.permission-item-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	justify-content: flex-start;
	align-items: center;
}

.permission-item-icon {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}

.permission-item-icon img {
	max-width: 100%;
	max-height: 100%;
}

.permission-item-text-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 20px;
	width: 100%;
	text-align: start;
}

.permission-item-text-content p {
	margin: 1px;
}

.permission-item-bottom-image {
	width: 30px;
	bottom: 10px;
	display: flex;
	justify-self: end;
	justify-content: flex-end;
	align-content: center;
	padding-right: 10px;
}

.permission-item-bottom-image a {
	width: 100%;
}




.gallery {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    flex-direction: row;
    align-content: center;
}

.gallery img {
	width: 150px;
	height: auto;
	cursor: pointer;
	border: 2px solid #464649cc;
	border-radius: 4px;
	transition: transform 0.2s;
}

.gallery img:hover {
	transform: scale(1.1);
}

/* Fullscreen overlay */
.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.overlay img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 4px;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	color: white;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

.upper-control-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}


@media (max-width: 800px) {
	#search-trap {
		min-width: 200px;
	}

}

@media (max-width: 680px) {
	#search-trap {
		min-width: 170px;
	}

}

@media (max-width: 680px) {
	.trap-container-header {
		text-align: left !important;
	}

	.auth-container {
		padding: 15px 10px;
		width: 95%;
	}

	.auth-tab-body {
		flex-direction: column;
	}

	.form-group, .form-group-slim {
		width: 100%;
		min-width: auto;
	}

	input[type=text], input[type=password], input[type=email] {
		min-width: 0;
	}

	.upper-control-panel {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .search-form {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .control-container {
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .navigation-button {
        width: 100%;
        justify-content: center;
        margin-top: 0;
    }

    .breadcrumb-header {
        display: none !important;
    }

	.control-container {
		padding-top: 0px !important;
	}
}

.empty-trap-placeholder {
	width: 100%;
	color: #ffffff48;
	padding: 20px;
	text-align: center;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
}

#frm-permissionInviteForm {
	justify-self: center;
}