@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
html, body {
}

html {
    overflow: auto;
    background: rgb(0, 28, 36);
}

body {
  background: url(img/drawing-2-1-square.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
}

tr.table-active, td.table-active {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

tr.table-secondary, td.table-secondary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.tooltip {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
}

.tooltip-inner {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.red {
    color: #fd7e14;
}

footer.footer > div.container {
    margin-top: 40px;
    padding-top: 20px;
}

footer.footer img.partner_logo {
    max-height: 50px;
    max-width: 170px;
}