.bookmarked {
   color: #ff9800; /* Change color when bookmarked */
}
.course-entry .action-wishlist.bookmarked {
   background: #ff9800 !important;
   color: #fff;
}
.loading-icon {
   animation: spin 1s linear infinite;
}

@keyframes spin {
   from {
       transform: rotate(0deg);
   }
   to {
       transform: rotate(360deg);
   }
}

.subscribe-form input[type="submit"] {
   background-color: #6045ff;
   width: auto;
   margin: 0;
}
.subscribe-form input[type="submit"]:hover {
   background-color: #040210;
}
.cat-icon svg {
    max-width: 80px;
    max-height: 80px;
}

.contact-form .form-group i, .profile-form .form-group i {
    top: 45px;
    z-index: 2;
}

.card.eduxo-card {
    padding: 2.8125rem;
}
.banner-content h1 {
    max-width: 825px;
}
