@import url('https://wppluginbox.com/ICONS/icons.css');

/*------------------------------------------------------------------------------*/
        .card-box{
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 12px;
    border-radius:12px;
    }
    
    .nav-card{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
position: sticky;
top:0;
    }
    
    .footer-logo{width:250px;}
    [site-logo="1"]{width:220px;}
    

.loader {
  border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid var(--inj-primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
