/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.navbar-light {	
  background-color: unset !important;
  background-image: url("/upload/admintheme/cuas/images/header_bg.svg"), linear-gradient(90deg,#c5d5dd 0%,#8fb0c4 100%);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  background-position-y: center;
  background-position-y: center;
  background-position-y: 70px;
}

.border-bottom {
  border-bottom: 1px solid #a5bfce !important;
}

.logo-container > img {
  max-height: 70px;
}

.boilerplate .question-title-container {
    background: white;
    color: black;
}


