@font-face {
	font-family: 'Inter';
	weight: 400;
	src: url("/maisperformanceweb/vendor/fonts/Inter/Inter-Regular-slnt=0.ttf")
}

@font-face {
	font-family: 'Jost';
	weight: 400;
	src: url("/maisperformanceweb/vendor/fonts/jost/Jost-Regular.ttf")
}

@font-face {
	font-family: 'Jost-Medium';
	weight: 600;
	src: url("/maisperformanceweb/vendor/fonts/jost/Jost-Medium.ttf")
}

.asterisk {
	color: red;
}

*::backdrop {
    background-color: #f0f0f0 !important;
}

#page-header {
	margin-top: 40px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
}

body {
	background-color: #F5F5F5;
	position: relative;
	min-height: 100vh;
	width: 100%;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Jost';
	letter-spacing: -0.32px;
	font-size: 18px;
}


input{
	border: 1px solid #424242;
}

select{
	border: 1px solid #424242;
}

label{
	color: #424242;
}

#navbar-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	color: #323232;
}

.navbar-icon {
	font-size: 1.9em;
}

.actionButton{
	color: white !important;
}

.actionButton:hover{
	background-color: #060048 !important;
}


.cancelButton{
	color: #292B7B;
	border-color: #292B7B;
	border: 2px solid #292B7B !important; 
	
}
.cancelButton:hover{
	background-color: #BBBBD6;
	border-color: #292B7B;
}


#button-menu-nav {
	margin-right: 10px;
}

.optionButton {
	border-radius: 50% !important;
	color: white !important;
}

.prefix-divider {
	border-left:5px solid #fff;
}


.swal2-icon.swal2-success .swal2-success-ring {
	border: 0.25em solid #8E90BA !important;
}

.title-section {
	color: #00BEFD;
	margin-top: 15px;
	margin-left: 25px;
	display: flex;
	transition: all 0.4s ease;
	white-space: nowrap;
}

/* Solid border */
hr.solid {
	margin-top: 4px;
	border-top: 2px solid #00BEFD;
}

hr.solid-top {
	border-top: 2px solid #47488D;
}


.home-content {
	position: absolute;
	height: 100%;
	width: calc(100% - 78px);
	transition: all 0.5s ease;
	left: 78px;
}

.home-content nav{
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.15);
}

.content {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.home-content text {
	font-size: 25px;
	font-width: 500;
	color: #1d1b31;
	margin: 12px;
}


#main {
	padding-top: 7px;
}

#div-imgs {
	margin-bottom: 125px;
	width: 120px;
	max-height: 80px;
}

#div-imgs #simbolo {
	width: 45px;
	position: absolute;
	margin: auto;
	top: 24px;
	left: 0;
	right: 0;
}

#div-imgs #logo {
	display: none;
	height: 50px;
	position: absolute;
	margin: auto;
	top: 24px;
	left: 0;
	right: 0;
}

.form-floating {
	width: 100%;
}

.quantCard {
    width: 27rem;
    flex: 1 0 30%;
    margin: 5px;
}

@media ( max-width: 1350px) {
  .quantCard {
    flex-basis: 34%;
  }
}

@media ( max-width: 940px) {
  .quantCard {
    flex-basis: 51%;
  }
}

.card {
	background-color: #f0f0f0;
	border: 0;
	border-radius: 9px;
}

.cardCampos{
	background-color: white;
	border-radius: 9px;
}

.card-body {
	padding: 20px;
}

.modal-body {
	background-color: #F4F4F4;
    padding: 2rem;
}

#btn-sidebar {
	margin-left: 88px;
}

#btn-sidebar i {
	font-size: 21px;
}

.add-btn {
	background-color: white;
	color: #292B7B;
}

.azul-btn {
	background-color: #292B7B;
	color: white;
}

.azul-btn:hover {
	background-color: #181A32;
	color: white;
}

#buscador {
	width: 400px;
	border-radius: 9px;
	background-color: white;
	border: none;
}

#btn-logout {
	padding: 5px;

}

#perfil-generic-img {
	border-radius: 50%;
	width: 35px;
	height: 35px;
}

#arrow-menu-button {
	border: 0px;
	padding: 0px;
	background-color: transparent;
}

#navbarToggleExternalContent{
	position: relative;
}

.dropdown-menu {
	margin-top: 25px;
	right: 0;
	left: auto;
	border: 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.25);
}

.icon-dropdown {
	font-size: 2em;
	margin-right: 15px;
}

.label-dropdown {
	font-weight: 600;
}



