@font-face {
  font-family: 'DMSans';
  src:  url('fonts/DMSans-Bold.ttf') format('ttf');
}

html * {
  font-family: Lato, sans-serif;
}

label h6, .control-label {
  font-family: DMSans !important;
}

.sidebar-menu li a span:not(.text) {
  font-family: DMSans !important;
}

li a p {
  font-family: DMSans !important;
}

.nav-tabs li a {
  font-family: DMSans !important;
}

h3, h4 span {
  font-family: DMSans !important;
}

#sensitivity_plots {
  display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.custom_menu {
  background-color: #004c80;
}

.skin-blue .main-header .navbar, .skin-blue .main-header .logo {
    background-color: #004c80 !important;
}

.col-sm-4:has(> .bg-navy) {
  margin-bottom: 20px;
}

.sidebar-menu li:last-of-type {
   margin-bottom: 60px;
}


.bg-navy {
  display: flex;
    flex-direction: column;
    justify-content: center;
}

#UK_dash_map-map {
  min-height: 550px;
  height:100% !important;
}

.shiny-html-output .col-sm-4 .shiny-bound-output {
  height: auto;
}

.small-box {
  height:100%;
}

            .rank-list {
                display: flex;
                flex: 0 0 auto !important;
                flex-wrap: wrap;
                gap: 5px;
                padding: 10px;
                border: 1px solid #ddd;
                min-height: 50px;
                background-color: #f9f9f9;
            }
            .rank-list div {
                display: inline-block;
                padding: 5px 10px;
                background-color: #e1f5fe;
                border: 1px solid #039be5;
                border-radius: 5px;
                cursor: grab;
                white-space: nowrap;
                margin: 2px;
            }
            .sortable-selected {
                background-color: #ffcc80 !important;
                border: 1px solid #ff9800 !important;
            }
            
            .nav li a.disabled {
              background-color: #aaa !important;
              color: #333 !important;
              cursor: not-allowed !important;
              border-color: #aaa !important;
              
            }

/* .inner p {
  position:absolute;
  bottom:0;
} */

