:root {
  --shadow-color: #989ca2;
  --gg-primary-color: #009b3f;
}

.count-card {
  width: 40rem;
  /* min-width: 20rem; */
}

.core-admin-content-generic {
  width: 95%;
}

/* cards */

.card-primary {
  border: none;
  width: 16rem;
  border-radius: 12px;
  color: black;

  background-color: white;

  transition: all 0.3s ease-out;
  /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 155, 48, 1) 35%, rgba(0, 212, 255, 1) 100%); */
}

.card-border {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border: none;
  border-radius: 6px;
  color: #989ca2;
}

.card-primary:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--shadow-color);
  background: #009b30;
  color: #fff;
}

.card-primary:hover .card-overlay {
  transform: scale(4) translateZ(0);
}

.card-primary:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px pink;
}

.card-primary:hover .cardholder {
  color: white;
}

/* chart js */
.chart-pie-container {
  width: 300px !important;
  /* height: 400px !important; */
}

.total-views-bar-graph {
  width: 300px !important;
  /* height: 700px !important; */
}

.chartMenu {
  height: 40px;
  background: #1a1a1a;
}
.chartMenu p {
  padding: 10px;
  font-size: 20px;
}
.chartCard {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.chartBox {
  width: 500px;
  padding: 15px;
  margin-bottom: 10px;
  background: white;
}

.skeleton-thick-lines-form {
  width: 100%;
  height: 4rem;
  margin-top: 20px;
  border-radius: 0.25rem;
}

.chartBox-extended {
  width: 1000px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  border-radius: 20px;
  border: solid 3px rgba(54, 162, 235, 1);
  background: white;
}

.table-no-horizontal-borders th,
.table-no-horizontal-borders td {
  border-top: none;
  border-bottom: none;
  padding: 8px;
}
.table-no-horizontal-borders th:not(:first-child),
.table-no-horizontal-borders td:not(:first-child) {
  border-left: 2px solid #dee2e6;
}
.table-no-horizontal-borders th:last-child,
.table-no-horizontal-borders td:last-child {
  border-right: none;
}

.remove-border {
  border: none !important;
}
