/** CSS LOADER **/
#lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  #lds-roller div {
	animation: lds-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
  }
  #lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #DF063A;
	margin: -4px 0 0 -4px;
  }
  [class*="sidebar-mini-client"] #lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2979FF;
	margin: -4px 0 0 -4px;
  }
  #lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
  }
  #lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
  }
  #lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
  }
  #lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
  }
  #lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
  }
  #lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
  }
  #lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
  }
  #lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
  }
  #lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
  }
  #lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
  }
  #lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
  }
  #lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
  }
  #lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
  }
  #lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
  }
  #lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
  }
  #lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
  }
  @keyframes lds-roller {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

#full-loader > .container-loader{
	margin-left:auto;
	margin-right:auto; 
	background:white; 
	height: 180px;
	padding: 20px;
	top:0; 
	position: relative;
	width:500px; 
	text-align:center;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: 0 4px 10px rgba(152, 152, 152, 0.33);
}
#full-loader{
	width:100%; height:100vh; position: fixed; top:0; background: #6e6e6e1c; z-index:999999;display: none;
}

/** END OF CSS LOADER **/

.color-primary{
	color: #DF063A;
}
a{
    color: #FF2681;
}
[class*="sidebar-client-"] a{
    color: #2979FF;
}
[class*="container-login-client"] a{
    color: #2979FF;
}
a:hover{
    color: #bc084a;
}
[class*="sidebar-client-"] a:hover{
    color: #2979FF;
}
[class*="container-login-client"] a:hover{
    color: #2979FF;
}
:root{
	font-family: Open Sans;
}
body {
	font-family: Open Sans;
    font-size: 0.8rem !important;
    color: #414141;
}
h1,h2,h3,h4,h5,h6 {
    color: #414141 !important;
    font-weight: 600;
}
[class*="sidebar-light-"] {
	background-color: #FAFAFA;
}
.brand-link img{
    width:auto !important;
    height:70px !important;
}

.user-panel img {
	height: 2.5rem;
	width: 2.5rem;
    object-fit: cover;
    clip-path: circle(50%);
	border: 2px solid #DF063A;
}
[class*="sidebar-client-"] .user-panel img {
	height: 2.5rem;
	width: 2.5rem;
    object-fit: cover;
    clip-path: circle(50%);
	border: none;
}
.user-panel .image {
	display: flex;
	padding-left: 0px;
	flex-direction: column;
	justify-content: space-around;
}
.user-panel > .info > .profile-name {
	color: #DF063A;
    font-weight: 600;    
	font-size: 0.8rem;
    width: 110px;
}
[class*="sidebar-client-"] .user-panel > .info > .profile-name {
	color: #2979FF;
    font-weight: 600;    
	font-size: 0.8rem;
    width: 110px;
}
.user-panel > .info > .profile-level {
	color: #757575;
	font-size: 0.7rem;
}
.user-panel > a {
	position: absolute;
	right: 0;
	margin-right: 5px;
}
[class*="sidebar-light-"] .sidebar a {
	color: #757575;
}
.nav-link {
	padding: .6rem 1rem;
    font-weight: 400;
}
.brand-link{
	text-align: center;
    padding: 5px 0px !important
}
.nav-link.push-menu {
	color: #ddd;
	font-size: 1.3rem;
}
.sidebar {
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	padding-bottom: 100px;
	padding-top: 10px;
}
.nav-sidebar > .nav-item {
	margin-bottom: 7px;
}
.brand-link > .img-logo-mini{
	display: none;
}
.main-footer {
	margin: 0px !important;
	height: 70px !important;
	padding: 14px 0px;
	text-align: center;
	border: 0px;
	background: #fafafa;
}
.layout-fixed .wrapper .sidebar {
	height: calc(100vh - 70px - (3.5rem + 1px)) !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar > .sidebar {
	padding: 8px;
}
.sidebar-mini.sidebar-collapse .main-sidebar > .brand-link > .img-logo {
	display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar > .brand-link > .img-logo-mini {
	display: inline-block;
	height: 30px !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar > .sidebar > .user-panel > .image {
	margin-left: 5px;
}
.sidebar-mini.sidebar-collapse .main-sidebar > .sidebar > .user-panel > a,.sidebar-mini.sidebar-collapse .main-sidebar > .sidebar > .user-panel > .info {
	display: none;
}
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
	width: calc(250px - 1.3rem * 2);
}
.sidebar-dark-maroon .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-maroon .nav-sidebar > .nav-item > .nav-link {
	border: 1px solid #f2f2f2;
    font-weight: 500;
}
.sidebar-dark-maroon .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-maroon .nav-sidebar > .nav-item > .nav-link.active {
	border: none;
}
.nav-sidebar .menu-is-opening > .nav-link i.right, .nav-sidebar .menu-is-opening > .nav-link svg.right, .nav-sidebar .menu-open > .nav-link i.right, .nav-sidebar .menu-open > .nav-link svg.right {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.nav-sidebar .nav-item > .nav-link > p > i {
	margin-top: 3px;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link:focus, 
[class*="sidebar-light-"] .nav-sidebar > .nav-item.menu-open > .nav-link, 
[class*="sidebar-light-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-treeview > .nav-item.menu-open > .nav-link
{
	background-color: rgb(236, 236, 236);
	color: #DF063A;
}
[class*="sidebar-client-"] .nav-sidebar > .nav-item > .nav-treeview > .nav-item.menu-open > .nav-link
{
	background-color: rgb(236, 236, 236);
	color: #2979FF;
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #DF063A;
	color: #fff;
}
[class*="sidebar-client-"] .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #2979FF;
	color: #fff;
}
.nav-treeview > .nav-item > .nav-link > .nav-icon {
	font-size: 0.6rem;
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-treeview {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
    background: #f4f3f3;
}
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-treeview > .nav-item > .nav-link {
	width: calc(250px - (1.3rem * 2));
    font-size: 0.88em;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active, 
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active:hover {
	background-color: transparent;
	color: #DF063A;
	font-weight: bold;
}
[class*="sidebar-client-"] .nav-treeview > .nav-item > .nav-link.active:hover {
	background-color: transparent;
	color: #2979FF;
	font-weight: bold;
}
.nav-link {
	padding: .5rem .5rem;
	font-weight: 400;
}
.page-link, .page-link:hover {
	color: #DF063A;
}
[class*="sidebar-mini-client"] .page-link, .page-link:hover {
	color: #2979FF;
}
.nav-header {
	margin-bottom: 8px;
	margin-top: 17px;
	padding: 12px 20px !important;
	font-weight: 600;
	margin-left: -1.3rem;
	border-top: 1px solid #eee;
	margin-right: -1.3rem;
	color: #DF063A !important;
}
.bg-content-white{
    background-color: white;
    padding: 12px 32px;
}
.title-page{
    font-size: 1.2rem;
}
.subtitle-page{
    font-size: 0.8rem;
    color: #414141;
}
.button-expand {
	margin-top: 10px;
	border: none;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 9px;
	font-size: 0.6rem;
	padding-top: 4px;
	color: #959595;
}
.menu-profile{
    position:fixed !important;
    top:50px !important;
    left:160px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.img-avatar{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.menu-profile > .list-group > .list-group-item {
	padding: .5rem 0.8rem;
	font-size: 11px;
	border: none;
	color: #4f4f4f;
}
.menu-profile > .list-group > .list-group-item > .fa {
    margin-right:10px;
}
.btn:hover {
	box-shadow: #00000069 0px 2px 7px !important;
}
.btn-default, .btn-default:hover, .btn-default:focus {
	background-color: #FFF;
	border-color: #b1b1b1;
	color: #414141;
}
.btn-info, .btn-info:hover, .btn-info:focus {
	background-color: #3A4EC2;
	border-color: #3A4EC2;
	color: white;
}
.btn-success, .btn-success:hover, .btn-success:focus {
	background-color: #00C585;
	border-color: #02a471;
	color: white;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus {
	background-color: #FFA836;
	border-color: #FFA836;
    color: white;
}
.btn-dark, .btn-dark:hover, .btn-dark:focus {
	background-color: #20202A;
	border-color: #000;
    color: white;
}
.btn-danger, .btn-danger:hover, .btn-danger.focus {
	background-color: #DF063A;
	border-color: #DF063A;
	color: white;
}
[class*="sidebar-client-"] .btn-danger, .btn-danger:hover, .btn-danger.focus {
	background-color: #2979FF;
	border-color: #2979FF;
	color: white;
}
.btn-group-sm > .btn, .btn-sm {
	padding: .2rem .6rem;
	font-size: .7rem;
	line-height: 1.5;
	border-radius: .2rem;
    font-weight: 600;
}
.btn-group-xs, .btn-xs {
	padding: .1rem .4rem;
	font-size: .6rem;
	line-height: 1.5;
	border-radius: .15rem;
	font-weight: 600;
}
.btn {
	margin: 0px 4px !important;
	border-radius: 7px !important;
}
.card {
	box-shadow: none;
	border: 1px solid #eee;
}
.card-title {
	font-weight: 600;
    font-size: 1rem;
}
.table, table.dataTable {
	width: 100% !important;
}
table.dataTable {
	margin-bottom: 15px !important;
}
.table thead th {
	border-bottom: none;
	background: #FAFAFA;
	color: #757575;
	font-weight: 600;
	padding: 16px 17px !important;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #eee;
}
.table-bordered {
	border: none;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.table td {
	padding: .7rem;
	color: #414141;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #DF063A;
	border-color: #af164e;
}
[class*="sidebar-mini-client"] .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #2979FF;
	border-color: #2979FF;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination > .previous > .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > .next > .page-link {
	color: #DF063A !important;
	background: #DF063A1A;
	border: 1px solid #DF063A17;
}
[class*="sidebar-mini-client"] div.dataTables_wrapper div.dataTables_paginate ul.pagination > .previous > .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > .next > .page-link {
	color: #2979FF !important;
	background: white;
	border: 1px solid #DF063A17;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination > .previous.disabled > .page-link,
div.dataTables_wrapper div.dataTables_paginate ul.pagination > .next.disabled > .page-link {
	color: #ddd !important;
	background: #fff;
	border: 1px solid #ddd;
}


.page-link {
	padding: .3rem .6rem;
	margin-left: 6px;
	border-radius: 7px !important;
}
.btn > .fa, .btn > .fas {
    margin: 4px 2px;
}
.swal2-icon .swal2-icon-content {
	font-size: 2rem !important;
}
.swal2-icon {
	width: 50px !important;
	height: 50px !important;
	margin-top: 20px !important;
}
.swal2-title {
	font-size: 1.3rem !important;
}
.swal2-html-container {
	font-size: 1rem !important;
}
.swal2-styled {
	font-size: 0.8rem !important;
	width: 80px !important;
	padding: 0.4rem 1rem !important;
	margin: 0px 16px !important;
}
.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
	width: 350px;
}
.swal2-styled.swal2-default-outline:focus {
	box-shadow: none !important;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
	background: rgba(0,0,0,.3) !important;
}
.swal2-cancel {
	background-color: white !important;
	color: #5c5c5c !important;
	border: 1px solid #ddd !important;
}
.swal2-confirm {
	background-color: #DF063A !important;
	color: white !important;
	border: 1px solid #ad164d !important;
}
[class*="sidebar-mini-client"] .swal2-confirm {
	background-color: #2979FF !important;
	color: white !important;
	border: 1px solid #2979FF !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
	width: 4px !important;
	height: 40px !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
	left: 23px !important;
	top: 6px !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
	right: 23px !important;
	top: 6px !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
	top: 1.9em !important;
	left: .6em !important;
	width: 1em !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
	top: 1.5em !important;
	right: 0.2em !important;
	width: 2em !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
	border: .25em solid rgb(165, 220, 134) !important;
}
.form-control {
	height: calc(2rem + 2px);
	padding: .2rem .7rem;
	font-size: 0.8rem;
	border: 1px solid #ddd;
}
.is-required::after {
	content: '*';
	color: #fb1717;
	margin-left: 3px;
}
label:not(.form-check-label):not(.custom-file-label) {
	font-weight: 600;
}
label {
	margin-bottom: .3rem;
}
.custom-select.custom-select-sm.form-control.form-control-sm {
	min-width: 70px;
}
.modal-header {
	background: #DF063A;
	padding: 10px 20px;
}
.modal-title {
	font-size: 0.9rem;
	color: white !important;
}
.modal-title-client {
	font-size: 0.9rem;
	color: black;
	margin-left: 160px;
}
.modal-backdrop.show {
	opacity: .3;
}
.modal-header > .close {
	font-size: 1.5rem;
	color: #fff;
	text-shadow: none;
	opacity: 1 !important;
}
.modal-body {
	padding: 1rem 1.7rem;
}
.modal-dialog .overlay {
	background-color: rgba(0, 0, 0, 0.2);
}
.information-section {
	background: #FFEEBB;
	border: 1px solid #FBD252;
	padding: 1rem;
	border-radius: 5px;
	margin-top: 40px;
}
.information-section a {
    text-decoration: underline !important;
}
.information-section img {
	width: 27px;
	height: 27px;
	margin: 2px 8px;
}
.information-section > .info-content > .info-title, .information-section > .info-content > p {
	color: #B59045 !important;
}
.information-section > .info-content > .info-button {
	background: #B59045;
	color: white;
	border: 1px solid #B59045;
	padding: 4px 12px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 5px;	
	font-size: 0.7rem;
}
.information-section > .info-content > .info-description {
	margin: 0px;
} 
.file-upload,  div > [class*="file-upload-"] {
	display: inline-block;
	background: #20202A;
	color: #fff;
	padding: 6px 14px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 0.7rem;
}
.label-file-upload {
	display: block;
}
.page-title {
	font-size: 1.3rem;
    margin-bottom: 6px !important;
}
.page-title > i.fa {
	font-size: 0.8rem;
	color: #D6D6D6;
}
.breadcrumb-item a {
	color: #3A4EC2 !important;
    font-size: 0.8rem;
}
.breadcrumb-item.active {
	color: inherit !important;
	font-weight: 600 !important;
}
.badge {
	padding: 5px 8px;
	font-weight: 600;
	font-size: 80%;
}
.badge-secondary {
	color: #414141;
	background-color: #fafafa;
	border: 1px solid #ddd;
}
.nav.dataset-wizard {
	background: #3A4EC2;
	box-shadow: 4px 6px 8px #20202A29;
	border-radius: 5px;
    padding: 0px 8px;
}
.nav.dataset-wizard > .nav-item > a {
	color: #f2f2f2;
	font-size: 0.8rem;
	font-weight: 500;
}
.nav.dataset-wizard > .nav-item > a > .circle-step, .nav.dataset-wizard > .nav-item > a > .circle-step-finish {
	background: #fff;
	color: #3A4EC2;
	border-radius: 15px;
	width: 20px;
	display: inline-block;
	height: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	border: 2px solid #8695ed69;
    position: absolute;
}

.nav.dataset-wizard > .nav-item > a.active > .circle-step-finish, .nav.dataset-wizard > .nav-item > a.active > .circle-step {
	border: 2px solid #ffd469 !important;
}
.nav.dataset-wizard > .nav-item > a:hover, .nav.dataset-wizard > .nav-item > a.active {
	color: #ffd56b;
	font-weight: 600;
}
.btn-previous-wizard, .btn-next-wizard, .btn-finish-wizard, .btn-save-wizard {
	font-size: 0.8rem !important;
    display: none;
}

.info-detail {
	margin: 0px;
    padding: 1rem;
	border: 2px dashed #ddd;
}

.info-detail > div > p {
    margin: 0px !important;
}

.login-page{
    display: block;
}

.login-page > .logo > img{
    width:200px;
    height: auto;
    margin: 40px auto;
    display: block;
}
.img-illustration {
	width: 200px;
	margin: 60px auto;
	display: block;
}
.login-content {
	padding-top: 100px;
}

.dataset-wizard > .nav-item > .nav-link {
	padding: 10px !important;
}

.dataset-wizard > .nav-item:not(:last-child) > .nav-link::after {
	content: ' ';
	border-left: 10px solid #dfdfdfa3;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	display: inline-block;
	margin-top: -5px;
	border-radius: 10px;
}

.dataset-wizard > .nav-item:not(:first-child) > .nav-link::before {
	content: ' ';
	border-left: 10px solid #3a4ec2;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	width: 0px;
	height: 0px;
	display: inline-block;
	z-index: 999;
	margin-left: -23px;
	position: absolute;
	margin-top: -5px;
}
.dataset-wizard > .nav-item > .nav-link > .nav-link-title {
	padding: 0px 20px 0px 30px !important;
}

.dataset-wizard-detail > .nav-item > .nav-link > .nav-link-title {
	padding: 0px 20px 0px 10px !important;
}


.tab-survey{
    background: #fafafa;
}
.tab-survey .nav-link{
    padding: 0px;
}
.tab-survey > .nav-item {
    padding: 8px;
}
.tab-survey .nav-link.active {
	color: #db3471;
    background: transparent;
	border-radius: 0px;
}

.tab-survey .nav-link:hover {
	color: #db3471 !important;
}

.tab-survey .nav-link > .circle-step-finish {
	background: transparent;
	width: 20px;
	display: inline-block;
	height: 20px;
	border-radius: 10px;
	padding: 1px 4px;
	font-size: 0.7rem;
	margin-left: 10px;
	border: 1px solid #9e9e9e;
	color: #757575;
}

.tab-survey a.active > .circle-step, .tab-survey a.active > .circle-step-finish, .tab-survey a:hover > .circle-step-finish, .tab-survey a:hover > .circle-step {
	border: 1px solid #DF063A;
	color: #DF063A;
}
.tab-survey a.active > .nav-link-title, .tab-survey a:hover > .nav-link-title {
    color: #DF063A;
    font-weight: 600;
}

.tab-survey .nav-link > .circle-step {
	background: #fff;
	width: 20px;
	display: inline-block;
	height: 20px;
	border-radius: 10px;
	padding: 1px 6px;
	font-size: 0.7rem;
	margin-left: 10px;
	border: 1px solid #414141;
	color: #414141;
}

.tab-survey > .nav-item:not(:last-child) > .nav-link::after {
	content: ' ';
	border-left: 10px solid #dfdfdfa3;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	display: inline-block;
	margin-top: -5px;
	border-radius: 10px;
}

.tab-survey > .nav-item:not(:first-child) > .nav-link::before {
	content: ' ';
	border-left: 10px solid #fafafa;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	width: 0px;
	height: 0px;
	display: inline-block;
	z-index: 999;
	margin-left: -20px;
	position: absolute;
	margin-top: -5px;
}

.tab-survey .nav-link > .nav-link-title{
    padding: 0px 20px 0px 10px !important;
    color: #757575;
}

.badge-success-outline,
.badge-secondary-outline,
.badge-info-outline,
.badge-danger-outline,
.badge-warning-outline
{
    background: #fff;
    font-weight: 400;
}

.badge-success-outline {
    border: 1px solid #28a745;
    color: #28a745;
}
.badge-secondary-outline {
	border: 1px solid #6f6f6f;
	color: #6f6f6f;
}
.badge-info-outline {
    border: 1px solid #17a2b8;
    color: #17a2b8;
}
.badge-warning-outline {
    border: 1px solid #ffc107;
    color: #ffc107;
}
.badge-danger-outline {
    border: 1px solid #DF063A;
    color: #DF063A;
}
div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 0;
	left: unset;
	width: 100%;
	margin: 0px;
	text-align: center;
	padding: 1em 0;
	background: #ffffff;
}
.text-avatar {
	width: 36px;
	display: inline-block;
	height: 36px;
	border: 2px solid #f10c4e;
	text-align: center;
	padding: 7px 0px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #f10c4e;
	background: white;
}
[class*="sidebar-light"] .user-panel {
	border: 1px solid #fc237c26;
	border-radius: 5px;
}
[class*="sidebar-client"] .user-panel {
	border: 1px solid #2979FF;
	border-radius: 5px;
}
.field-avatar {
    display: block;
    text-align: center;
}
.field-avatar > img, .field-avatar > .field-upload {
    margin: auto;
}
.icon-image {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.top-brand-row{
    background: transparent linear-gradient(270deg, #FAFAFA00 0%, #DF063A33 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1000px){
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 250px !important;
    }
}
@media (max-width: 1000px){
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0px !important;
    }
}
[class*="sidebar-light"] .user-panel:hover {
	box-shadow: #00000047 0px 4px 10px;
}
[class*="sidebar-client"] .user-panel:hover {
	box-shadow: #00000047 0px 4px 10px;
}

.border {
	border: 1px solid #EEE !important;
}
.button-filter {
	background: #fff0;
	font-size: 0.8em;
	color: #df063a;
	border: none;
}

.button-filter:hover{
    text-decoration: underline;
}
.soon-label {
	background: #e8b829;
	color: #000;
	padding: 0px 2px;
	border-radius: 5px;
	font-size: 0.6em;
}
.btn-xl {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
    width:450px;    /* Specify your width here */
}