/*
styles resets
-------------------------------------------------- */
/* label {
	display: inline-block;
	margin-bottom: 0.1rem;
} */

.header-btn-devider:before {
	left: -17px;
}

/**
Nice Select hacks
-------------------------------------------------- */
.nice-select {
	height: 47px;
}

.nice-select .list {
	max-height: 300px;
	overflow-y: auto;
}

.nice-select.form-control {
	margin-bottom: 1.25rem;
}

.nice-select::after {
	height: 7px;
	width: 7px;
}

/* FORM STYLES
-------------------------------------------------- */
.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group select,
.form-label-group textarea,
.form-label-group label {
	height: 3.125rem;
	padding: .75rem;
}

.form-label-group label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	/* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	cursor: text;
	/* Match the input under the label */
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group select::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
	color: transparent;
}

.form-label-group input::-moz-placeholder,
.form-label-group select::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
	color: transparent;
}

.form-label-group input:-ms-input-placeholder
.form-label-group select:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-ms-input-placeholder,
.form-label-group select:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::placeholder,
.form-label-group select::placeholder,
.form-label-group textarea::placeholder {
	color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown),
.form-label-group select:not(:-moz-placeholder-shown),
.form-label-group textarea:not(:-moz-placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder),
.form-label-group select:not(:-ms-input-placeholder),
.form-label-group textarea:not(:-ms-input-placeholder) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown),
.form-label-group select:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown)~label,
.form-label-group select:not(:-moz-placeholder-shown)~label,
.form-label-group textarea:not(:-moz-placeholder-shown)~label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

.form-label-group input:not(:-ms-input-placeholder)~label,
.form-label-group select:not(:-ms-input-placeholder)~label,
.form-label-group textarea:not(:-ms-input-placeholder)~label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

.form-label-group input:not(:placeholder-shown)~label,
.form-label-group select:not(:placeholder-shown)~label,
.form-label-group textarea:not(:placeholder-shown)~label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

.form-label-group input:-webkit-autofill~label,
.form-label-group select:-webkit-autofill~label,
.form-label-group textarea:-webkit-autofill~label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
	.form-label-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.form-label-group label {
		position: static;
	}

	.form-label-group input::-ms-input-placeholder,
	.form-label-group select::-ms-input-placeholder,
	.form-label-group textarea::-ms-input-placeholder {
		color: #777;
	}
}

/*
.alert messages
-------------------------------------------------- */
.alert p {
	font-size: 0.95rem;
}

/*
LGPD Widget Overlay
-------------------------------------------------- */
.widget-overlay {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	position: fixed;
	top: 0;
	z-index: 9999;

	visibility: hidden;
}

.widget-overlay.cover-content {
	background-color: rgba(25, 25, 25, .2);
	height: 100%;
	width: 100%
}

.widget-overlay a,
.widget-overlay b,
.widget-overlay div,
.widget-overlay i,
.widget-overlay p,
.widget-overlay section,
.widget-overlay small,
.widget-overlay span,
.widget-overlay strong,
.widget-overlay u {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

.widget-overlay .widget-section {
	bottom: 24px;
	font-size: 14px;
	position: fixed;
	width: 100%;
	z-index: 999
}

.widget-overlay .widget-container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-color: #fff;
	padding: 16px !important;
	border-radius: 8px;
	max-width: 1920px;
	box-shadow: 0 3px 1px -2px hsla(0, 0%, 60%, .2), 0 2px 2px 0 hsla(0, 0%, 60%, .14), 0 1px 5px 0 hsla(0, 0%, 60%, .12)
}

@media (max-width:1021px) {

	.widget-overlay .button-wrapper,
	.widget-overlay .text-wrapper {
		display: block;
		width: 100%;
		padding-left: 0
	}

	.widget-overlay .text-wrapper {
		margin-bottom: 16px
	}
}

@media (min-width:1020px) {

	.widget-overlay .button-wrapper,
	.widget-overlay .text-wrapper {
		display: table-cell
	}

	.widget-overlay .button-wrapper {
		width: 18%;
		padding-left: 16px
	}
}

.widget-overlay .text-wrapper {
	line-height: 1.5
}

.widget-overlay .button-wrapper {
	text-align: center;
	vertical-align: middle
}

.widget-overlay .button-wrapper button {
	font-size: 18px;
	box-sizing: border-box;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	line-height: 28px;
	min-height: 48px;
	padding: 4px 16px;
	transition: all .2s ease-in-out;
	width: 100%;
	/* background-color: #1250c4; */
	color: #fff;
	/* border: 2px solid #1250c4; */
	box-shadow: 0 3px 1px -2px hsla(0, 0%, 60%, .2), 0 2px 2px 0 hsla(0, 0%, 60%, .14), 0 1px 5px 0 hsla(0, 0%, 60%, .12)
}

.widget-overlay .button-wrapper button:hover {
	box-shadow: 0 2px 4px -1px rgba(0, 47, 123, .2), 0 4px 5px 0 rgba(0, 47, 123, .14), 0 1px 10px 0 rgba(0, 47, 123, .12);
	/* background-color: #002f7b; */
	/* border-color: #002f7b */
}

.widget-overlay .button-wrapper button:focus,
.widget-overlay .button-wrapper button:focus-within {
	box-shadow: 0 2px 4px -1px rgba(18, 80, 196, .2), 0 4px 5px 0 rgba(18, 80, 196, .14), 0 1px 10px 0 rgba(18, 80, 196, .12)
}

.widget-overlay .button-wrapper button:active {
	box-shadow: 0 5px 5px -3px rgba(0, 47, 123, .2), 0 8px 10px 1px rgba(0, 47, 123, .14), 0 3px 14px 2px rgba(0, 47, 123, .12);
	/* background-color: #002f7b */
}

.hide {
	display: none;
}

/**
*SELECT2 STYLES
**/
.select2,
.select2 .selection {
	width: 100%
}

.select2-container--default .select2-selection--single {
	height: 47px;
	display: block;
	width: 100%;
	height: 3rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.88;
	color: #6b6e6f;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.3125rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0.75rem 0.9375rem;
	border: 1px solid #e5e5e5;
}

.home .select2-container .select2-selection--single {
	height: 47px;
	display: block;
	width: 100%;
	height: 3rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.88;
	color: #6b6e6f;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.3125rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	/* padding: 0.75rem 0.9375rem; */
	/* border: 1px solid #e5e5e5; */
    padding: 0.4rem 2rem;
    border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible
{
	border: 0;
	border: 1px solid #D3D3D3 !important;
	border-radius: 4px !important;
}

.select2-container--default .select2-results__option--selected {
	background-color: #f4f4f4;
  }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #c00;
	color: white;
}

/**
* INIT Sidebar profile
**/
#sidebar .sidebar-header {
	padding: 20px;
	overflow: hidden;
}

#sidebar .sidebar-header .user-pic {
    float: left;
    width: 61px;
    padding: 0;
    border-radius: 5px;
    margin-right: 10px;
    overflow: hidden;
}

#sidebar .sidebar-header .user-pic img {
	object-fit: cover;
	height: 61px;
	width: 61px;
	border-radius: 5px;
}

.avatar img {
	object-fit: cover;
	height: 48px;
	width: 48px;
}

#sidebar .sidebar-header .user-info {
	float: left;
}

#sidebar .sidebar-header .user-info>span {
	display: block;
}

#sidebar .sidebar-header .user-info .user-role {
	font-size: 10px;
}

#sidebar .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}

#sidebar .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 1px;
	color: #5cb85c;
}

/* END Sidebar profile */

.circle-40 img {
	max-width: 40px;
	/* min-width: 40px; */
	max-height: 40px;
	min-height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
* User Pic hover effect
* to change avatar
**/
.user-pic a {
	transition: opacity .2s ease-out;
	opacity: 0;
}
.user-pic:hover a {
	opacity: 1;
	transition:  opacity .2s;
}
.user-pic a.avatar-icon {
	position: absolute; bottom: 3px; right: 3px;
}

.circle-256 {
	max-width: 256px;
	max-height: 256px;
	min-height: 256px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
* FILE BUTTON STYLE
*/
input[type='file'] {
	display: none
}

.input-wrapper label {
	border-radius: 5px;
	color: #fff;
	margin: 10px;
	padding: 6px 20px248px
}

.h-px-248 {
	height: 248px !important;
}

.btn-fake {
	border: 0;
	background: transparent;
}

/**
* LOADING OVERLAY
**/
#loading, #overlay {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #fff;
    z-index: 99999;
}

#loading-image {
    z-index: 1000;
    color: #00B074;
}


.cursor-pointer {
	cursor: pointer !important;
}

/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #a40404;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: bold;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media screen and (min-width: 1600px) {
	.dashboard-main-container {
		max-width: calc(100% - 290px);
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/**
* Custom Bootstrap
**/
/* a {
    color: #900;
}

.bg-gradient-3 {
	background-image: linear-gradient(160deg, rgba(243, 199, 53, 0.3) 50%, rgba(243, 199, 53, 0.1) 100%);
}

.dashboard-layout-sidebar li a::before,
.main-menu > li > .nav-link::before
 {
	background-color: #b00;
 }
 .dashboard-layout-sidebar li a:hover > i,
 .dashboard-layout-sidebar li.active a > i {
	 color: #a00
 }

 .gr-check-input input:checked ~ .checkbox,
 .gr-check-input input:checked ~ .checkbox::after
 {
	background: #b00 !important;
	border-color: #a00;
	border-radius: 2px;
	content: "✓";
	color: white;
}

.btn-primary {
	background-color: #b00;
	border-color: #a00;
}
.btn-primary:hover {
	background-color: #900;
	border-color: #700;
}
.text-primary {
    color: #ac4444 !important;
}

.btn-outline-green:hover {
    background-color: #900;
    border-color: #700;
}
.btn-outline-green {
	color: #a00;
    background-color: transparent;
    border-color: #ac4444;
} */


.bg-dodger-2 {
	background-color: #4FC437 !important;
}
.text-dodger-2 {
	color: #4FC437 !important;
}

.was-validated .show-password {
	right: 30px;
}

.feature-cardOne-adjustments .card-tag-list li span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;
	height: 32px;
  }
@media (min-width: 1200px) {
	.feature-cardOne-adjustments .card-tag-list li {
		min-width: calc(53.333% - 12px);
	}
}