.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

h1.main-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  ul.all-right {
    margin-bottom: 15px;
    margin-top: 0;
  }
}

.tabs-bar ul.all-right {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  float: left;
}

ul.all-right li {
  padding: 0 7px;
  width: 50%;
  max-width: 100%;
}

ul.all-right li:last-child {
  padding-right: 0;
}

.page-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.top-titlebar {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 20px;
}

.top-titlebar .broadcast {
  width: 250px;
  float: right;
}

.top-titlebar .main-title {
  border-bottom: 0px solid #ccc;
  padding: 0;
  margin-bottom: 0px;
  line-height: 50px;
}

ul.selects-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#nps-score-page ul.monthly-vacancy-boxes {
  grid-template-columns: repeat(3, 1fr);
}

ul.selects-nav.two {
  grid-template-columns: repeat(2, 1fr);
}

ul.selects-nav li.select {
  position: relative;
}

.select .form-select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(35, 31, 32, 0.7);
  padding: 0 20px;
  color: #231f20;
}

.tabs-bar {
  margin-bottom: 20px;
}

.tab-links .nav-tabs {
  border: 0;
  gap: 20px;
}

.tab-links .nav-tabs .nav-link {
  padding: 10px 0;
  margin: 0;
}

.card-box-rv {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000000d;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.mb20 {
  margin-bottom: 20px;
}

ul.city-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.city-boxes li {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  text-align: left;
  height: 110px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all ease-in-out 0.3s;
}

ul.city-boxes li:hover {
  background: rgba(0, 0, 0, 0.05);
}

ul.city-boxes li strong {
  color: #e57201;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 40px;
  display: block;
  line-height: 35px;
}

.tab-titles h2 {
  line-height: 40px;
}

.card-box-rv.loss-boxes ul.city-boxes li strong {
  color: #4c2230;
}

.loss-boxes .tab-titles h2 {
  color: #4c2230;
}

.sec-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

.card-box-rv-2 {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000000d;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.loss-grain-crown {
  display: grid;
  grid-template-columns: 90px 260px 360px;
  gap: 30px;
  max-width: 100%;
  align-items: center;
}

.loss-grain-silver {
  display: grid;
  grid-template-columns: 60px 170px 250px;
  gap: 30px;
  max-width: 100%;
  align-items: center;
}

.loss-grain-browns {
  display: grid;
  grid-template-columns: 60px 170px 250px;
  gap: 30px;
  max-width: 100%;
  align-items: center;
}

@media (max-width: 767px) {
  .loss-grain-crown {
    grid-template-columns: 1fr;
  }
}

.loss-grain-city strong {
  font-size: 24px;
  display: block;
  font-weight: 700;
  line-height: 24px;
  color: #231f20;
}

.prog-box-lg {
  padding-right: 30px;
}

.progras-gl {
  text-align: center;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #231f20;
}

.progras-gl .gl-per {
  background: #e57201;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 0 10px;
  margin-right: 5px;
}

.progras-gl .gl-num {
  display: inline-block;
  margin-right: 5px;
  color: #e57201;
}

.prog-box-lg .top-prograss {
  margin: 0 0 20px;
}

.prog-box-lg .top-prograss:last-child {
  margin-bottom: 0;
}

.prograss-bar span {
  margin: 10px 0 0;
}

.loss-grain-browns .prograss-bar span,
.loss-grain-silver .prograss-bar span {
  margin: 5px 0 0;
  font-size: 13px;
}

.top-prograss.small {
  margin: 0 0 10px;
}

.top-prograss.small:last-child {
  margin-bottom: 0;
}

.loss .progress-bar {
  background: transparent linear-gradient(90deg, #a14061 0%, #732841 100%) 0% 0%
    no-repeat padding-box;
}

.pum .progress-bar {
  background: transparent linear-gradient(90deg, #000000 0%, #231f20 100%) 0% 0%
    no-repeat padding-box;
}

.loss-grain-crown .agent-crown {
  background: transparent linear-gradient(180deg, #ffe081 0%, #e3b623 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  height: 370px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.agent-silver {
  border-radius: 10px;
  opacity: 1;
  background: transparent linear-gradient(180deg, #eeeeee 0%, #acacac 100%) 0%
    0% no-repeat padding-box;
  height: 165px;
  width: 60px;
  text-align: center;
  line-height: 165px;
}

.agent-browns {
  border-radius: 10px;
  opacity: 1;
  background: transparent linear-gradient(180deg, #e6bb7b 0%, #bc7f31 100%) 0%
    0% no-repeat padding-box;
  height: 165px;
  width: 60px;
  text-align: center;
  line-height: 165px;
}

.agent-browns strong,
.agent-silver strong {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: #fff;
}

.prog-box-sm .progras-gl {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 10px;
}

body .probar .progress,
body .probar .progress-stacked,
body .small .progress,
body .small .progress-stacked {
  --bs-progress-height: 6px;
}

.gain-loss-table {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #0000000d;
  margin: 0;
}

.responsive-table thead tr th {
  padding: 15px 20px;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}

.gain-loss-table.sticky-table {
  max-height: 210px;
  overflow-y: auto;
  border: 0px solid #ddd;
  /* Hide scrollbar */
  -ms-overflow-style: none; /* IE & Edge */
  scrollbar-width: none; /* Firefox */
}

/* Chrome, Safari, Opera */
.gain-loss-table.sticky-table::-webkit-scrollbar {
  display: none;
}

.sticky-table .responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.sticky-table .responsive-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}

.responsive-table tbody tr:hover {
  background-color: #f1f1f1;
}

.gain-loss-table .responsive-table tbody tr td.probar {
  width: 260px;
  position: relative;
  padding: 15px 20px 15px 40px;
  box-sizing: border-box;
}

.gain-loss-table .responsive-table tbody tr td.probar span {
  position: absolute;
  left: 20px;
  top: 10px;
}

.gain-loss-table .responsive-table tbody tr td {
  padding: 15px 20px;
  color: #231f20;
  font-size: 16px;
  font-weight: 700;
}

.gain-loss-table .responsive-table tbody tr td.pum span {
  background: #e57201;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 10px;
}

.responsive-table tfoot tr td {
  padding: 15px 20px;
  color: #e57201;
  font-size: 18px;
  font-weight: 700;
}

.monthly-table.renewals .responsive-table tbody tr td {
  font-weight: 400;
}

.responsive-table tfoot tr td strong {
  color: #000;
}

.responsive-table tfoot tr {
  border-top: 1px solid #ccc;
}

.c2 ul.city-boxes li strong,
.c2 .tab-titles h2 {
  color: #4c2230;
}

.c3 ul.city-boxes li strong,
.c3 .tab-titles h2 {
  color: #833119;
}

.c4 ul.city-boxes li strong,
.c4 .tab-titles h2 {
  color: #231f20;
}

.card-box-rv h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.inspection-graph {
  height: 400px;
  width: 100%;
}

.inspection-graph canvas {
  height: 100% !important;
  width: 100% !important;
}

.monthly-table.sticky-table {
  overflow: hidden;
  box-shadow: 0px 0px 20px #0000000d;
  border-radius: 15px;
  background: #fff;
}

.monthly-table.sticky-table .responsive-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #e57201;
  color: #fff;
}

ul.monthly-vacancy-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.monthly-vacancy-boxes li {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: left;
  height: 110px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 0px 20px #0000001a;
}

ul.monthly-vacancy-boxes li strong {
  color: #e57201;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 40px;
  display: block;
  line-height: 35px;
}

.residential-vacancies {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #0000000d;
  overflow: hidden;
}

.residential-vacancies h3 {
  color: #fff;
  font-size: 18px;
  background: #e57201;
  font-weight: 500;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 0;
}

.residential-vacancies ul.city-boxes {
  padding: 20px;
}

.monthly-snapshot {
  box-shadow: 0px 0px 20px #0000000d;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}

.monthly-snapshot .btn.btn-primary {
  border-radius: 15px;
  background: #e57201;
  border: 0;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  margin-bottom: 0;
  color: #fff;
  transition: all ease-in-out 0.3s;
  position: relative;
}

.monthly-snapshot .btn.btn-primary[aria-expanded="false"]:after,
.monthly-snapshot .btn.btn-primary[aria-expanded="true"]:after {
  top: 0;
}

.monthly-snapshot .btn.btn-primary[aria-expanded="true"] {
  border-radius: 15px 15px 0 0;
}

.card.card-body {
  border: 0;
}

.monthly-snapshot ul.city-boxes {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.monthly-snapshot ul.city-boxes.three {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.chart-box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.chart-box h4 {
  font-size: 16px;
  font-weight: 500;
}

.chart-box .circle-graph {
  position: relative;
  max-width: 50%;
  margin: 39px auto;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row */
  gap: 15px;
}

.city-box {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  min-height: 130px; /* equal height */
}

@media (max-width: 767px) {
  ul.monthly-vacancy-boxes,
  .monthly-snapshot ul.city-boxes.three,
  .monthly-snapshot ul.city-boxes,
  .city-grid {
    grid-template-columns: repeat(1, 1fr); /* 2 per row */
  }

  .loss-boxes .tab-titles h2,
  .tab-titles h6 {
    margin: 0 0 15px;
  }

  .tab-content-wrap {
    padding: 0 0 30px;
  }

  .chart-box {
    margin-bottom: 20px;
  }

  .responsive-table thead tr th {
    padding: 15px 5px;
    font-size: 13px;
    letter-spacing: 0px;
  }

  .responsive-table tbody tr td {
    padding: 10px 5px;
    font-size: 12px;
  }

  .Tenant-Commisions-wrapper {
    padding-bottom: 20px;
  }

  .dialpad-agents .cr-agent-area {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  body .small .cr-agent-area img,
  .dialpad-agents .cr-agent-area img {
    width: 50px;
    border: 1px solid #d0d0d0;
    margin: 0 15px 0 0;
  }

  .dialpad-agents .cr-agent-area strong {
    font-size: 16px;
  }

  .card-box-rv-2 {
    margin-bottom: 20px;
  }

  .dailpad-crown .agent-crown {
    height: auto;
  }

  .dialpad-agents .prog-box-lg ul li strong {
    font-size: 24px;
  }

  .card-box-rv-2 .dailpad-silver,
  .card-box-rv-2 .dailpad-browns,
  .card-box-rv-2 .dailpad-crown {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: auto auto;
    gap: 15px;
    max-width: 100%;
    align-items: center;
  }

  .card-box-rv-2 .dailpad-silver > :nth-child(3),
  .card-box-rv-2 .dailpad-browns > :nth-child(3),
  .card-box-rv-2 .dailpad-crown > :nth-child(3) {
    grid-column: 1 / -1;
  }

  .card-box-rv-2 .dailpad-crown .agent-crown {
    height: 120px;
    line-height: 120px;
  }
}

.connection-box {
  padding: 0;
  margin: 0;
  list-style: none;
}

.connection-box li {
  padding: 5px 0;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
}

.connection-box li span {
  float: right;
}

.connection-box h6 {
  color: #e57201;
  font-size: 18px;
  font-weight: 500;
}

.connection-box li.last {
  color: #e57201;
  font-weight: 600;
  font-size: 18px;
}

.Tenant-Commisions-wrapper .progras-gl {
  font-size: 14px;
}

.Tenant-Commisions-wrapper .loss-grain-crown .agent-crown {
  height: 340px;
}

.Tenant-Commisions-wrapper .agent-silver,
.Tenant-Commisions-wrapper .agent-browns {
  height: 150px;
  line-height: 150px;
}

.Tenant-Commisions-wrapper .prog-box-sm .progras-gl {
  font-size: 12px;
}

.dailpad-crown {
  display: grid;
  grid-template-columns: 90px 216px 300px;
  gap: 30px;
  max-width: 100%;
  align-items: center;
}

.dailpad-silver {
  display: grid;
  grid-template-columns: 60px 216px 300px;
  gap: 30px;
  max-width: 100%;
  align-items: center;
}

.dailpad-browns {
  display: grid;
  grid-template-columns: 60px 216px 300px;
  gap: 30px;
  max-width: 100%;
  align-items: center;
}

.dailpad-crown .agent-crown {
  background: transparent linear-gradient(180deg, #ffe081 0%, #e3b623 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  height: 280px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cr-agent-area {
  text-align: center;
}

.cr-agent-area img {
  width: 130px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 20px;
  border: 6px solid #d0d0d0;
}

.cr-agent-area strong {
  font-size: 24px;
  display: block;
  font-weight: 700;
  line-height: 24px;
  color: #231f20;
}

.prog-box-lg ul {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  display: flex;
  align-items: center;
  justify-content: center; /* align items to the right */
}

.prog-box-lg ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 2px solid #ccc;
  text-align: center;
  letter-spacing: 0.72px;
  color: #909aaa;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}
.prog-box-lg ul li:last-child {
  border: 0;
}
.dialpad-agents .prog-box-lg ul li {
  white-space: normal; /* Allow wrapping */
  word-break: break-word; /* Break long words if needed */
  overflow-wrap: break-word; /* Modern equivalent */
}
.prog-box-lg ul li strong {
  display: block;
  letter-spacing: 0.8px;
  color: #000000;
  font-size: 19px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 10px;
}

.prog-box-lg ul li strong.gold {
  color: #ffb200;
}

.small .prog-box-lg,
.dailpad-crown .prog-box-lg {
  padding: 0;
}

.small .cr-agent-area img {
  width: 60px;
  border-radius: 100%;
  display: block;
  margin: 0 20px 0 0;
  border: 0px solid #d0d0d0;
}

.dailpad-browns .agent-browns,
.dailpad-silver .agent-silver {
  height: 120px;
  line-height: 120px;
}

.small .cr-agent-area strong {
  font-size: 18px;
}

.small .prog-box-lg ul li strong {
  font-size: 19px;
}

.small .cr-agent-area {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
}

.dailpad-table .agent-timg img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.dailpad-table .gain-loss-table .responsive-table tbody tr td.probar span {
  top: 22px;
}

.dailpad-table .gain-loss-table.sticky-table {
  max-height: 324px;
}

.cr-agent-area p {
  margin: 10px 0 0;
  padding: 0;
}

.nps-score .loss-grain-crown .agent-crown {
  height: 300px;
}

.nps-score .agent-silver,
.nps-score .agent-browns {
  height: 130px;
  line-height: 130px;
}

.nps-score .prog-box-lg {
  padding-right: 0;
}

.nps-score .prograss-bar {
  position: relative;
  padding: 0 30px 0 45px;
}

.nps-score .prograss-bar strong {
  position: absolute;
  left: 0;
  top: -6px;
}

.cr-agent-area.small img {
  width: 50px;
  display: block;
  margin: 0 auto 15px;
  border: 2px solid #d0d0d0;
}

.cr-agent-area.small strong {
  font-size: 18px;
}

.responsive-table tbody tr td .plus {
  color: #119a1b;
}

.responsive-table tbody tr td .minus {
  color: #e61f1f;
}

.monthly-snapshot.total-score {
  padding: 20px;
}

.monthly-snapshot ul.city-boxes.six {
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

#nps-score-page .row.tabs-bar .col-md-5,
#inspections-page .row.tabs-bar .col-md-5,
#performance-leasing-page .row.tabs-bar .col-md-5,
#dialpad-page .row.tabs-bar .col-md-5 {
  flex: 0 0 auto;
  width: 100%;
}

#nps-score-page .row.tabs-bar .col-md-5 ul.all-right,
#inspections-page .row.tabs-bar .col-md-5 ul.all-right,
#performance-leasing-page .row.tabs-bar .col-md-5 ul.all-right,
#dialpad-page .row.tabs-bar .col-md-5 ul.all-right {
  max-width: 500px;
  float: right;
}

.agent-listing-table .responsive-table tbody tr td img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.view-data-link a {
  display: block;
  text-align: center !important;
  float: right;
  width: auto !important;
  margin: 25px 0 0 !important;
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
  background: #e57201 !important;
  border-color: #e57201 !important;
  color: #fff !important;
}
.view-data-link a:hover {
  background: #231f20 !important;
  border-color: #231f20 !important;
  color: #fff;
}
.semi-donut.maintenance::after {
  border-color: #f57c00 #f57c00 #8e2100 #8e2100;
}
.pum-boxes.two {
  grid-template-columns: repeat(2, 1fr);
}
.pum-box h4.green {
  color: green;
}
.pum-box h4.red {
  color: red;
}
a.refresh-data-link {
  margin-right: 10px !important;
}
