@font-face {
  font-family: 'Akzidenz Grotesk Black';
  font-style: normal;
  font-weight: 500;
  /* or 'bold' */
  src: url('../fonts/Akzidenz-grotesk-black.woff') format('woff');
}

.sdg-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
}

.sdg-item {
  padding: 2px;
}

.no-work-sdg {
  opacity: 0.5;
}

.service-card {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-left: 6px solid;
  transition: transform 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-yellow {
  border-left-color: #fbc02d;
}

.service-red {
  border-left-color: #ef5350;
}

.service-blue {
  border-left-color: #42a5f5;
}

.service-green {
  border-left-color: #4caf50;
}

.service-cyan {
  border-left-color: #00bcd4;
}

.service-black {
  border-left-color: #000;
}

.service-orange {
  border-left-color: #FFA500;
}

.service-pink {
  border-left-color: #ffc2cc !important;
}

.service-skyblue {
  border-left-color: #b46cff !important;
}

.service-icon {
  font-size: 40px;
}

.arogyadhara {
  background: linear-gradient(135deg, #ff4da6, #ff6ec7);
}

.sakhshyam {
  background: linear-gradient(135deg, #00c9ff, #92fe9d);
}

.adhyayana {
  background: linear-gradient(135deg, #b46cff, #e08aff);
}

.su_swasthya {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}

.circle-card {
  transition: transform 0.2s ease;
}

.circle-card:hover {
  transform: translateY(-5px);
}

.sdg-card {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sdg-card img {
  width: 80px;
  border-radius: 10px;
}

.sdg-card ul {
  list-style: none;
  font-weight: 500;
}

.service-icon {
  width: 50px;
}

.service-card {
  padding: 0.8rem !important;
}





/* Dashboard V3 AK CSS */

.highcharts-data-table table {
  border-collapse: collapse;
  margin: 10px auto;
  font-size: 14px;
  text-align: center;
  width: 100%;
  border: 1px solid #ddd;
}

.highcharts-data-table caption {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.highcharts-data-table th,
.highcharts-data-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.highcharts-data-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.highcharts-data-table tr:hover {
  background-color: #f1f1f1;
}

.highcharts-data-table th {
  background-color: #604c4e;
  color: white;
}

.highcharts-data-table caption {
  display: none !important;
}

.core-areas-container {
  position: relative;
}

.core-areas-container::before {
  content: '';
  position: absolute;
  border: 5px solid var(--falcon-primary);
  border-color: var(--falcon-primary) var(--falcon-dark) var(--falcon-primary) var(--falcon-dark);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  justify-self: center;
  align-self: center;
  animation: lds-double-ring 5.7s linear infinite;
}

.core-areas-container::after {
  content: '';
  position: absolute;
  border: 5px solid var(--falcon-primary);
  border-color: var(--falcon-primary) var(--falcon-dark) var(--falcon-primary) var(--falcon-dark);
  height: 300px;
  width: 300px;
  border-radius: 50%;
  justify-self: center;
  align-self: center;
  animation: lds-double-ring_reverse 5.7s linear infinite;
}

@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(-360deg);
  }
}

.core-areas {
  position: relative;
  z-index: 1;

  .core-areas-title {
    position: absolute;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    align-content: end;
    padding-bottom: 26px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
  }
}

.core-areas:after {
  content: '';
  position: absolute;
  background-image: url(../images/icon-sprite.png);
  background-repeat: no-repeat;
  z-index: 1;
  height: 100px;
  width: 100px;
  margin: 5px 50px;
}

/* Sprite background positions per icon */
.icon-1:after {
  background-position: 0 0;
}

.icon-2:after {
  background-position: -85px 0;
}

.icon-3:after {
  background-position: -0px -85px;
}

.icon-4:after {
  background-position: -85px -85px;
}

table thead tr th,
table tbody tr td {
  vertical-align: middle;
}

.hr-indicator {
  position: relative;
  background: linear-gradient(90deg, var(--falcon-dark), transparent);
  color: #ffffff;
  z-index: 1;
}

.hr-indicator::after {
  content: '';
  position: absolute;
  background-color: var(--falcon-dark);
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  top: 23PX;
}

.page-title-right .breadcrumb {
  font-style: italic;
}

.location-chrt span.location {
  position: absolute;
  z-index: 1;
  border: 1px solid var(--falcon-dark);
  padding: 13px;
  text-align: center;
  color: var(--falcon-dark);
}

.location-chrt span.location:nth-of-type(1) {
  left: 0;
  width: 20%;
  border-left: 0;
  border-radius: 0 50px 50px 0;
  border-right: 3px solid var(--falcon-dark);
}

.location-chrt span.location:nth-of-type(2) {
  left: 0;
  top: 18%;
  width: 20%;
  border-left: 0;
  border-radius: 0 50px 50px 0;
  border-right: 3px solid var(--falcon-dark);
}

.location-chrt span.location:nth-of-type(3) {
  right: 0;
  bottom: 20%;
  width: 20%;
  border-right: 0;
  border-radius: 50px 0 0 50px;
  border-left: 3px solid var(--falcon-dark);
}

.location-chrt span.location:nth-of-type(4) {
  right: 0;
  bottom: 5%;
  width: 20%;
  border-right: 0;
  border-radius: 50px 0 0 50px;
  border-left: 3px solid var(--falcon-dark);
}

.location-chrt span.location:nth-of-type(5) {
  right: 0;
  bottom: 35%;
  width: 25%;
  border-right: 0;
  border-radius: 50px 0 0 50px;
  border-left: 3px solid var(--falcon-dark);
}

.btn.btn-primary:hover {
  background-color: var(--falcon-primary);
  border-color: var(--falcon-primary);
}

div:where(.swal2-icon.swal2-warning) {
  width: 3em !important;
  height: 3em !important;
  margin: 1.5em auto .6em !important;
}

div:where(.swal2-icon) .swal2-icon-content {
  font-size: 2.75em !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 20px !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
  font-size: 15px !important;
  font-weight: 500 !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  width: 24em !important;
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  background: var(--falcon-primary) !important;
}

div:where(.swal2-icon).swal2-warning {
  border-color: var(--falcon-primary) !important;
  color: var(--falcon-primary) !important;
}

.login-bg {
  background: linear-gradient(180deg, #f99d1e1c, transparent);
}

fieldset.info {
  min-width: 0;
  padding: 0 25px;
  margin: 0px;
  border: 1px solid var(--falcon-primary);
  border-radius: .25rem;
}

fieldset.info {
  font-size: 15px;
  transition: all .3s ease-in-out;
}

fieldset.info legend {
  float: none;
  width: auto;
  padding: 0px 5px;
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: inherit;
  font-weight: 600;
  font-style: italic;
  color: var(--falcon-primary);
}


.pulsating-circle {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 17px;
  margin-right: 15px;
}

.pulsating-circle.success:before {
  background-color: #4cff52;
}

.pulsating-circle.success:after {
  background-color: #36d60e;
}

.pulsating-circle.danger:before {
  background-color: #e64141;
}

.pulsating-circle.danger:after {
  background-color: #e31e1e;
}

.pulsating-circle.secondary:before {
  background-color: gray;
}

.pulsating-circle.secondary:after {
  background-color: gray;
}

.pulsating-circle.warning:before {
  background-color: #ffd400;
}

.pulsating-circle.warning:after {
  background-color: #dfbe1e;
}

.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #46c6f2;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.text-blue {
  color: rgb(44 123 229);
}

.body-cut {
  position: absolute;
  background-color: var(--falcon-primary);
  height: 40px;
  width: 40px;
  top: -20px;
  left: -20px;
  transform: rotate(45deg);
}