body {
	background-color: #F4F7FE;
}

body::-webkit-scrollbar {
	display: none;
}

.content iframe {
	height: 100vh;
	box-sizing: inherit;
	z-index: inherit;
}

iframe {
	height: 100vh;
	width: 100vw;
	box-sizing: inherit;
	z-index: inherit;
	margin-top: 85px !important;
}

.content {
	background-color: #F4F7FE;
	height: 100vh;
	width: 90vw;
	margin: 0;
	padding: 0;
}

.navbar {
	background: #F4F7FE;
}

.pesquisar {
	position: relative;
}

.pesquisar input {
	width: 100vh;
	padding: 0.7rem;
	border: 1px solid #EBEBEB;
	background: #FDFDFD;
	border-radius: 10px;
}

.pesquisar img {
	position: absolute;
	right: 1rem;
	transform: translateY(-150%);
	cursor: pointer;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1580px;
		margin-bottom: 80px;
	}
}

@media screen and (min-width: 768px) {
	.navbar-toggler {
		display: block;
	}

	.content {
		margin-left: 250px;
		padding: 5px;
	}
}

@media screen and (max-width: 767px) {
	.offcanvas-body {
		padding: 15px;
		background-color: #FFF;
		height: 100vh;
		margin-left: -10px;
		margin-top: 8px
	}

	.collapsing {
		transition: none;
	}

	.content {
		margin-left: 0;
		padding: 0;
		width: 100vw;
		height: 100vh;
		background-color: #F4F7FE;
	}

	.content iframe {
		width: 100vw;
	}

	.navbar-custom {
		width: 100vw;
	}

	.navbar-nav {
		position: absolute;
		background-color: white;
		padding: 10px;
		border-radius: 15px;
	}
}

.navbar-toggler {
	border-color: white;
}

.navbar-toggler-icon {
	color: white;
}

img {
	vertical-align: middle;
	width: 3vh;
}

.navbar-custom {
	display: flex;
	gap: 10px;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: end !important;
	padding: 10px;
}

.navbar-custom2 {
	align-items: center;
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #F4F7FE;
}


.login {
	font-family: 'Roboto', sans-serif;
}

.login .full {
	height: 100vh;
}

.login form {
	width: 25rem;
}

.login .btn {
	border-radius: 12px;
	background-color: #0F3397;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.0125rem;
}

.login h2 {
	color: #0C1421;
	font-size: 2.25rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 1.75rem;
}

.login label {
	color: #0C1421;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.01rem;
	margin-bottom: 0.3rem;
}

.login input {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.01rem;
	border-radius: 0.75rem;
	border: 1px solid #D4D7E3;
	background: #F7FBFF;
	height: 3rem;
	padding: 10px;
}

.login img {
	width: 25rem;
}

.login p {
	color: #313957;
	font-size: 0.9375rem;
	font-weight: 300;
	margin-bottom: 2.75rem;
}

.login span {
	color: #959CB6;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.01rem;
}

.form-body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.collapse {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	.form-body {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}

	.login {
		overflow: scroll;
		padding: 1rem;
	}

	.login .full {
		height: 100vh;
		display: flex;
		flex-direction: column-reverse;
	}

	.login form {
		width: 100%;
		max-width: 100%;
		padding: 0 1rem;
		margin-top: 3rem;
		margin-bottom: 2rem;
	}

	.login h2 {
		font-size: 1.25rem;
		text-align: center;
	}

	.login p, .login span {
		font-size: 0.75rem;
		text-align: center;
	}

	.login input {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1rem;
	}

	.login .btn {
		width: 100%;
		font-size: 1rem;
	}

	.login img {
		width: 10rem;
	}
}

.usuarios h2 {
	font-family: "Barlow", sans-serif;
	font-style: normal;
	color: #464255;
	font-size: 2.25rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 1.75rem;
}

.erro-img img {
	width: 35rem;
	padding: 0;
}

.erro404 a {
	position: relative;
	text-decoration: none;
	color: #263238;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	margin-left: 2.5rem;
}

.erro404 .row {
	margin-right: 0;
}

.erro-img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	padding: 0;
}

.erro-link {
	height: 10vh;
	display: flex;
	align-items: center;
}

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 220px;
}

#sidebar-wrapper {
	z-index: 1000;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: white;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	justify-content: space-around;
	align-content: baseline;
}

#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}

#wrapper.toggled #sidebar-wrapper {
	width: 250px;
	justify-content: left;
	align-content: baseline;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#page-content-wrapper {
	width: 100%;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}

.navbar {
	padding: 0;
}

.sidebar-nav {
	position: relative;
	top: 0;
	width: 300px;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	position: relative;
	display: inline-block;
	width: 100%;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
	width: auto;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}

.sidebar-nav li a {
	text-align: justify;
	display: block;
	color: black;
	text-decoration: none;
	padding: 10px 5px 10px 10px;
}

.dropdown-toggle {
	display: flex !important;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
	color: black;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}

.sidebar-header {
	margin-bottom: -20px;
	text-align: center;
	font-size: 20px;
	position: relative;
	width: 100%;
	display: inline-block;
}

.sidebar-logo {
	position: relative;
	background-color: white;
	padding: 1.5em 1em;
	text-align: center;
}

.dropdown {
	margin: 0;
}

.sidebar-nav .dropdown-menu {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.dropdown-menu.show {
	display: block;
	top: 0;
	background-color: #F4F7FE;
}

.dropdown-menu.show li a {
	background-color: #F4F7FE;
}

.dropdown-menu.show li {
	background-color: #F4F7FE;
}

.dropdown-menu.show li a:hover {
	font-weight: bold;
	/*margin-left: -20px;*/
}

.dropdown-menu .dropdown-menu {
	margin-left: 20px;
	position: relative;
	top: 0;
	left: 0;
	display: none;
	background-color: #F4F7FE;
}

.dropdown-menu .dropdown:hover > .dropdown-menu {
	display: block;
}

.dropdown-menu {
	display: none;
}

.hamburger {
	position: fixed;
	top: 20px;
	left: 15px;
	z-index: 9999;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	background: transparent;
	border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
	outline: none;
}

.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
	opacity: 1;
	display: block;
	transform: translate3d(-100px, 0, 0);
	transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
	background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top {
	top: 5px;
	transition: all .35s ease-in-out;
	width: 70%;
	border-radius: 10px;
}

.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -2px;
	width: 70%;
	border-radius: 10px;
}

.hamburger.is-closed .hamb-bottom {
	bottom: 5px;
	transition: all .35s ease-in-out;
	width: 70%;
	border-radius: 10px;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	background-color: #1a1a1a;
	margin-left: 285px;
}

.hamburger.is-open .hamb-top {
	transform: rotate(45deg);
	transition: transform .3s cubic-bezier(.73, 1, .28, .08);
	margin-left: 222px;
	width: 70%;
	border-radius: 10px;
}

.hamburger.is-open .hamb-middle {
	display: none;
	margin-left: 222px;
}

.hamburger.is-open .hamb-bottom {
	transform: rotate(-45deg);
	transition: all .35s ease-in-out;
	margin-left: 222px;
	width: 70%;
	border-radius: 10px;
}

.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
	display: block;
	transform: translate3d(-100px, 0, 0);
	transition: all .35s ease-in-out;
}

._footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: #F5F7FB;
    z-index: 10;
}


.div-att-pass {
	position: absolute;
	bottom: 35px;
	left: 80px;
}

.error {
	background-color: #ffdcdc;
	padding: 10px;
	border: 1px solid #d98787;
	border-radius: 10px;
	color: darkred;
}

.dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	transition: background-color 0.2s;
	position: relative;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #f4f7fe;
	text-decoration: none;
	color: #333;
	font-weight: 500;
}

.dropdown-toggle[aria-expanded="true"] {
	text-decoration: none;
	margin: 0;
}

.dropdown-toggle::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-top: .3em solid #999;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
	border-bottom: 0;
	transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg);
}

.list-unstyled{
	background-color: aliceblue;
}
::-webkit-scrollbar {
	height: 7px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

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

.btn-seta {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	margin-top: 3px;
	z-index: 1;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 50vw;
	border-color: white;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-radius: 15px;
	border-color: white;
}

.welcome {
	margin: 20px 0;
	text-align: right;
}

@media screen and (max-width: 400px) {
	.d-movel{
		display: none !important;
	}
	.welcome{
		text-align: justify;
	}
	.container-fluid .home{
		padding: 0;
	}
	.col-sub{
		text-align: center;
	}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: 5px !important;
	}
}

.shadow-sm{
	box-shadow: 0 0.40rem 0.25rem rgba(0, 0, 0, .075) !important;
}

.subarea-card {
	min-height: 150px;
	min-width: 290px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
}

.subarea-card:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

.subarea-row {
	transition: background-color 0.3s ease, border-left 0.3s ease;
	width: 100%;
	padding-left: 15px;
}

.subarea-title {
	color: #464255;
	font-weight: bold;
}

.subarea-section {
	transition: background-color 0.3s ease, border-left 0.3s ease, padding-left 0.3s ease;
	padding-left: 15px;
	margin-top: 30px;
}



.highlighted-subarea {
	background-color: #F0F8FF;
	border-left: 5px solid #3FB9C2;
	padding-left: 15px;
	animation: pulse 1s 2;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(63, 185, 194, 0.5);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(63, 185, 194, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(63, 185, 194, 0);
	}
}

.card-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 29px -34px -29px
}
.svg-infos, .svg-infos2, .svg-infos3 {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 2;
	color: white;
	padding: 27px 15px 15px 15px;
}

.svg-infos {
	top: 15px;
	height: 100%;
}

.svg-infos2, .svg-infos3 {
	width: 103%;
	text-align: center;
	align-items: center;
}

.svg-infos2 {
	top: 59px;
}

.svg-infos3 {
	top: 47px;
}

.impersonate{
	background-color: #ffebaf;
    border-radius: 20px;
    margin: 0 0 0 52px;
    text-align: center;
	position: absolute;
    left: -45px;
    top: 75px;
	font-size: smaller;
}

.impersonate a {
	text-decoration: none;
	color: black;
}

@keyframes wiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-8deg); }
  75% { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}

#anniversary-trigger:hover {
    animation: wiggle 1s ease-in-out infinite;
}
