@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;800&display=swap');
:root {
    --animate-duration: 0.3s;
    --animate-delay: 1s;
  }


  .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: rgb(0,77,168);
  }
.sidebar,.responsive-header {
    background: rgb(0,77,168);
    background: linear-gradient(90deg, rgba(0,77,168,1) 0%, rgba(32,107,196,1) 100%);
}
.responsive-logo img{
    margin: 0 !important;
}

.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: 'Nunito', 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;
    box-shadow: -2px 3px 10px #33333340;
}

.field-collection-item .btn{
    box-shadow: none;
}

.btn-primary {
    background: linear-gradient(-90deg, #58bbfa 0%, #3a47d5 100%);
    border: none;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    padding: 15px;
}

.card {
    border: none;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    margin-bottom: 10px;
}

.content-top {
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
}



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

@media (min-width: 992px){
.content-top {
background: #f8fafc;
position: relative;
z-index: 99999;
}

@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;
    }
}


}
