@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;600;800;900&display=swap');

:root {
    --animate-duration: 0.3s;
    --animate-delay: 1s;
  }

  


  .card{
    border: none;
    background-color: #fafafa;
    
  }


  #navigation-toggler{
    color: white;
  }



.table{
    border-radius: 4px;
    overflow: hidden;
}
.table tbody tr{
    background: white;
}

.quick-stats .card{
  height: 140px;
}
.stats-title{
    font-weight:bold;font-size: 11px;
}

.stats-title span{
    font-weight:bold;white-space: nowrap;font-size: 18px;
}

.quick-stats .card ul li{
  font-size: 10px;
}


  .icon-container{
    border-radius:50%;padding:10px 5px 0 5px;width:40px;height:40px;background:white;text-align: center;
  }
  .icon-container i{
    font-size: 20px;
  }

  .bg-pink{
    background: rgb(255,82,228);
    background: linear-gradient(0deg, rgba(255,82,228,1) 0%, rgba(255,125,235,1) 100%);
  }

  .bg-pink-dark{
    background: rgb(231, 71, 207);
    background: linear-gradient(0deg, rgb(209, 67, 188) 0%, rgb(242, 86, 218) 100%);
  }

  .bg-pink-light{
    background: rgb(252, 136, 235);
    background: linear-gradient(0deg, rgb(252, 136, 235) 0%, #ffbcf5 100%);
  }

  .text-pink,.text-pink-dark{
    color:rgb(255,82,228);
  }

  .bg-purple{
    background: rgb(138,97,255);
    background: linear-gradient(0deg, rgba(138,97,255,1) 0%, rgba(163,130,255,1) 100%);
  }
  .bg-purple-dark{
    background: rgb(103, 70, 193);
    background: linear-gradient(0deg, rgb(103, 70, 193) 0%, rgb(143, 105, 247) 100%);
  }
  .bg-purple-light{
    background: rgb(163, 130, 255);
    background: linear-gradient(0deg, rgb(163, 130, 255) 0%, rgb(189, 165, 255) 100%);
  }
  .text-purple,.text-purple-dark{
    color:rgb(138,97,255);
  }


  .bg-orange{
    background: #f4a63e;
    background: linear-gradient(0deg, #f4a63e 0%, #efbc75 100%);
  }
  .bg-orange-dark{
    background: #d68d2e;
    background: linear-gradient(0deg, #d68d2e 0%, #eaac55 100%);
  }
  .bg-orange-light{
    background: #f9b762;
    background: linear-gradient(0deg, #f9b762 0%, #ffd191 100%);
  }
  .text-orange,.text-orange-dark{
    color:#f4a63e;
  }


  .bg-yellow-dark{
    background: #f4d33e;
    background: linear-gradient(0deg, #f4d33e 0%, #fade62 100%);
  }
  .bg-yellow{
    background: #ffd92e;
    background: linear-gradient(0deg, #ffd92e 0%, #ffe364 100%);
  }
  .bg-yellow-light{
    background: #fff132;
    background: linear-gradient(0deg, #fff132 0%, #fff787 100%);
  }
  .text-yellow,.text-yellow-dark{
    color:#ffd92e;
  }

  .bg-green-dark{
    background: #52ae1d;
    background: linear-gradient(0deg, #52ae1d 0%, #6bc636 100%);
  }
  .bg-green{
    background: #70e52c;
    background: linear-gradient(0deg, #70e52c 0%, #83f342 100%);
  }
  .bg-green-light{
    background: #83f342;
    background: linear-gradient(0deg, #83f342 0%, #a1ff6b 100%);
  }
  .text-green,.text-green-dark{
    color:#52ae1d;
  }

  

  .bg-blue{
    background: #5cb1e4;
    background: linear-gradient(0deg, #5cb1e4 0%, #59bbd9 100%);
  }
  .bg-blue-dark{
    background: #499bce;
    background: linear-gradient(0deg, #499bce 0%, #6ed3f3 100%);
  }
  .bg-blue-light{
    background: #5cb1e4;
    background: linear-gradient(0deg, #5cb1e4 0%, #6ed3f3 100%);
  }
  .text-blue,.text-blue-dark{
    color:#5cb1e4;
  }




  
  .newBlinking {

    -webkit-animation: NEW-BLINKING 1s infinite;  /* Safari 4+ */
    -moz-animation: NEW-BLINKING 1s infinite;  /* Fx 5+ */
    -o-animation: NEW-BLINKING 1s infinite;  /* Opera 12+ */
    animation: NEW-BLINKING 1s infinite;  /* IE 10+, Fx 29+ */
  }
  
  @-webkit-keyframes NEW-BLINKING {
    0%, 49% {
      background-color: #dcfce7;
      color:#333333;
    }
    50%, 100% {
      background-color: #78d799;
      color:white;
    }
  }

.turbo-progress-bar {
    height: 6px;
    background-color: #45dae9;
  }
.sidebar,.responsive-header {
    background: rgb(48 29 101);
    background: linear-gradient(190deg, rgb(48 29 101) 0%, rgb(78 54 143) 100%);
}
.responsive-logo img {
  margin: 0 !important;
  width: 55px;
}

.main-header #header-logo a{
    padding:0 0 20px 0;
}
#modal-filters{
    background-color: rgba(0, 0, 0, 0.600);
}
.modal-backdrop.show{
    display: none;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
}
 
 .content-top .content-search input[type=search][name=query] {

background: #f8fafc;
}


#main-menu .menu .menu-item .submenu-toggle .submenu-toggle-icon{color:white;}
 

 .text-grey{
     color:#dddddd80 !important;
 }
     #main-menu .menu .menu-icon {
         color: var(--sidebar-menu-icon-color);
         font-size: 17px;
         height: 26px;
         margin-right: 10px;
         margin-top: 3px;
         vertical-align: middle;
         width: 20px;
         color: #ffffff;
     }

     
     #main-menu .menu .submenu a {
         font-weight:200;
         color: #fff;
         padding: 3px 5px 3px 26px;
     }
     #main-menu .menu a{
         font-weight:300;
         font-size:13px;
         color: #ffffff;
     }
     #main-menu .menu .menu-item.active:not(.expanded) .menu-icon, #main-menu .menu .menu-item.active:not(.expanded) a {
color: #ffffff;
}
#main-menu .menu a span{
 
}
#main-menu .menu .menu-item.active a span {
text-decoration: none;
}


#main-menu .menu .menu-item-contents {
    color: white;
    display: block;
    padding: 1px 0;
}

#main-menu .menu .menu-header{
    color: #ddd;
    font-weight: bold;
}
#main-menu .menu .menu-item.active {
    background: #e2e8f054;
}


.btn{
    padding:8px 12px;
}

.btn-primary{
    background:linear-gradient(
        246deg, #2a4fbb 0%, #293a6c 100%);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    padding: 15px;
}


.datagrid thead a, .datagrid thead span{
    font-weight: bold;
}

@media (min-width: 992px){
.content-top {
background: #f8fafc;
}

@media (min-width: 992px){
    body.ea-sidebar-width-compact #main-menu .menu .menu-item:hover .menu-item-contents {
        background: var(--body-bg);
        color: #0b2656;
    }

    body.ea-sidebar-width-compact #main-menu .menu .menu-item:hover .menu-icon {

        color: #0b2656;
    }
}


}
