

:root {
 --new-users-color: #4CAF50; 
--returning-users-color: #2196F3;
}



.scr-6-grid{
--w:368px;
--n:6;
display:grid;
grid-template-columns: repeat(auto-fit, minmax(
    clamp(100% / (var(--n) + 1) + 0.1%, var(--w), 100%), 1fr));
gap:30px;margin:20px auto;grid-auto-rows:1fr;max-width: 1450px}


.scr-grid{
--w:368px;
--n:2;
display:grid;
grid-template-columns: repeat(auto-fit, minmax(
    clamp(100% / (var(--n) + 1) + 0.1%, var(--w), 100%), 1fr));
gap:30px;margin:20px auto;grid-auto-rows:1fr;max-width: 1450px}

.scr-6-grid .scr-grid-item {background:#e9060626;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px}
.scr-6-grid h2{font-size:15px;text-align:center;padding:0;margin:0;margin-bottom:15px}

.returning-users{position: relative;right: -200px;top: -30px;}
.scr-container{width:clamp(80%, 85%, 90%);margin: 0 auto;}
.scr-flex{display: flex;justify-content: space-between;}

.scr-new-user-color-box{background-color: var(--new-users-color)}
.scr-returning-user-color-box{background-color: var(--returning-users-color);}
.scr-color-box{display: inline-block;width: 50px;height:50px}

.scr-donut {
  position: relative;
  width: 260px;
  height:260px;
  border-radius: 50%;
  background: conic-gradient(
    var(--new-users-color) calc(var(--new-users) * 1%),
    var(--returning-users-color) 0
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.scr-donut::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  background: white;
  border-radius: 50%;
}

.scr-donut-text {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.scr-donut-text span {
  display: block;
  font-size: 20px;
}


/*.donut {
  position: relative;
  width: 200px;
  height: 200px;
  left:150px;
}

.donut-default {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
    left: -62px;
}

.donut-white {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.donut-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.donut-text {
  top: 25px;
  left: 25px;
  width: 150px;
  height: 150px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.donut-text span {
  color: #48b2c1;
}


.instalment1 .donut-case {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #48b2c1;
  position: absolute;
  top: 0;
  left: 0;
  background-clip: border-box;
  overflow: hidden;
}

.instalment1 .donut-case::before {
  content: "";
  clip: rect(0 200px 100px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
  background: #cbcb41;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instalment1 .donut-case::after {
  content: "";
  clip: rect(0 100px 200px 0);
  -webkit-transform: rotate(327.6deg);
  transform: rotate(360deg);
  background: #cbcb41;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instalment1 .donut-line::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: -25px;
  left: 50%;
  background: #fff;
  z-index: 2;
}

.instalment1 .donut-line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 25px;
  background: #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
}
*/
.reports-list {
    margin: 20px 0;
}

.report {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.report h2 {
    margin: 0 0 10px;
}

.report p {
    margin: 0 0 5px;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.pagination .current-page {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
}
