.white-icon {
    color: #f8f8f8!important;
}

.warning-icon{
    color:#f8d62b;
}

.bg-color-blue{
    background-color: rgb(111 188 255) !important;
}
.bg-color-green{
    background-color: rgb(11 180 28 / 68%) !important;
}

.bg-color-orange{
    background-color: rgb(255 162 0 / 66%) !important;
}

.bg-color-purple{
    background-color: rgb(98 86 217) !important;
}

.smallicon{
    font-size: 30px;
    color: #c6c6c6;
}

.card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0){
    text-transform: none!important;
}

.page-wrapper .page-body-wrapper .page-title .row h3{
    text-transform: none!important;
}

.modulos {
    color:#292929;
  }

.page-wrapper .page-body-wrapper {
    background-image: linear-gradient(to right, #9e00ff29, rgb(98 86 217 / 15%),#dc87fb21);
}

.footer{
    background-image: linear-gradient(to right, #9e00ff29, rgb(98 86 217 / 15%),#dc87fb21);
}

/* SideBar Css */

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
    padding: 23px 30px;
}

.active-bg{
    background-color: #6256d91f;
}

.active-text {
    color: #6256d9!important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li {
    padding: 10px 20px;
}

/* End SideBar CSS */

/* Header CSS */

.left-header .level-menu .nav-link svg {
    stroke: #1f95ff;
}

.left-header .level-menu .nav-link {

    background-color: rgb(133 207 255 / 16%);
    color: #2095ff;
}

/* End Header CSS */

/* Css boostrap tables Cat�logos*/
.scroll-y{height:300px; overflow-y:auto;

}

/* End Css boostrap tables Cat�logos*/

/* Pointers styles */
  .alias {cursor:alias;}
  .all-scroll{cursor:all-scroll;}
  .auto {cursor:auto;}
  .cell {cursor:cell;}
  .context-menu{cursor:context-menu;}
  .col-resize{cursor:col-resize;}
  .copy{cursor:copy;}
  .crosshair{cursor:crosshair;}
  .default{cursor:default;}
  .e-resize{cursor:e-resize;}
  .ew-resize{cursor:ew-resize;}
  .grab{cursor:grab;}
  .grabbing{cursor:grabbing;}
  .help{cursor:help;}
  .move{cursor:move;}
  .n-resize{cursor:n-resize;}
  .ne-resize{cursor:ne-resize;}
  .nesw-resize{cursor:nesw-resize;}
  .ns-resize{cursor:ns-resize;}
  .nw-resize{cursor:nw-resize;}
  .nwse-resize{cursor:nwse-resize;}
  .no-drop{cursor:no-drop;}
  .none{cursor:none;}
  .not-allowed{cursor:not-allowed;}
  .pointer{cursor:pointer;}
  .progress{cursor:progress;}
  .row-resize{cursor:row-resize;}
  .s-resize{cursor:s-resize;}
  .se-resize{cursor:se-resize;}
  .sw-resize{cursor:sw-resize;}
  .text{cursor:text;}
  .url{cursor:url(http://falconmasters.com/img/cursor.gif), auto;}
  .vertical-text{cursor:vertical-text;}
  .w-resize{cursor:w-resize;}
  .wait{cursor:wait;}
  .zoom-in{cursor:zoom-in;}
  .zoom-out{cursor:zoom-out;}

  /* End pointers styles */