
html.semi-dark .sidebar-wrapper,
html.semi-dark .sidebar-wrapper .sidebar-header {

    background-color: #fafafc;

}


html.semi-dark .sidebar-wrapper, 
html.semi-dark .sidebar-wrapper .sidebar-header {

    border-right: 1px solid #fafafc;

}

html.semi-dark .top-header .navbar .searchbar .form-control:focus {
   /* border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)*/
}


html.semi-dark .sidebar-wrapper .sidebar-header {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    color: #fcfcfc;
}


html.semi-dark .sidebar-wrapper .sidebar-header .logo-text,
html.semi-dark .sidebar-wrapper .sidebar-header .toggle-icon {
    color: #5F6366;
}


html.semi-dark .sidebar-wrapper .metismenu .mm-active>a, html.semi-dark .sidebar-wrapper .metismenu a:active, html.semi-dark .sidebar-wrapper .metismenu a:focus, html.semi-dark .sidebar-wrapper .metismenu a:hover {
    color: #1ABE7B;
    font-weight: 500;
    text-decoration: none;
    border-left: 4px solid #1ABE7B;
}

html.semi-dark .sidebar-wrapper .metismenu a {
    color: #8e9093;
}

html.semi-dark .sidebar-wrapper .metismenu ul {
    border: 1px solid #fafafc;
}

html.semi-dark .sidebar-wrapper .sidebar-header img {
    /* filter: invert(1) grayscale(100%) brightness(200%); */
}

html.semi-dark .sidebar-wrapper .simplebar-scrollbar:before {
	background: rgba(255, 255, 255, .4)
}


html.semi-dark .top-header .navbar {
    background-color: #fafafc;
    /*box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);*/
}

html.semi-dark .top-header .navbar .searchbar .form-control {
    background-color: #F0EFF5 !important;
}

a:hover {
	color: #12CB87 !important;
  };


html.semi-dark .top-header .navbar .searchbar .form-control:focus {
    background-color: #fafafc;
    border-color: #86b7fe;
    /*box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)*/
}



.top-header .navbar .searchbar .form-control::placeholder  {
	color: #5F6366;
    opacity: 1 !important;	
}



.bg-card-dark {
    position: relative;
    background-color: #FFFFFF;
    padding: 1px;
    margin: 20px 0;
    color: #000;
    overflow: hidden;
}

.bg-card-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(224, 224, 224, 1), rgba(224, 224, 224, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.bg-card-dark-content {
    position: relative;
    background-color: #FFFFFF;
    z-index: 1;
    padding: 20px; /* Ajuste o padding conforme necessário */
}

html.semi-dark .icon-menu-topo {
  color: #F0EFF5 !important;
}

html.semi-dark .ce-theme-light {
  display: inline;
}



html.semi-dark .page-content {

	background-color: #F0EFF5 !important;
}



html.semi-dark .menu-top {
	background-color: #F0EFF5;
	border-radius: 16px;
	height: 61px;
    color: #5F6366 !important;
}


html.semi-dark .icon-menu-topo {
  color: #5F6366 !important;
}

html.semi-dark .bg-secondary-new {
    background-color: #F0EFF5;
    color: #5F6366 !important;
}


html.semi-dark .sidebar-wrapper .metismenu .mm-active>a, html.semi-dark .sidebar-wrapper .metismenu a:active, html.semi-dark .sidebar-wrapper .metismenu a:focus, html.semi-dark .sidebar-wrapper .metismenu a:hover {
    color: #1ECF8E !important;
    text-decoration: none;
    background: #1ECF8E1F;
    border-radius: 8px;
}


html.semi-dark  .titulo_atalhos {
  color: #5f6366;
}


html.semi-dark  .text-gray-home {
	color: #5F6366B2;
}