/*
Theme Name: EULiST Digital Campus
Author: NTUA- Pispidikis Ioannis
Description: A custom theme with React integration.
Version: 1.0
*/

.custom-help-button {
    font-weight: bold;
    color: #0073aa !important;
    text-decoration: none;
}

.custom-help-button:hover {
    color: #005177 !important;
}

body{
  margin: -32px 0px 0px 0px !important;
  /* margin: 0 !important; */
}



.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  
  .logo {
    display: flex;
    align-items: center;
  }
  
  .logo img {
    height: 10vh;
    margin-right: 10px;
  }
  
  .menu .nav-link {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 12px;
    border: 1px solid #3a15b2;
    color: #3a15b2;
    text-decoration: none;
    border-radius: 5px;
    padding: 6px !important;

  }
  
  .menu .nav-link:hover {
    background-color: #3a15b2;
    color: white;
  }
  
  .menu .nav-link.active {
    background-color: #3a15b2;
    color: white;
  }

