@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Voltaire&display=swap');
/* @media only screen
  and (min-device-width: 820px)
  and (max-device-width: 1180px)
  and (-webkit-min-device-pixel-ratio: 2) {
    body {
        zoom: 0.6;
    }
} */

.im {
  position: relative;
  overflow: hidden;
  /* width: 205px - 2px;
    height: 135px - 2px; */
  margin: 0 auto;
  background: #121212;
  /* transform: scale(1); */
}

.rvb-margin {
  margin-top: 20px;
}

.mededeling-inhoud ul {
  margin-top: 15px;
  margin-bottom: 0px;
}


.errors {
  z-index: 10;
  position: absolute;
  left: 10px;
  top: 10px;
}

.tasks {
  z-index: 11;
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgb(179, 179, 179);
}

.im__icon {
  position: absolute;
  /* top: -1px;
    left: -1px; */
  z-index: 1;
  width: 205px;
  height: 180px;
  fill: #121212;
}

.im__fill {
  width: 205px;
  margin-top: -180px;
  height: 180px;
  background: #121212;
  animation: fillUp 1.8s ease-in-out infinite;
}

@keyframes fillUp {
  0% {
    transform: translate(0, 180px);
  }

  100% {
    transform: translate(0, -180px);
  }
}

.x-reset-container {
  display: flex;
  align-items: center;
  /* padding: 50px; */
  height: 100vh;
}

/*
html,
body {
    height: 100%;
} */

html {
  overflow: hidden;
}

html,
body,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

body {
  background-color: #121212;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 0.75em;
}

main {
  margin: 20px;
}

h1,
h2 {
  text-transform: uppercase;
}

h3 {
  font-size: 1.4em;
  text-transform: uppercase;
}

.details {
  display: grid;
  grid-template-columns: 30% auto;
}

.charts {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  grid-gap: 20px;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.bar-chart {
  margin-top: 10px;
}

.charts .single-chart {
  margin-top: 0.3rem;
}

.chart-container {
  margin-bottom: 1.8rem;
  padding: 0px 30px;
  display: flex;
}

/*grid voor top partners scorebord */

.top-partners {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  zoom: 0.87;
  /* grid-template-rows: 45% auto; */
}

/* .top-partners .b {
  grid-column: 2 / span 2;
  grid-row: 1;
} */

/* .top-partners .c {
  grid-column: 3;
  grid-row: 2;
} */

.generic-advertiser h1,
.generic-advertiser .row-vertical {
  background-color: rgb(31, 31, 31);
}

.top-partners .a {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.top-partners .d {
  grid-column: 3;
  grid-row: 2;
}

.top-partners .e {
  grid-column: 4;
  grid-row: 1 / span 2;
}

/*grid voor laatste sales scorebord */

.laatste-sales {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
  height: 100vh;
  zoom: 0.87;
}

.laatste-sales .b {
  display: grid;
  grid-template-rows: auto auto 30%;
  background: none;
}

.laatste-sales .b1 {
  grid-column: 1;
  grid-row: 1;
  /* # margin: 0 0 10px 0; */
}

.laatste-sales .b2 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}

.b .revenue-widget,
.b2 .revenue-widget {
  display: grid;
  grid-template-columns: 39% 59%;
  height: 100%;
  justify-content: space-between;
}
/*
.top-partners .revenue-widget {
  margin-bottom: 35px;
} */

.revenue-widget .col-header {
  align-items: start;
  grid-template-columns: auto;
  grid-auto-flow: row;
}

.top-partners .b .b2-1,
.laatste-sales .b2 .b2-1 {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-rows: auto 65%;
}

/* .top-partners .b2-1 {
  margin-right: 15px;
} */

.top-partners .b2-1,
.top-partners .b2-2 {
  background-color: #1f1f1f;
}

.top-partners .b .b2-2,
.laatste-sales .b2 .b2-2 {
  grid-column: 2;
  grid-row: 1;
  /* display: grid; */
}

.laatste-sales .b3 {
  grid-column: 1;
  grid-row: 3;
  /* margin: 10px 0 0 0; */
}

.team-content {
  display: grid;
  grid-template-columns: 15% 15% 15% 15% 30% auto;
}

/*grid voor vestigingen scorebord */

.vestiging {
  display: grid;
  grid-template-columns: 33% auto 33%;
  grid-template-rows: 33% 33% 33%;
  grid-gap: 30px;
  height: 84vh;
}


.vestigingall {
  display: flex;
  height: 84vh;
  justify-content: space-between;
}


.vestigingall .tcol {
    display: flex;
    flex-direction: column;
    width: 33%;
    justify-content: space-between;
}

.vestigingall .target-center {
  padding: 8px 10px;
}




.achart {
  margin-top: 30px;
}

.vestiging .a1 {
  grid-column: 1;
}

.vestiging .a2 {
  grid-column: 1;
  grid-row: 2;
  overflow: hidden;
}

.vestiging .a3 {
  grid-column: 1;
  grid-row: 3;
}

.vestiging .a4 {
  grid-column: 1;
  grid-row: 4;
}

.vestiging .b {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  grid-template-rows: 45% auto;
  gap: 15px 0;
  background-color: rgb(31, 31, 31);
}

.vestiging .c1 {
  grid-column: 3;
  grid-row: 1 / span 3;
}

/* grid voor charity */

.charity {
  display: grid;
  grid-template-columns: 33% auto 33%;
  grid-template-rows: 10% auto 10%;
  grid-gap: 30px;
  height: 84vh;
}

.higlight-count {
  font-size: 2rem;
}

.charity .block {
  text-align: center;
}

.charity .block .single-chart {
  margin: auto;
}

.charity .full-block {
  grid-column: 1 / span 3;
}

.charity .full-block .vert-align-wrap,
.charity .block .vert-align-wrap {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 100%;
}

.charity .block .vert-align-wrap .margin-top-min50 {
  margin-top: -6rem;
}

.block,
.laatste-sales .b2-1,
.laatste-sales .b2-2 {
  background-color: rgb(31, 31, 31);
  /* background-color: #121212; */
  /* margin: 10px; */
}

.top-partners .block {
  background: none;
}

.laatste-sales .b2-1 {
  margin-right: 30px;
}

.laatste-sales .b2.block {
  background: none;
}

.top-partners .block.last{
  align-content: start;
}

.top-partners .block {
  display: grid;
  margin: 0px 10px;
  align-content: space-between;
}



/* .top-partners .b.block {
  background: none;
  display: grid;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: start;
} */
  /* margin-bottom: 18px; */
  /* grid-template-columns: 65% 35%;
}*/

.top-partners .a {
  background-color: rgb(31, 31, 31);
}

.top-partners .e {
  background-color: rgb(31, 31, 31);
}

.top-partners .award {
  padding: 0px 6px;
}

.top-partners .award-logo,
.vestiging .award-logo{
  background-color: rgb(255, 255, 255);
  color: black;
  font-weight: 800;
  text-align: center;
}

.top-partners .champion-logo,
.vestiging .champion-logo{
  background-image: url('/img/champion.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.top-partners .diamond-logo,
.vestiging .diamond-logo{
  background-image: url('/img/diamond.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.col-header {
  padding: 8px 10px;
  grid-auto-flow: column;
  grid-template-columns: auto 9% 9% 10%;
  display: grid;
  align-items: end;
}

.team-cherries .row-vertical .col-header {
  grid-template-columns: auto 20% 20% 20%;
}

.team-cherries .row-vertical .col-header.cmlt{
  grid-template-columns: auto;
  align-items: start;
}


.vestiging .col-header {
  grid-template-columns: auto 11% 11% 11%;
}

.details .col-header {
  grid-template-columns: auto 30% 30%;
}

.details {
  padding: 25px;
  grid-template-rows: 20% 20% 20% 20% 20%;
  grid-gap: 25px;
  height: 80vh;
}

.details .a1 {
  padding-bottom: 25px;
  grid-column: 1;
  grid-row: 1 / span 5;
}

.details .b1 {
  padding: 15px;
  grid-column: 2;
}

.details .a1 h4 {
  margin: 50px 10px 20px 10px;
}

.laatste-sales .b2 .col-header {
  display: block;
}

.col-header2 {
  padding: 15px 10px;
}

.row-vertical .col-header {
  grid-template-columns: auto 20% 20% 20%;
  padding: 6px 6px;
}

.header-orange {
  background-color: var(--brand-main);
  text-align: center;
  padding: 10px;
}

.header-tabs {
  grid-template-columns: 25% 25% 25% 25%;
}

.header-tabs h1 {
  opacity: 0.25;
}

.header-tabs .active {
  opacity: 1;
}

.revenue-today,
.revenue-week,
.revenue-month,
.revenue-quarter
{
  text-align: right;
}

.row-partners {
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.25);
  padding: 10px;
  grid-auto-flow: column;
  grid-template-columns: 4% auto 7% 7% 8% 8% 7% 9% 10%;
  display: grid;
  height: 1.3em;
  border-left: 5px solid rgba(112, 112, 112, 0.25);
  background-color: #1f1f1f;
}

.vestiging .row-partners {
  grid-template-columns: 4% auto 7% 7% 8% 7% 10% 11% 11%;
}

.row-partners .name {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compliance {
  text-align: right;
}

.row-partners .compliance-pos,
.row-sales .compliance-pos,
h1.compliance-pos {
  color: #45e4bf;
}

.row-partners .compliance-med,
.row-sales .compliance-med,
h1.compliance-med {
  color: var(--warning);
}

.row-partners .compliance-neg,
.row-sales .compliance-neg,
h1.compliance-neg {
  color: var(--error);
}

.row-sales.less-cols {
  grid-template-columns: 8% auto 6% 6% 46%;
}

.row-sales {
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.25);
  padding: 10px;
  grid-auto-flow: column;
  grid-template-columns: 8% auto 6% 6% 4% 46%;
  display: grid;
  height: 1.4em;
  font-size: 1.5em;
  border-left: 5px solid rgba(112, 112, 112, 0.25);
}

.row-sales .revenue-sale {
  text-align: right;
}

.row-sales img {
  width: 25px;
  margin-left: 12px;
}




.row-sales .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-highlight {
  display: grid;
  grid-template-columns: 10% 5% auto 28%;
  padding: 0 0 20px 20px;
  grid-gap: 0.5rem;
}

.birthdays .partner-foto,
.row-highlight .partner-foto,
.reviews .partner-foto {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-size: 5.5em;
  font-family: Voltaire;
}

.improvers-brand-circle {
  background-color: #184296;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.certified-brand-circle {
  background-color: #45e4bf;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('https://improvers-prod-images-bucket.s3.eu-central-1.amazonaws.com/logo/rgb_certified_beeldmerk_white.svg');
}

.cherries-brand-circle {
  background-color: #8B62BE;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-image: url('https://improvers-prod-images-bucket.s3.eu-central-1.amazonaws.com/logo/rgb_cherries_beeldmerk_square_white.svg');
}

.partner-foto.blue {
  background-color: var(--brand-main);
}

.partner-foto.mint {
  background-color: var(--success);
  /* background-image: url('https://improvers-prod-images-bucket.s3.eu-central-1.amazonaws.com/logo/rgb_cherries_beeldmerk_square_white.svg'); */
}

.partner-foto.orange {
  background-color: var(--warning);
}

.partner-foto.salsa {
  background-color: var(--error);
}

.row-highlight .name {
  grid-column: 2 / span 2;
  grid-row: 1;
  font-size: 3em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-highlight .logo {
  grid-column: 2;
  grid-row: 2;
  width: 50px;
}

.row-highlight .advertiser {
  grid-column: 3;
  grid-row: 2;
  font-size: 2.8em;
}

.row-highlight .time {
  grid-column: 2;
  grid-row: 3;
  font-size: 1.7em;
}

.row-highlight .product {
  grid-column: 3 / span 2;
  grid-row: 3;
  font-size: 1.4em;
  width: 96%;
  align-self: center;
}

.row-highlight .revenue-sale {
  grid-column: 4;
  grid-row: 1 / span 3;
  font-size: 5em;
  font-weight: 700;
  color: var(--brand-secondary);
  text-align: center;
}

.row-vertical {
  padding: 0 0 5px 0;
}

.row-adverteerder {
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.25);
  padding: 6px 6px;
  grid-auto-flow: column;
  grid-template-columns: 6% auto 20% 20% 20%;
  display: grid;
  height: 1.3em;
  font-size: 1.35em;
}

.row-adverteerder .logo {
  width: 24px;
}

.row-sales img {
  width: 25px;
  margin-right: 10px;
}

.targets {
  padding: 10px 10px 25px 10px;
}

.targets .row-targets {
  display: grid;
  grid-template-columns: auto 20%;
  align-items: center;
  padding: 10px 0;
}

.targets .row-targets .target {
  text-align: right;
  font-weight: 600;
}

.team-target-revenue-today {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-chart {
  width: 165px;
  padding: 15px;
}

.top-partners .single-chart {
  width: 175px;
}

.top-partners {
  max-height: 85%;
}

.circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  opacity: 0.1;
}

.circle {
  fill: none;
  stroke-width: 4;
  background-color: rgba(44, 44, 44, 0.5);
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart .circle {
  stroke: var(--brand-main);
}

.percentage {
  fill: var(--brand-secondary);
  text-anchor: middle;
  font-size: 0.75em;
  font-weight: 700;
}

.progress {
  height: 25px;
}

.progress .bar {
  width: 100%;
  background-color: rgba(225, 225, 225, 0.1);
  border-radius: 5px;
  height: 100%;
}

.progress .bar .fill {
  width: 60%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--brand-main);
}

.progress .bar .fill p {
  line-height: 6em;
  text-align: right;
  font-weight: 600;
  margin-right: -30px;
}

.mededeling-inhoud {
  padding: 31px;
  /* font-family: playfair-display, serif; */
  font-size: 1.8em;
  text-align: center;
}

.top-partners .mededeling-inhoud {
  background-color: rgba(44, 44, 44, 0.5);
}

.b2-2 .revenue-overview {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 15px 10px 20px 10px;
  text-align: center;
  justify-items: center;
  /* align-items: center; */
}

.revenue-overview {
  text-align: center;
}

.revenue-day.total {
  font-size: 4em;
  font-weight: 700;
  color:var(--text);
  padding-top: 25px;
}

.omzet-day .omzet,
.omzet-week .omzet,
.omzet-month .omzet {
  font-size: 2em;
  font-weight: 700;
  color: var(--brand-secondary);
}

.birthdays {
  padding: 20px 10px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2rem;
}

.birthday-card {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-template-rows: 100%;
  align-items: center;
}

.birthdays .partner-foto,
.birthdays img {
  width: 80px;
  height: 80px;
  justify-self: center;
  border-radius: 50%;
  font-size: 4.5em;
}

/*Blauwe footer balk */

footer {
  background-color: var(--brand-main);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 65px;
  z-index: 100;
  display: grid;
  grid-template-columns: 200px auto 200px;
  align-items: center;
}

footer .footer-start-block {
  background-color:var(--brand-main);
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  box-shadow: 10px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

footer .footer-start-block img {
  width: 120px;
}

footer .footer-content {
  padding: 0 40px;
}

footer .footer-content p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.6em;
  animation: floatText 240s infinite linear;
}

footer .footer-content p span {
  padding: 0 40px;
  line-height: 2;
}

footer .footer-content p span img {
  width: 30px;
  margin-top: 15px;
  opacity: 0.6;
}

footer .footer-content p span svg {
  fill: var(--brand-contrast);
}

footer .footer-end-block {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  justify-content: center;
  height: 65px;
  box-shadow: -8px -1px 6px 0 rgba(0, 0, 0, 0.16);
  font-weight: 600;
  font-size: 1.5em;
  padding: 0 40px;
  background-color: var(--brand-main);
  right: 0;
  position: absolute;
}

@keyframes floatText {
  to {
    transform: translateX(-75%);
  }
}

footer .footer-end-block img {
  width: 30px;
  margin-left: 15px;
}

.list-partner-item {
  transition: all 1s;
}

.list-partner-enter-from {
  opacity: 0;
  transform: translateY(10px);
}

.list-partner-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}

.list-partner-leave-active {
  position: absolute;
}

.product {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-compliance-pos {
  border-left: 5px solid var(--success);
}

.row-compliance-med {
  border-left: 5px solid var(--warning);
}

.row-compliance-neg {
  border-left: 5px solid var(--error);
}

.rightwrap {
  position: relative;
}

.block-wrapper {
  position: relative;
}

/* .block-abs {
    position: absolute;
    height: 100%;
    width: 100%;
} */

.b-slide {
  display: grid;
  /* margin-right: 30px; */
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  grid-gap: 30px;
}

.revenue,
.revenue-target {
  font-size: 2.2em;
}

.scope {
  font-size: 1.4em;
}

/* .scope {
    font-size: 2em;
} */

.revenue-target {
  color: var(--brand-secondary);
}

.revenue-overview p {
  font-size: 1.5em;
}

.recent.b,
.recent.c {
  position: absolute;
  width: 100%;
  height: 100%;
}



.laatste-sales .c {
  display: grid;
  background: none;
}

.slide-left-enter-from {
  opacity: 0.2;
  transform: translate(0em, 0em);
}

.slide-left-enter-to {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left-leave-from {
  opacity: 0.3;
  transform: translate(0, 0);
}

.slide-left-leave-to {
  opacity: 0;
  transform: translate(0em, 5em);
}

.slide-left-enter-active {
  transition-duration: 1.5s;
  transition-property: height, opacity, transform;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.2, 0.2);
  overflow: hidden;
}

.slide-left-leave-active {
  transition-duration: 1.5s;
  transition-property: height, opacity, transform;
  transition-timing-function: cubic-bezier(0.5, 1, 0.32, 1);
  overflow: hidden;
}

.tab-slide-enter-from {
  opacity: 0.2;
  transform: translate(0em, 0em);
}

.tab-slide-enter-to {
  opacity: 1;
  transform: translate(0, 0);
}

.tab-slide-leave-from {
  opacity: 0.3;
  transform: translate(0, 0);
}

.tab-slide-leave-to {
  opacity: 0;
  transform: translate(0em, 0em);
}

.tab-slide-enter-active {
  transition-duration: 1s;
  transition-property: height, opacity, transform;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.2, 0.2);
  overflow: hidden;
}

.tab-slide-leave-active {
  transition-duration: 1s;
  transition-property: height, opacity, transform;
  transition-timing-function: cubic-bezier(0.5, 1, 0.32, 1);
  overflow: hidden;
}

.slide-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* .item{
  position: relative;
} */

/* .top-partners .block.c {
  display: grid;
  align-content: start;
} */

/* .header-tabs {
  padding: 20px 10px 10px 10px;
} */

.legend {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  float: left;
}

.revenue-current-week .legend {
  background: var(--brand-main);
}

.revenue-last-week .legend {
  background: var(--brand-secondary)
}

.revenue-current-week,
.revenue-last-week {
  line-height: 1em;
}

.scale {
  flex: 1;
  text-align: right;
}

.bar-chart {
  flex: 5;
  display: table;
  table-layout: fixed;
  width: 95%;
  margin: 0 auto;
  padding-left: 0;
  /* padding: 0px 10px; */
  border-left: solid 0.7px;
  border-bottom: solid 0.7px;
  margin-left: 10px;
}

.bar-chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 180px;
}

.bar-chart li.current-week {
  padding-left: 5px;
}

.bar-chart li.past-week {
  padding-right: 5px;
}

.bar-chart span {
  margin: 0 0.1em;
  display: block;
  /* animation: draw 1s ease-in-out; */
}

@keyframes draw {
  0% {
    height: 0;
  }
}

.bar-chart .current-week span {
  background: var(--brand-secondary)
}

.bar-chart .past-week span {
  background: var(--brand-main);
}

.bw .bar-chart span:before {
  margin-left: 50%;
}

.bar-chart span:before {
  position: absolute;
  top: 100%;
  content: attr(title);
  /* width: 3.2em;
    text-align: center; */
  /* margin-left: 50%; */
  padding: 5px;
  font-weight: bold;
  box-sizing: border-box;
}

.team-t {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews {
  display: grid;
  grid-template-columns: 25% auto;
  padding: 20px 5px 0 5px;
  align-items: center;
}

.reviews .partner-foto {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: auto;
}

.reviews h2 {
  grid-column: 2;
  grid-row: 1;
  font-size: 2.5em;
}

.reviews .rating {
  font-size: 3em;
  grid-column: 2;
  grid-row: 2;
}

.reviews .rating .fa {
  opacity: 0.2;
  margin-right: 5px;
}

.reviews .rating .checked {
  color: var(--success);
  opacity: 1;
}

.reviews p {
  font-family: playfair-display;
  font-size: 1.9em;
  grid-column: 1 / span 2;
  grid-row: 3;
  text-align: center;
  font-style: italic;
  margin: 1rem;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.location {
  padding: 0 10px 10px 10px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.location .revenue-today,
.location .revenue-week,
.location .revenue-month {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--brand-secondary);
}

/* Mobile responsiveness */

.is-hidden-mobile {
  display: flex;
}
.is-hidden-tablet {
  display: none;
}

@media only screen and (max-width: 1000px) {
  html {
    overflow: auto;
  }

  main {
    margin: 5px;
  }

  footer {
    display: none;
  }

  .is-hidden-mobile {
    display: none !important;
  }
  .is-hidden-tablet {
    display: flex !important;
  }

  .charts {
    padding-top: 30px;
    grid-gap: 5px;
  }

  .chart-container {
    padding: 0px 5px;
  }

  .single-chart {
    width: 125px;
    padding: 10px;
  }

  /* PartnerBig route */
  .top-partners,
  .top-partners .a,
  .top-partners .b.block,
  .top-partners .c,
  .top-partners .d,
  .top-partners .block.e,
  .revenue-widget .b2-1,
  .revenue-widget .b2-2,
  .b .revenue-widget,
  .b2 .revenue-widget,
  .revenue-widget .col-header {
    display: block;
  }


  .top-partners > .a.block > .col-header {
    grid-template-columns: auto 18% 18%;
  }

  .revenue-day.total {
    padding-top: 5px;
  }

  .top-partners .b2-1 {
    margin: 10px 0 0 0;
  }

  .b2-1 .col-header,
  .b2-2 .col-header {
    margin-top: 10px;
    text-align: center;
  }

  /* Detail route */
  .details {
    display: block;
    padding: 5px;
  }

  .details .col-header {
    grid-template-columns: 30% auto auto;
  }

  .details * .team-content {
    grid-template-columns: 50% 50%;
    text-align: center;
  }

  .details > .b1 {
    grid-template-columns: 50% 50%;
    margin-top: 10px;
  }

  .details > .b1.block > h2 {
    text-align: center;
  }

  /* Recent route */
  .laatste-sales,
  .laatste-sales * .row-highlight,
  .laatste-sales * .birthdays {
    display: block;
  }

  .laatste-sales * .birthdays .partner-foto,
  .birthdays img {
    width: 50px;
    height: 50px;
    font-size: 2.5em;
  }

  .laatste-sales * .product,
  .laatste-sales * .row-highlight .name {
    white-space: initial;
  }

  .laatste-sales * .list-partner-item.row-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 10px;
  }

  .last_sales_widget > .col-header {
    display: block;
    text-align: center;
  }

  .laatste-sales * .row-sales {
    height: auto;
    grid-template-columns: 25% auto;
    grid-auto-flow: initial;
  }

  .laatste-sales * .row-adverteerder {
    height: auto;
    grid-auto-flow: column;
    display: grid;
    grid-template-columns: 20% auto 20% 20% 20%;
  }

  .laatste-sales * .row-vertical .col-header {
    padding: 6px 6px;
  }

  .laatste-sales * .b-slide {
    margin-right: 0;
  }

  .laatste-sales * .row-adverteerder > .adverteerder {
    word-break: break-word;
  }

  /* Team route */
  .vestiging {
    display: block;
  }
  .a1.block {
    margin: 10px 0;
  }
  .a3.block {
    margin: 10px 0;
    text-align: center;
  }

  .vestiging > .b {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .vestiging > .c1.block {
    margin-top: 30px;
  }

  .vestiging > .c1.block > .col-header {
    grid-template-columns: auto 18% 18%;
  }

  /* Charity route */
  .charity {
    display: block;
  }

  .charity > .block {
    margin-top: 20px;
  }

  .charity > .block > .vert-align-wrap {
    padding: 10px 0;
  }

  .charity .block .vert-align-wrap .margin-top-min50 {
    margin-top: 0;
  }

  .charity-chart-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .charity-chart-details > h2,
  .charity-chart-details > p {
    padding: 0 5px;
  }

  .charity > .full-block {
    margin-top: 20px;
  }
}
