@media (max-width: 1199px) {
  .dashboard-container .row:nth-child(1) {
    padding-top: 60px !important;
 }
  .dashboard-container .row .mt-5 {
    margin-top: 10px !important;
    padding-top: 3px !important;
 }
}
#id-card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% 0;
}
.id-card {
  width: 336px;
  height: 192px;
  background: #fff;
  padding: 10px;
  position: relative;
}
.id-card__mugshot {
  position: absolute;
  right: 10px;
  width: 96px;
  height: 100px;
  border: 3px solid #0092ce;
  background: #fff;
}
.id-card__mugshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.id-card__logo {
  width: 200px;
}
.id-card__subject-id {
  position: absolute;
  top: 54px;
  left: 130px;
  font-family: monospace;
  font-size: 14pt;
  transform: rotate(-4deg);
}
.id-card__banner {
  height: 23px;
  background: #0092ce;
  margin-top: 11px;
  margin-left: -10px;
  padding-left: 12px;
  line-height: 32px;
  border-bottom: solid 3px #00497d;
}
.id-card__banner-text {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 0;
  position: relative;
  top: -5px;
}
.id-card__details {
  padding-top: 5px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  width: 65%;
  display: inline-block;
}
.id-card__details--short {
  float: right;
  margin-left: 0;
  width: 30%;
  display: flex;
  justify-content: end;
}
.id-card__details--short .qr-details {
  width: 70px;
}
.id-card__detail {
  padding-top: 4px;
  padding-bottom: 4px;
}
.id-card__detail + .id-card__detail {
  border-top: 1px solid #eee e;
}
.id-card__detail-label {
  color: #333;
  font-weight: bold;
}
.id-card__detail-label:after {
  content: ' • ';
  font-weight: normal;
}
.logo__big {
  font-size: 24pt;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 4px;
}
.logo__small {
  font-size: 10pt;
  letter-spacing: 4px;
  position: relative;
  top: -10px;
  left: 2px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-top: solid 1px #ccc;
    /* nitish background-color: #51c1cd;*/
    background-color: #66757F;
    color: #fff;
    font-size: 15px;
}
.material-ui-shadow {
  border: solid 1px #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.material-ui-shadow:hover {
  border: solid 1px #000;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media print {
  .id-card {
    width: 600px;
    height: 280px;
 }
  .id-card .id-card__details {
    font-size: 14px;
 }
  .id-card .id-card__mugshot {
    position: absolute;
    right: 10px;
    width: 150px;
    height: 150px;
    border: 3px solid #0092ce;
    background: #fff;
 }
  .id-card .id-card__logo {
    margin-bottom: 62px;
 }
  .id-card .id-card__banner {
    margin-left: -6px;
 }
  .id-card .id-card__banner-text {
    font-size: 16px;
    font-weight: bold;
 }
  .id-card .id-card__details--short .qr-details {
    width: 90px;
 }
  body {
    display: none !important;
 }
  .content-wrapper, .modal-header, .modal-footer, .main-header {
    display: none !important;
 }
  .modal-body {
    border: none;
 }
  .modal, .modal-dialog, .modal-content {
    background-color: #fff;
    box-shadow: none;
    border: none;
 }
}
/*------------------------------------------------------------------------------------------*/
.font-30 {
  font-size: 38px;
  line-height: 1.46em;
}
.widget-data .weight-400 {
  font-weight: 400;
  text-shadow: 0px 3px 5px #000, 0px 8px 13px #000, 0px 13px 23px #000;
}
.widget-data .weight-300 {
  font-weight: 700;
  text-shadow: 0px 3px 5px #000, 0px 8px 13px #000, 0px 13px 23px #000;
}
.font-24 {
  font-size: 24px;
  line-height: 1.5em;
}
.widget-style3 {
  padding: 25px 20px;
}
.text-blue {
  color: #1b00ff;
}
.text-dark {
  color: #000;
}
.text-white {
  color: #fff;
}
.height-100-p {
  height: 100%;
}
.bg-white {
  background: #fff;
}
.border-radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.border-radius-100 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
  box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
  transition: 0.3s;
}
.box-shadow:hover {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.45);
}
.gradient-style1 {
  background-image: linear-gradient(135deg, #43cbff 10%, #9708cc 100%);
}
.gradient-style2 {
  background-image: linear-gradient(135deg, #72edf2 10%, #5151e5 100%);
}
.gradient-style3 {
  background-image: radial-gradient(circle 732px at 96.2% 89.9%, rgba(70, 66, 159, 1) 0%, rgba(187, 43, 107, 1) 92%);
}
.gradient-style4 {
  background-image: linear-gradient(135deg, #ff9d6c 10%, #bb4e75 100%);
}
/* widget style 1 */
.widget-style1 {
  padding: 20px 10px;
}
.widget-style1 .circle-icon {
  width: 60px;
}
.widget-style1 .circle-icon .icon {
  width: 60px;
  height: 60px;
  background: #ecf0f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-style1 .widget-data {
  width: calc(100% - 150px);
  padding: 0 15px;
}
.widget-style1 .progress-data {
  width: 90px;
}
.widget-style1 .progress-data .apexcharts-canvas {
  margin: 0 auto;
}
.widget-style2 .widget-data {
  padding: 20px;
}
.widget-style3 {
  padding: 30px 20px;
}
.widget-style3 .widget-data {
  width: calc(100% - 74px);
}
.widget-style3 .widget-icon {
  width: 74px;
  height: 74px;
  font-size: 26px;
  line-height: 1;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 50%;
}
.apexcharts-legend-marker {
  margin-right: 6px !important;
}
.dashboard-card-header {
  background-image: linear-gradient(135deg, #6880b5 10%, #6c507c 100%);
  color: white;
}
.dashboard-card-header img {
  width: 46px;
  margin-right: 10px;
}

.widget-footer-section{
  margin: 15px -20px -30px -20px;
    padding: 15px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 0px 0px 10px 10px;
}
.widget-footer-section .com-box-2 {
  width: 50%;
}
.widget-footer-section .com-box-3 {
  width: 33.33%;
}

.widget-footer-section h5{
  font-size: 15px;
}
.widget-footer-section .footer-circle{
 font-weight: 700;
}

.widget-style3 {
    cursor: pointer;
}