/* **** 24-10-24 ***** */
.packages-report-wrp .package-information {
  margin: 0 0 20px;
}
.packages-report-wrp .package-box {
  margin: 0 0 36px;
}
.packages-report-wrp .package-box .package-detail{
  margin: 0 0 15px;
}
.packages-report-wrp .package-box .edit-btn-box{
  margin: 0 0 32px;
}
.packages-report-wrp .package-box .edit-btn-box ul{
  display: flex;
  align-items: center;
  gap: 15px;
}
.packages-report-wrp .package-box .edit-btn-box ul li{
  width: 50%;
}
.packages-report-wrp .package-box .edit-btn-box a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385C7;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #2385C7;
  background: #FFF;
  padding: 8px;
  gap: 5px;
}
.packages-report-wrp .package-box .edit-btn-box a img{
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.packages-report-wrp .package-box .edit-btn-box a:hover{
  background-color: #2385C7;
  color: #fff;
}
.packages-report-wrp .package-box .edit-btn-box a:hover img{
  filter: invert(1) grayscale(1) brightness(2);
}
.package-report-block .titlebar h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 8px 0 20px;
}
.package-report-block .earning-info-block .earning-box {
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  height: 175px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  margin: 0 0 20px;
}
.package-report-block .earning-info-block .earning-box .box-icon img {
  width: 60px;
}
.package-report-block .earning-info-block .earning-box h6 {
  color: #9094aa;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}
.package-report-block .earning-info-block .earning-box h2 {
  color: #2385c7;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.package-report-block .earning-info-block .small-earning-box {
  display: block;
  padding: 32px;
}
.package-report-block .earning-info-block .small-earning-box .box-icon img {
  margin: 0 auto;
  width: 50px;
}
.package-report-block .earning-info-block .earning-box h5 {
  color: #9094aa;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.package-report-block .earning-info-block .earning-box h4 {
  color: #2d2e34;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.package-report-block .chart-box {
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 15px;
  height: calc(100% - 20px);
}
.package-report-block .chart-box h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
.package-report-block .tips-block {
  margin: 0 0 20px;
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
.package-report-block .tips-block h2 {
  color: #2d2e34;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}
.package-report-block .tips-block ul li .tips-box h6 {
  margin-left: auto;
  margin-right: 30px;
  width: 90px;
}
.package-report-block .tips-block ul li .tips-box h4 {
  margin: 0;
}
.package-report-block .subscriber-table-block {
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 15px;
}
.package-report-block .subscriber-table-block h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
.subscriber-table-block .overview-table-block {
  overflow: hidden;
}
.subscriber-table-block .overview-table-block table {
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  margin: 0;
}
.subscriber-table-block .overview-table-block table td span{
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  padding: 3px 13px;
  margin-left: 0px;
}
.subscriber-table-block .overview-table-block table td span.danger{
  background: #f1d0d0;
    color: #af4646;
}
.subscriber-table-block .overview-table-block table td span.success{
  background: #d0f1dd;
  color: #46af51;
}
.subscriber-table-block .overview-table-block table td span.warning{
  background: #f8d2b1;
  color: #ff8800;
}
.subscriber-table-block table thead {
  background-color: #fff;
}
.subscriber-table-block table thead tr th {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 24px 32px;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
  text-align: left;
  outline: none;
  box-shadow: none;
  vertical-align: middle;
}
.subscriber-table-block table thead tr th span.dt-column-order {
  display: none;
}
.subscriber-table-block table tbody tr td {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 15px 32px;
  vertical-align: middle;
}
.subscriber-table-block table tbody tr td h6 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d2e34;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.subscriber-table-block table tbody tr td h6 img {
  height: 26px;
  width: 26px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.subscriber-table-block div.dt-container div.dt-paging {
  margin: 0 auto;
}
.subscriber-table-block .div.dt-container div.dt-paging .page-link {
  font-size: 15px;
  color: #9094aa;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}
.subscriber-table-block .active > .page-link,
.subscriber-table-block .page-link.active {
  background: #2385c7;
  border-color: #2385c7;
  color: #fff;
}
.chart-box .apexcharts-text tspan {
  color: #2d2e34 !important;
  font-family: "Open Sans" !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

@media (min-width: 1200px) and (max-width: 1440.98px) {
  .package-report-block .earning-info-block .small-earning-box {padding: 24px 14px;}
  .subscriber-table-block table thead tr th{padding: 10px 12px;font-size: 13px;}
  .subscriber-table-block table tbody tr td{padding: 10px 12px;font-size: 13px;}
}
