div#global.facebook > div {
    flex: 1 0 15%;
}

body * {
  font-family: "Mukta";
}
.dashboard-banner-inner img {
  width: 200px;
  max-height: 150px;
  object-fit: contain;
  transition: all .5s ease;
}

.navbar-fixed-top .dashboard-banner-inner img {
  width: 100px;
}

.navbar-fixed-top.dashboard-banner{
  padding: 10px;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}

.loader::before {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  z-index: 2;
  content: "";
  position: absolute;
  opacity: 0.5;
}

body.thinking .loader {
  transition: all 0.5s ease 400ms;
  opacity: 1;
}

.lds-ripple {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 5;
  transform: translate(-50%, -50%) rotateY(176deg);
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid white;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

#primary {
  /* background: whitesmoke; */
}
.dashboard-outer {
  margin: 0px auto;
  border-radius: 0px;
  padding-top: 170px;
}

.dashboard-banner p {
  text-align: center;
  margin: 0;
}

.dashboard-banner {
  margin-bottom: 20px;
  background: var(--color3);
  padding: 15px 0px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

.dashboard-head {
  flex-grow: 1;
}

.dashboard-filter {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
}

.dashboard-filter input {
    flex-grow: 1;
    background: #ffffff22;
    border: 1px solid #000;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    transition: all .5s ease;
}

a#go {
  flex: 0 0 50px;
  text-align: center;
  background: var(--color2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  cursor: pointer;
}



.dashboard-row-title {
  text-align: center;
  /* background: white; */
  /* padding: 10px; */
  margin-bottom: 10px;
  border-radius: 7px;
}

.dashboard-row-title .subtitle {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}

.twocol-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.twocol-wrapper .scroller-outer {
    flex-grow: 1;
}

div#global {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

div#top, div#top2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  width: 300px;
}

div#top > div .block-text, div#top2 > div .block-text {
    text-align: center;
    flex-grow: 0;
}

div#global > div, div#top > div, div#top2 > div {
  flex: 1 0 20%;
  text-align: center;
  background: white;
  padding: 20px 20px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}


div#top > div, div#top2 > div {
  flex: 1 0 auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

div#global > div p, div#top > div p, div#top2 > div p {
  margin: 0;
  font-weight: 400;
}

.block-title p {
  font-weight: bold;
}

.dashboard-row {
  margin-bottom: 20px;
}

.scroller-outer {
  background: white;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 7px;
  overflow: hidden;
}

.scroller {
  max-height: 400px;
  overflow-y: scroll;
}

.dashboard-row table {
  width: 100%;
  border-spacing: 0px;
  font-size: 14px;
  min-width: 700px;
}

.dashboard-row tbody {
  height: 200px;
  overflow-y: scroll;
}

table tr:nth-child(2n) {
  background: whitesmoke;
}

table thead tr {
  background: white;
  color: var(--color1);
  font-weight: bold;
}

td {
  padding: 6px 10px;
}

thead {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}


.circle-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
}

.progress-ring {
  transform: rotate(-90deg);
}

.ring-bg {
  fill: none;
  stroke: var(--color2);
  stroke-width: 10px;
  opacity: 0.5;
}

.ring-fill {
  fill: none;
  stroke: var(--color2);
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-dasharray: 282.74; /* Circumference: 2 * π * r (r = 90) */
  stroke-dashoffset: 282.74;
  transition: stroke-dashoffset 0.3s ease;
}

.counter-text {
  font-weight: bold;
  color: #333;
  font-size: 32px;
  margin: 0;
  line-height: 32px;
}

.circle-wrapper .counter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--color2);
}

.twocol-wrapper .scroller {
  max-height: 500px;
}

#proranktracker .twocol-wrapper .scroller{
  max-height: 480px;
}

.block-target {
  margin-top: 10px;
  background: whitesmoke;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0px;
}

.graph-wrapper {
  text-align: center;
  background: white;
  padding: 40px 20px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block.half.alt {
  --color2: var(--color1);
}

.graph-wrapper canvas {
  max-width: 100%;
  height: auto !important;
}

.dashboard-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.block-text {
    flex-grow: 1;
    text-align: left;
}

.block-title {
    color: #aaa;
    font-weight: 400;
}

#page{
  background: whitesmoke;
}

canvas#activeUsersChart {
  background: white;
  padding: 10px;
  border-radius: 7px;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
}


.dashboard-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dashboard-row {
  flex: 0 0 100%;
  width: 100%;
}

.dashboard-row.half {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.dashboard-row.canvas {
  display: flex;
  flex-direction: column;
}

.canvas-outer {
  flex-grow: 1;
}

.dashboard-wrapper > .row-container {
  padding: 0;
}

tr.total {
  background: var(--color1);
  color: white;
}

@media(max-width: 1024px){
  .dashboard-row.half{
    width: 100%;
    flex: 0 0 100%;
  }
  .dashboard-banner {
    position: relative;
}

.dashboard-banner-inner {
    flex-direction: column;
    gap: 20px;
}

  .twocol-wrapper {
    flex-direction: column-reverse;
}

div#top, div#top2 {
    flex-direction: column;
    width: 100%;
}

  main#primary {
      padding: 0;
  }
  
  .dashboard-outer {
      border-radius: 0;
      padding: 20px;
  }

  .title{
      font-size: 28px;
      line-height: 36px;
  }

  .dashboard-row-title .subtitle{
      font-size: 20px;
      line-height: 24px;
  }
}

@media(max-width: 540px){
  .dashboard-filter {
      flex-direction: column;
  }
  div#top, div#top2{
    flex-direction: column;
  }
}

