/* Fix ValidMind logo size and alignment */
@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/static/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* This breaks Font Awesome and all the icons we use — DO NOT UNCOMMENT */
/* Now set via mainfont: Inter in _quarto.yml */
/* body, * {
  font-family: 'Inter', sans-serif !important;
  -webkit-font-smoothing: auto;
}*/

.navbar-brand img {
  height: 100%;
  max-height: 25px;
  margin-top: -10px;
}

.navbar {
  border-bottom: 1px solid #dee2e6;
}

.navbar-nav .dropdown-menu {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  border-radius: 5px; 
  border: 1px solid #222425;
}

.navbar .dropdown-item {
  padding: .2rem .7rem;
}

/*.sidebar .sidebar-navigation {
  background: #faf0f5 !important; 
}*/

.sidebar-navigation .sidebar-divider {
  margin-top: 1rem;
}

.sidebar-item {
  color: #747678;
  padding-top: .3rem;
  line-height: 1.3;
}  

.sidebar-item-container .active {
  position: relative;
}

.sidebar-item-container .active::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  bottom: -0.5rem;
  width: 3px;
  background-color: #de257e;
  margin-left: -0.7rem;
}

div.callout.callout {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  border: 1px solid #222425;
  border-left-color: #de257e;
  background: #faf0f5;
}

.card {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  border-radius: 5px; 
  border: 1px solid #222425;
}

.card-title {
  padding-bottom: 0.2rem;
  font-size: 100%;
  font-weight: bold;
}

.quarto-grid-item .card-text {
  font-size: .8em;
}

/* .figure-img
{
  border: 1px solid #222425; 
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  border-radius: 5px;
  padding: 20px;
} */