@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');

.font-sans {
  font-family: 'Roboto', sans-serif !important;
}
.table td {
  font-weight: normal;
  font-size: 90%;
}

body.nova-auth {
  font-family: 'Roboto', sans-serif;
  background-image: url(../img/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
body.front {
  background: #eeeef0 url('../img/logo.png') no-repeat center center fixed;
  background-size: 30%;
}

.card-panel {
}
.card .content_card p {
  font-size: 14px;
  padding: 5px 0;
}

:root {
  --primary: rgb(73, 115, 131);
  --primary-dark: rgb(61, 86, 94);
  --primary-70: rgb(73, 115, 131, 0.7);
  --primary-50: rgb(73, 115, 131, 0.5);
  --primary-30: rgb(73, 115, 131, 0.3);
  --primary-10: rgb(73, 115, 131, 0.1);
  --logo: rgb(73, 115, 131);
  --sidebar-icon: #fff;
}

.bg-grad-sidebar {
    background: rgb(76,76,76,1);

}

.bg-logo img {
  height: 50px;
  margin: 0 auto;
}

.nova-auth img {
  height: 100px;
  margin: 0 auto;
}

.list-reset.resources-only .pt-4 {
  padding-top: 0.4rem !important;
}

/* Details page */
div[dusk="order-items-index-component"] input[dusk$="-checkbox"],
div[dusk="order-items-index-component"] div[dusk="select-all-dropdown"],
div[dusk="statistic-orders-index-component"] input[dusk$="-checkbox"],
div[dusk="statistic-orders-index-component"] div[dusk="select-all-dropdown"],
div[dusk="statistic-products-index-component"] input[dusk$="-checkbox"],
div[dusk="statistic-products-index-component"] div[dusk="select-all-dropdown"],
div[dusk="data-captures-index-component"] input[dusk$="-checkbox"],
div[dusk="data-captures-index-component"] div[dusk="select-all-dropdown"],
div[dusk="measures-index-component"] input[dusk$="-checkbox"],
div[dusk="measures-index-component"] div[dusk="select-all-dropdown"]
{
  display: none !important;
}