body {
  /*-moz-transform: scale(1, 1);  Moz-browsers */
  zoom: 0.8; /* Other non-webkit browsers */
  zoom: 80%; /* Webkit browsers */
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

#userAssignmentFilterSearchId {
  right: 0px;
}

.main-logo-image {
  margin-right: 220px;
  margin-left: 187px;
}
@media only screen and (max-width: 767px) {
  .main-logo-image {
    margin-right: unset !important;
    margin-left: unset !important;
    left: -116px;
  }
  .slideInRight {
    text-align: center;
  }
  .banner-one__inner-box {
    margin-top: 50px;
  }

  .banner-one__content .section-title {
    padding-top: 172px;
  }
}

.banner-one__banner-img {
  right: -116px;
}

.border-bottom {
  padding-right: 86px;
}

.email-icon {
  padding-right: 20px;
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .main-logo-image {
    margin-right: 220px !important;
    margin-left: 60px !important;
  }
  .banner-one__banner-img {
    right: -60px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .main-logo-image {
    margin-right: 135px !important;
    margin-left: 0px !important;
  }
  .banner-one__banner-img {
    right: 0px !important;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .main-logo-image {
    margin-right: 35px !important;
    margin-left: unset;
  }
  .border-bottom {
    padding-right: 120px !important;
  }
  .banner-one__banner-img {
    left: unset;
  }
}



/* Dashboard new design 06-08-2025 */
body .content-wrapper {
  background: #eee;
  padding-top: 15px;;
}
body .dashboardTopMenu {
  clear: both;
  width: 100%;
  position: relative;
  padding: 0 !important;
  border-bottom: 1px solid #cbcbcb;
}
body .dashboardTopMenu .dashboardTopMenuLink {
  padding: 10px 20px;
  border: 0;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: #616161;
  box-shadow: 0 0 0 0rem rgba(97, 123, 84, 0) !important;
  background: transparent !important;
}
body .dashboardTopMenu .btn-group.show.dropdown .dashboardTopMenuLink {
  color: #6a825e;
  background-color: transparent;
  box-shadow: 0 0 0 0rem rgba(97, 123, 84, 0);
}
body .dashboardTopMenu .dashboardTopMenuLink:hover, body .dashboardTopMenu .dashboardTopMenuLink.active {
  border-bottom: 3px solid #68805b;
}
body .dashboardTopMenuLink::after {
  font-size: 18px !important;
}
body .dropdown-menu.show .dropdown-item {
  color: #6a825e;
}
body .selectPeriodPan {
  padding:10px 0;
  clear:both;
  border-bottom:1px solid #cbcbcb;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
body .selectPeriodPan label.form-label {
  width: 120px;
  margin-right: 0;
  display: block;
  white-space: nowrap;
  padding-right: 50px;
  font-weight: 600;
  color: #666;
  margin: 0;

}
body .selectPeriodPan input {
  width:150px !important;
  margin-right: 20px;
  font-size: 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
}
body .selectPeriodPan input:last-child {
  margin-right: 0;
}
.selectPeriodInfo {
  padding:10px 0;
  clear:both;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.selectPeriodInfo p {
  margin: 0 !important;;
  line-height: 35px;
}
body .selectPeriodInfo p span {
  padding-right: 15px;
  font-size: 16px;
  color: #585f52;
  text-transform: capitalize;
  display: inline-block;
}
.dashboardGridPannel {
  clear: both;
  width: 100%;
  display: flex;
  grid-gap: 20px;
}
.gridBoxCard {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: auto;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
  font-size: 18px;
  color: #333;
  width: 25%;
  box-sizing: border-box !important;
  box-shadow: 1px -1px 25px 1px rgba(0,0,0,0.35);
-webkit-box-shadow: 1px -1px 25px 1px rgba(0,0,0,0.35);
-moz-box-shadow: 1px -1px 25px 1px rgba(0,0,0,0.35);
}
.gridBoxCard svg {
  height: 50px;
}
.gridBoxCard p {
  margin: 10px 0 !important;
  font-size: 16px !important;
  color: #333;
  font-weight: 600;
}
.gridBoxCard span.numberText {
  display: block;
  font-size: 50px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  color: #5fa23e;
  line-height: 52px;
}
.boxBottomRightInfo {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.boxBottomRightInfo span.boxrightinfoText {
  margin-right: 10px;
  color: #3fad03;
  font-weight: 400;
}
.DashboardContentArea {
  clear: both;
  width: 100%;
  display: flex;
  grid-gap: 20px;
  margin-top: 20px;
}
.dashboardContentAreaLeft {
  width: 30%;
  display: grid;
  grid-template-columns: auto ;
  grid-gap: 20px;
}
.dashboardContentAreaRight {
  width: 70%;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  align-items: start;
  align-content: start;
}
.dashboardContentBox {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
  font-size: 18px;
  color: #333;
  width: 100%;
  box-sizing: border-box !important;
}
.dashboardContentBoxHeading {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  color: #68805b;
  min-height: 60px;
}
.dashboardContentBoxBody {
  /*min-height: 300px;*/
  padding: 20px;
  width: 100%;
}

.totalEarningsBox {
  background: #51664e;
  background: linear-gradient(90deg,rgba(81, 102, 78, 1) 0%, rgba(54, 89, 59, 1) 45%, rgba(56, 64, 57, 1) 100%);
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
  font-size: 18px;
  width: 100%;
}
body .totalEarningsBox h2 {
  font-size: 25px;
  font-weight: 400;
}
body .totalEarningsBox p {
  font-size: 60px;
  margin: 0 !important;
  font-weight: 400;
}

body .priodDateBox {
  padding: 0 !important;
}
body .datepicker-container.datepicker-default input {
  width: 100%;
  border: medium none currentColor;
  border: initial;
  color: #495057;
  left: 0;
  right: 0;
  top: 0;
  width: 100% !important;
  height: 46px;
  box-sizing: border-box;
  padding: 0 10px;
}
.selectPeriodPan .form-group {
  margin: 0 !important;
}

.selectPeriodPan .getButton {
  max-width: 150px;;
}
.paddingLess {
  padding: 0 !important;
}

canvas {
  width: 100% !important;
}
.performanceTrendBtn {
  padding: 15px 0 !important;
  max-width: 200px;
  float: right;
}
.blackColor {
  color: #000 !important;
}
.selectPeriodPan .calendar-container {
  width: 100% !important;
}

  .dashboardContentAreaRight {
    grid-template-columns: 50% auto;
  }
.selectPeriodPan.selectPeriodModal {
  display: block;
  justify-content: start;
  align-items: center;
  padding: 0;
  width: 100%;
  flex-direction: column;
  border: 1px solid #ddd;
  min-height: 600px;
}
.PerformanceTrendModalBody {
  clear: both;
  display: flex;
  padding: 15px;
}
body .selectPeriodPan.selectPeriodModal label.form-label {
  width: 100%;
  display: block;
  white-space: nowrap;
  padding-right: 15px;
  font-weight: 600;
  color: #666;
  padding-left: 15px;
  padding-bottom: 11px;
  padding-top: 12px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 16px;
}

body .selectPeriodPan.selectPeriodModal .ng-select-container .ng-value-container {
  padding: 0 !important;
}
body .selectPeriodPan.selectPeriodModal .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    padding-right: 25px;
}
body .selectPeriodPan.selectPeriodModal .ng-select .ng-select-container .ng-value-container .ng-input > input {
    width: 100% !important;
    border: 0 !important;
}
body .selectPeriodPan.selectPeriodModal .ng-select .ng-select-container {
  border: 1px solid #ddd;
}
.modal-header.PerformanceTrendModalHead .close {
  margin: -17px 0 !important;
}
.selectPeriodModal .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-color: #b9deb4;
  background-color: #b9deb4;
  color: #0d3b1a;
}
.selectPeriodModal .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 8px;
  background: #e7ffe3;
  font-weight: 500;
  color: #617b54;
}
.selectPeriodModal .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin:5px;
}



.status-card-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box !important;
}
.status-card {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 32%;
  text-align: center;
}
.status-card:nth-child(1) {
  background: #fff3e0;
  border-color: #ffcc80;
  color: #e65100;
}
.status-card:nth-child(2) {     
  background: #e3f2fd;
  border-color: #90caf9;
  color: #0d47a1;
}
.status-card:nth-child(3) {
  background: #e8f5e9;
  border-color: #a5d6a7;
  color: #1b5e20;
}

table.dataTable tbody tr:nth-child(even) {background-color: #f6fef7;}
body .table th, body .dataTables_wrapper .dataTable th, body .table td, body .dataTables_wrapper .dataTable td {
  padding: 12px;
}
body .dataTables_wrapper .dataTable thead .sorting::before, body .dataTables_wrapper .dataTable thead .sorting_asc::before, 
body .dataTables_wrapper .dataTable thead .sorting_desc::before, body .dataTables_wrapper .dataTable thead .sorting_asc_disabled::before, 
body .dataTables_wrapper .dataTable thead .sorting_desc_disabled::before {
  top: 0;
}
body .dataTables_wrapper .dataTable thead .sorting::after, body .dataTables_wrapper .dataTable thead .sorting_asc::after, 
body .dataTables_wrapper .dataTable thead .sorting_desc::after, body .dataTables_wrapper .dataTable thead .sorting_asc_disabled::after, 
body .dataTables_wrapper .dataTable thead .sorting_desc_disabled::after {
  bottom: inherit;
  top: 9px;
}
body .table, body .dataTables_wrapper .dataTable {
  margin-bottom: 15px;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #aec1a4;
  border-radius: 3px;
}
.border, body .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .loader-demo-box {
  border: 1px solid #aec1a4 !important;
  border-radius: 3px;
}

app-dashboard-menu:has(> .col.dashboardTopMenu) { 
  width:100%;
 }

.fullWidth {
  width:100% !important;
  grid-template-columns:100%;
}
body .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0;
  max-width: 250px;
}
div.dataTables_wrapper {
  position: relative;
  overflow: auto;
  height: 575px;
}




@media (min-width: 576px) {
  .selectPeriodPan .col-sm-12 {
    flex: 100% !important;    
  }
  .selectPeriodPan.selectPeriodModal .col-sm-12 {
      margin: 0 0 10px !important;
  }
  .selectPeriodPan.selectPeriodModal .col-sm-12  .col-sm-12 {
      margin: 0 !important;
  }
}

@media (max-width: 576px) {
    body .selectPeriodPan {
      flex-direction: column;
      grid-gap: 10px;
    }
    .status-card-panel {
      display: block;
    }
    .status-card {
      width: 100%;
      margin-bottom: 10px;  
    }
}







@media only screen and (max-width: 1200px) {
  .DashboardContentArea {
    display: block;
  }
  .dashboardContentAreaLeft, .dashboardContentAreaRight {
    width: 100%;
  }
  .dashboardContentAreaRight {
    width: 100%;
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 20px;
  }
  .totalEarningsBox {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  
  .boxBottomRightInfo {
    position:relative;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    color: #666;
  }
    .dashboardContentAreaRight {
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .gridBoxCard {
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboardGridPannel {
    grid-gap: 0;
    display: block;
  }body .dashboardTopMenu .dashboardTopMenuLink {
    padding: 10px;
    font-size: 15px;
  }
  .boxBottomRightInfo {
    position:absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  body .dataTables_wrapper .dataTables_info {
    float: none;
    padding-top: 0;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 0.25em;
    margin: 0 auto;
  }
}



