#wraplayoutsettingchart .query-panel {
  height: 210px !important;
}
.query-panel-body {
  height: 215px !important;
}
select#table {
  height: 135px;
}
.query-type-cls {
  margin-bottom: 10px;
  margin-top: 10px;
}
#main-container {
  margin-top: 75px;
  display: flex;
  min-height: calc(100vh - 59px);
}
/* Main Body */
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #f8f8f8 !important;
}
/* tooltip */
.tooltip {
  background: #eee;
  box-shadow: 0 0 5px #999999;
  color: #333;
  display: none;
  font-size: 18px;
  left: 130px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 95px;
  width: 80px;
  z-index: 10;
}
/* legend */
.legend {
  font-size: 13px;
}
rect {
  cursor: pointer;
  stroke-width: 2;
}
rect.disabled {
  fill: transparent !important;
}
/* chart */
#chart {
  margin: 0 auto;
  position: relative;
  display: block;
}
/* Table */
tr.even {
  background: #dff0ff !important;
}
thead {
  background-color: #001e3c;
  color: white;
}
.dataTables_wrapper .dataTables_filter input {
  background-color: white !important;
  margin: 10px;
}
.dataTables_wrapper .dataTables_length select {
  background-color: white !important;
  margin: 10px;
}
/* Dashboard */
.panel-kpi {
  background-color: #d9d9d9;
  background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 74%);
  padding: 15px 30px;
  color: #ffffff;
  border-radius: 0.25rem;
  margin-bottom: 27px;
}
.kpi-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kpi-title {
  display: flex;
  font-size: 18px;
  flex-direction: column;
}
.kpi-icon {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.kpi-icon i {
  font-size: 34px;
}
.kpi-value {
  font-size: 48px;
}
.panel {
  border: 1px solid #e3ebf6;
  border-radius: 0.25rem;
}
.panel-kpi.blue {
  border: 1px solid #e3ebf6;
  background-color: #ffac81;
  background-image: linear-gradient(315deg, #0348a1 0%, #8ebbe4 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.panel-kpi.green {
  border: 1px solid #e3ebf6;
  background-color: #3bb78f;
  background-image: linear-gradient(315deg, #1b805f 0%, #a1e6c8 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.text-warning {
  color: #f68632;
}
#main-container .main {
  width: 100%;
  padding: 15px;
}
.panel-kpi.blue:hover {
  -webkit-transform: translateY(calc(-1.5rem / 5));
  transform: translateY(calc(-1.5rem / 5));
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}
.panel-kpi.green:hover {
  -webkit-transform: translateY(calc(-1.5rem / 5));
  transform: translateY(calc(-1.5rem / 5));
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}
@media screen and (max-width: 1190px) {
  .dataTables_wrapper .dataTables_filter {
    float: left !important;
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter {
    float: none !important;
  }
}
@media screen and (max-width: 991px) {
  .p-l-15 {
    padding-left: 15px !important;
  }
  .panel-kpi {
    width: 360px;
  }
  .blue {
    margin-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .panel-kpi {
    width: 100%;
  }
  .blue {
    margin-right: 0px;
  }
  #chart {
    width: 350px;
  }
  svg {
    width: 100%;
  }
}
/* User & Manage List  */
.user-card {
  margin: 15px !important;
  /* width: calc(100% / 3); */
}
.user-card-permission {
  margin: 15px !important;
}
.user-buttons {
  text-decoration: none !important;
  font-size: 15px !important;
  box-shadow: none !important;
}
.users-bg {
  /* margin-bottom: 10px; */
  background-color: #0d6efd !important;
}
.pointer {
  cursor: pointer !important;
}
.user-th {
  color: grey !important;
  cursor: pointer !important;
}
.color-black {
  color: black !important;
}
.edit-update-btn {
  color: #fdc22a !important;
  font-size: 20px !important;
}
.accordian-bottom-spacing {
  padding-bottom: 5px !important;
}
.card-height-permissions {
  height: calc(100vh - 430px) !important;
  overflow-y: auto !important;
}
.checkbox-padding {
  padding: 10px 10px !important;
}
.bg-white {
  background-color: #fff !important;
}
.pointer-events {
  pointer-events: none !important;
}
.arrow-btn {
  color: white !important;
  margin-bottom: 50px !important;
  border-radius: 25px !important;
  font-size: 23px !important;
}
.as-permission-btn:hover {
  background-color: #0d6efd !important;
  color: #fff !important;
}
.btn-arrow-bg {
  background-color: #fdc22a !important;
}
.arrow-btn-position {
  top: 30px !important;
  position: relative !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.back-icon {
  font-size: 20px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.permission-td {
  color: #457ecd !important;
}
.link {
  text-decoration: none !important;
}
.badge {
  display: inline-block !important;
  padding: 0.6em 0.75em !important;
  font-size: 0.8em !important;
  font-weight: 700 !important;
  line-height: 1;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: baseline !important;
}
.swal2-styled.swal2-confirm {
  padding: 10px 45px;
  background-color: #198754;
}
/* Report screen */
.disabled {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 1335px) {
  #resize {
    display: none;
  }
  #reposition {
    display: none;
  }
}
@media screen and (max-width: 1008px) {
  #ruller {
    margin-top: 140px;
  }
}
/* Table rows */
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}
#loading-image {
  position: absolute;
  top: 200px;
  left: auto;
  right: auto;
  z-index: 100;
}
/* D3 Line Chart CSS */
.d3line {
  stroke-width: 2;
  fill: none;
}
.d3axis path {
  stroke: black;
}
.d3text {
  font-size: 12px;
}
/*modal popup style*/
.modal-body {
  overflow: auto;
}
/* Pagination */
#page_navigation {
  margin-top: 10px;
  margin-bottom: 10px;
}
#page_navigation a {
  margin-top: 10px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
}
#page_navigation a:hover {
  background: #0d6efd;
  color: white;
}
#page_navigation .currentPageButton {
  background: #0d6efd;
  color: white;
}
/*modal popup style*/
.modal-footer {
  position: inherit !important;
}
.templete-search {
  background: #dddddd;
  padding: 30px;
}
.templete-grid {
  display: grid;
  margin: 0 auto;
  gap: 15px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: masonry;
  margin: 15px;
}
.template-list {
  position: relative;
}
.temp-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f5f5f5;
  color: black;
  font-weight: 500;
  padding: 15px;
  box-sizing: border-box;
}
.template-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-border {
  border: 1px solid #e3ebf6;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 1200px) {
  .templete-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 790px) {
  .templete-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 595px) {
  .templete-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  .templete-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.breadcrumb-custom{
    background:#e7f1ff !important;
     min-height:100px;
      padding-left: 50px !important;
       padding-right:50px !important;
        padding-top:70px !important;
        margin-top:10px;
        top:10px;
        position:fixed !important;
        z-index:10;
        align-items: baseline;
}
a{
  text-decoration: none !important;
}