* {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}
.main-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.spinner {
  position: fixed;
  z-index: 999999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.logo img {
  width: 14%;
}

/* Transparent Overlay */
.spinner:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
/*
Loader
*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #67a102;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Spinner ------  */
@keyframes ldio-96dr25p6p5v {
  0% {
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.88, 0.88);
  }
  100% {
    opacity: 0;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
  }
}
.ldio-96dr25p6p5v div > div {
  position: absolute;
  width: 14.879999999999999px;
  height: 14.879999999999999px;
  border-radius: 50%;
  background: #5d5d5d;
  animation: ldio-96dr25p6p5v 1s linear infinite;
}
.ldio-96dr25p6p5v div:nth-child(1) > div {
  left: 91px;
  top: 55px;
  animation-delay: -0.875s;
}
.ldio-96dr25p6p5v > div:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 98.44px 62.44px;
}
.ldio-96dr25p6p5v div:nth-child(2) > div {
  left: 80px;
  top: 80px;
  animation-delay: -0.75s;
}
.ldio-96dr25p6p5v > div:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 87.44px 87.44px;
}
.ldio-96dr25p6p5v div:nth-child(3) > div {
  left: 55px;
  top: 91px;
  animation-delay: -0.625s;
}
.ldio-96dr25p6p5v > div:nth-child(3) {
  transform: rotate(90deg);
  transform-origin: 62.44px 98.44px;
}
.ldio-96dr25p6p5v div:nth-child(4) > div {
  left: 29px;
  top: 80px;
  animation-delay: -0.5s;
}
.ldio-96dr25p6p5v > div:nth-child(4) {
  transform: rotate(135deg);
  transform-origin: 36.44px 87.44px;
}
.ldio-96dr25p6p5v div:nth-child(5) > div {
  left: 19px;
  top: 55px;
  animation-delay: -0.375s;
}
.ldio-96dr25p6p5v > div:nth-child(5) {
  transform: rotate(180deg);
  transform-origin: 26.439999999999998px 62.44px;
}
.ldio-96dr25p6p5v div:nth-child(6) > div {
  left: 29px;
  top: 29px;
  animation-delay: -0.25s;
}
.ldio-96dr25p6p5v > div:nth-child(6) {
  transform: rotate(225deg);
  transform-origin: 36.44px 36.44px;
}
.ldio-96dr25p6p5v div:nth-child(7) > div {
  left: 55px;
  top: 19px;
  animation-delay: -0.125s;
}
.ldio-96dr25p6p5v > div:nth-child(7) {
  transform: rotate(270deg);
  transform-origin: 62.44px 26.439999999999998px;
}
.ldio-96dr25p6p5v div:nth-child(8) > div {
  left: 80px;
  top: 29px;
  animation-delay: 0s;
}
.ldio-96dr25p6p5v > div:nth-child(8) {
  transform: rotate(315deg);
  transform-origin: 87.44px 36.44px;
}
.loadingio-spinner-spin-9l9rsbygirr {
  width: 124px;
  height: 124px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-96dr25p6p5v {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-96dr25p6p5v div {
  box-sizing: content-box;
}
/* generated by https://loading.io/ */

.spinner_inner {
  display: flex;
  position: absolute;
  z-index: 999999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
}

.spinner_inner_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}

/*Different Loader*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #b2b2b2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.top-bar {
  background: #ffffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 10px rgba(61, 61, 61, 0.15);
  z-index: 999999 !important;
}
.right-section-container .text {
  font-size: 1.2em;
  font-weight: 600;
}
.container-fluid.top-bar {
  padding: 1.2rem;
}
.main {
  position: relative;
  background-color: #ffffff;
}

.main_state_bg {
  background-color: #f9f7fc;
}

.main-row {
  position: relative;
  z-index: 99999;
}

.blue-circle {
  position: absolute;
  background-color: #e5f5ff;
  width: 806px;
  height: 806px;
  border-radius: 50%;
  margin-top: -484px;
  margin-left: -110px;
  z-index: 1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bg_element1 {
  position: absolute;
  width: 724px;
  height: 419px;
  left: -464px;
  bottom: -70px;
  background-image: url(../img/Bg_asset_1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_element2 {
  position: absolute;
  width: 825px;
  height: 334px;
  left: 165px;
  bottom: -15px;

  /* background-image: url(/assets/img/Bg_asset_4.svg);
  background-size: cover;
  background-repeat: no-repeat;  */
}
.animation_element {
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -338px;
  left: 120px;
  background-image: url(../img/Bg_asset_4.svg);
  background-size: cover;
  background-repeat: no-repeat;
  animation: rotate 30s linear infinite;
}

.top-text {
  display: flex;
}
.heading {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.dynamic_text_state_country {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.dynamic_text_state_country::before {
  /* content: "";
  display: inline-block;
  width: 1.875rem;
  height: 0.25rem;
  margin-right: 0.125rem;
  background: #95c342; */
}
.top_description {
  margin-top: 0.4em;
  font-size: 0.95em;
}

.top-text .icon-container {
  padding: 0.5em;
  width: 80px;
  height: 70px;
  border-radius: 8px;
  background-color: #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-text .icon-container i {
  font-size: 1.5em;
}

.top-text .icon-container.green {
  color: #85a45d;
}
.top-text .icon-container.blue {
  color: #6e82ad;
}

.top-text .stats {
  padding-left: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-text .heading {
  font-size: 0.9em;
  font-weight: 600;
}

.top-text .count {
  font-size: 1.5em;
  font-weight: 600;
}

.top-text .count.green {
  color: #85a45d;
}

.top-text .count.blue_text {
  color: #6e82ad;
}

.box-container {
  display: flex;
}

.table-wrapper {
  padding-right: 1em;
  height: 100%;
  /* min-height: 235px; */
  max-height: 250px;
  overflow-y: auto;
}

.table-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.table-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #938e8e;
}

/*
Button
*/
.btn-custom {
  background: #50afef !important;
  color: #ffffff !important;
  width: 100px;
  min-width: 84px;
}

/* Box */
.box {
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 34.75vh;
  /* padding-top: 0.5em;
  padding-bottom: 0.5em; */
  margin: 0.25em;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0.325rem 0.25rem rgba(0, 0, 0, 0.1) !important;
  justify-content: space-around;
  flex-direction: column;
  /*transform: translateX(-500%);
  transition: transform 1.2s ease-in-out;*/
}
.box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.box .data-div {
  width: 200px;
}
.box .graph {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.box .graph.bar {
  min-height: 320px;
}
.box .content {
  cursor: pointer;
}
.box .view-more {
  color: #2a00ff;
  font-weight: 600;
}
.box.fadeIn#userbox {
  animation: fadeInLeft 0.13s ease-in both;
  animation-delay: 0.13s;
}
.box.fadeIn#rolesbox {
  animation: fadeInLeft 0.13s ease-in both;
  animation-delay: 0.26s;
}
.box.fadeIn#coursebox {
  animation: fadeInLeft 0.13s ease-in both;
  animation-delay: 0.26s;
}
.box.fadeIn#enrolments {
  animation: fadeInLeft 0.13s ease-in both;
  animation-delay: 0.39s;
}
.box.fadeIn#certificatebox {
  animation: fadeInDown 0.13s ease-in both;
  animation-delay: 0.52s;
}
.box.fadeIn#learninghours {
  animation: fadeInRight 0.13s ease-in both;
  animation-delay: 0.65s;
}
.box.fadeIn#completions {
  animation: fadeInRight 0.13s ease-in both;
  animation-delay: 0.78s;
}
.box.grayed {
  background-color: #a8aeb54a;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.box.fadeOut {
  transform: translate3d(0, 0, 0);
}
.box.fadeOut#userbox {
  animation: fadeOutLeft 0.13s ease-in both;
  animation-delay: 0.78s;
}
.box.fadeOut#rolesbox {
  animation: fadeOutLeft 0.13s ease-in both;
  animation-delay: 0.65s;
}
.box.fadeOut#coursebox {
  animation: fadeOutLeft 0.13s ease-in both;
  animation-delay: 0.65s;
}
.box.fadeOut#enrolments {
  animation: fadeOutLeft 0.13s ease-in both;
  animation-delay: 0.52s;
}
.box.fadeOut#certificatebox {
  animation: fadeOutTop 0.13s ease-in both;
  animation-delay: 0.39s;
}
.box.fadeOut#learninghours {
  animation: fadeOutRight 0.13s ease-in both;
  animation-delay: 0.26s;
}
.box.fadeOut#completions {
  animation: fadeOutRight 0.13s ease-in both;
  animation-delay: 0.13s;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
@keyframes fadeOutTop {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

.box.customHover:hover {
  cursor: pointer;

  /* transform: rotateX(10deg) rotateY(-10deg); */
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  transform: scale(
    1.008
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 9999;
}

.box.disabled {
  box-shadow: none !important;
  background-color: transparent !important;
  align-items: center !important;
}

.box.gradient-border {
  border-image-slice: 1;
  border-bottom: 1px solid;
  border-width: 1px;
  border-image-source: linear-gradient(
    to left,
    #ffffff00 15%,
    #a1cbe099,
    #ffffff00 85%
  );
}

.box.gradient-border::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0, #ffffff00 15%, #a1cbe099, #ffffff00 85%);
}

.box .icon.disabled {
  margin-left: 0em !important;
}

.box .content.disabled {
  margin-left: 0em !important;
  align-items: center !important;
}

/* .glare-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.glare {
  position: absolute;
  left: 100%;
  bottom: -50%;
  width: 150%;
  height: 150%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 20%
  );
  transform: rotateZ(35deg);
  pointer-events: none;
  filter: blur(4px);
} */

.box .icon {
  /*position: absolute; */
  left: 25px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.box .icon i {
  font-size: 2.2em;
}
.box .content {
  color: #010101;
}

.box .content .count {
  font-size: 2rem;
  font-weight: 600;
}

.box .content .text {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #383838;
  text-transform: uppercase;
}

.purple-dark {
  background-color: #a866ab;
}

.purple-darker {
  color: #a866ab;
}

.purple-darker-bg {
  background-color: #a866ab;
}

.users-tooltip {
  background-color: #a866ab !important;
}
.users-tooltip i {
  color: #a866ab;
}

.purple {
  background: #f1edfc;
}

.pink-dark {
  background-color: #a866ab;
}

.pink-darker {
  color: #dc005c;
}

.pink-darker-bg {
  background-color: #dc005c;
}

.pink {
  background: #fce6e5;
}

.courses-tooltip {
  background-color: #dc005c !important;
}
.courses-tooltip i {
  color: #dc005c;
}

.green-dark {
  background-color: #a866ab;
}

.green-darker {
  color: #4acaad;
}

.green-darker-bg {
  background-color: #4acaad;
}

.green {
  background: #e9fdfb;
}

.enrolments-tooltip {
  background-color: #4acaad !important;
}
.enrolments-tooltip i {
  color: #4acaad;
}

.orange {
  background: #fff4f0;
}

.orange-dark {
  background: #f4774b;
}

.orange-dark_bg {
  background: #f4774b;
}

.orange-darker {
  color: #ee5b3a;
}

.orange-darker-bg {
  background-color: #ee5b3a;
}

.learninghours-tooltip {
  background-color: #ee5b3a !important;
}
.learninghours-tooltip i {
  color: #ee5b3a;
}

.yellow {
  background: #fcf8ed;
}

.yellow-dark {
  background: #e3b242;
}

.yellow-darker {
  color: #feb90a;
}

.yellow-darker-bg {
  background-color: #feb90a;
}

.certificates-tooltip {
  background-color: #feb90a !important;
}
.certificates-tooltip i {
  color: #feb90a;
}

.blue {
  background: #f1f4ff;
}

.blue-dark {
  background: #34adef;
}

.blue-darker {
  color: #7c8ee0;
}

.blue-darker-bg {
  background-color: #7c8ee0;
}

.box:first-child {
  margin-left: 0em !important;
}

.completions-tooltip {
  background-color: #7c8ee0 !important;
}
.completions-tooltip i {
  color: #7c8ee0;
}

/* Table */
.table {
  border-collapse: separate;
  border-spacing: 0 20px;
  padding-top: 0px !important;
  margin-top: -8px !important;
}

.table tr:first-child {
  border-spacing: 0;
}

.table tbody tr {
  background-color: #ffffff;
  border-radius: 5px;
}

.table td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 1em;
}

.table td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.2);
}

.table-data span {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.4);
}

.table-data span:first-child {
  font-size: 0.8em;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

.next-btn {
  font-size: 0.95em;
  color: #7e7e7e;
  /* cursor: pointer; */
}

/* Footer */
footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2.5em;
  background-color: #e8e8e8;
}

/* Map Container */
#map-container {
  position: relative;
  width: 100%;
  height: 100vh;
}

#link_dp_container {
  position: absolute;
  right: 31px;
  top: 54px;
  display: none;
  z-index: 9;
}
/* Drop down style*/

#view_india_statistics_link {
}
#link_dp_container #view_india_statistics_link a {
  cursor: pointer;
  color: #347ca8;
  font-size: 0.8em;
  text-decoration: underline;
}

#map-container #state_details_link {
  position: absolute;
  right: 25px;
  bottom: 91px;
  color: #1d1f20;
  font-size: 0.8em;
  z-index: 9;
}

/*Custom Select Styles */
.form-select {
  border-color: #74c1eb !important;
  color: #6e707e !important;
  padding: 0.25rem 1.9rem 0.25rem 0.75rem !important;
  color: #212529;
  background-color: #f3f9ff;

  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
#india_map , #state {
  /* fill: #eaeaea; */
  opacity: 1;
  stroke: #a8aeb5;
  stroke-width: 0.4;
}
#india_map path:not(.active_state) {
  fill: #a8aeb5;
}


/* .active_state {
  animation-name: colorChange;
  animation-duration: 3s;
  animation-fill-mode: forwards;
} */

.active_state.highlight {
  fill: rgb(149, 195, 66);
}

/* Active Districts */
.active_district {
  fill: #8ec03f;
  stroke: #365508;
}

.active_district:hover {
  fill: rgb(52, 106, 152);
  cursor: pointer;
}
.disabled_district {
  fill: #fcfcfc;
  stroke: #365508;
}

.selected_district {
  fill: rgb(52, 106, 152);
}

.selected_district_name {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.selected_district_name::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 0.25rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.78rem;
  background: #1c1c1c;
}

#india_map.fadeout {
  animation-name: fadeout;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  /* fill: #fcfcfc;
  opacity: 1;
  stroke: #e8ebeb;
  stroke-width: 0.4; */
}

.active_state:hover {
  cursor: pointer;
  fill: rgb(149, 195, 66) !important;
  stroke: #646464;
}

/**/
/* Define the keyframe animation for the fadeout */
@keyframes fadeout {
  0% {
    fill: #eaeaea;
    stroke: #a8aeb5;
  }
  100% {
    fill: #fcfcfc;
    stroke: #e8ebeb;
  }
}

@keyframes colorChange {
  0% {
    /* fill:  rgb(149, 195, 66); */
    opacity: 0.5;
    /* stroke:#e8ebeb;
    stroke-width: 0.4; */
  }
  100% {
    fill: #3672a0;
    opacity: 1; /*
    stroke: #e8ebeb;
    stroke-width: 0.4; */
  }
}

svg {
  width: 100%;
  height: auto;
  /* filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2)); */
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 80vh;
  /* padding-bottom: 100%; aspect ratio */
  vertical-align: top;
  overflow: hidden;
}

.svg-container-state {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 80vh;
  /* padding-bottom: 100%; aspect ratio */
  vertical-align: top;
  overflow: hidden;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0;
}

.svg-content-responsive-state {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 0%;
}

svg .rect {
  fill: gold;
  stroke: steelblue;
  stroke-width: 5px;
}

tspan {
  font-size: inherit;
}

.Blues .q0-3 {
  fill: rgb(222, 235, 247);
}

.Blues .q1-3 {
  fill: rgb(158, 202, 225);
}

.Blues .q2-3 {
  fill: rgb(49, 130, 189);
}

.Blues .q0-4 {
  fill: rgb(239, 243, 255);
}

.Blues .q1-4 {
  fill: rgb(189, 215, 231);
}

.Blues .q2-4 {
  fill: rgb(107, 174, 214);
}

.Blues .q3-4 {
  fill: rgb(33, 113, 181);
}

.Blues .q0-5 {
  fill: rgb(239, 243, 255);
}

.Blues .q1-5 {
  fill: rgb(189, 215, 231);
}

.Blues .q2-5 {
  fill: rgb(107, 174, 214);
}

.Blues .q3-5 {
  fill: rgb(49, 130, 189);
}

.Blues .q4-5 {
  fill: rgb(8, 81, 156);
}

.Blues .q0-6 {
  fill: rgb(239, 243, 255);
}

.Blues .q1-6 {
  fill: rgb(198, 219, 239);
}

.Blues .q2-6 {
  fill: rgb(158, 202, 225);
}

.Blues .q3-6 {
  fill: rgb(107, 174, 214);
}

.Blues .q4-6 {
  fill: rgb(49, 130, 189);
}

.Blues .q5-6 {
  fill: rgb(8, 81, 156);
}

.Blues .q0-7 {
  fill: rgb(239, 243, 255);
}

.Blues .q1-7 {
  fill: rgb(198, 219, 239);
}

.Blues .q2-7 {
  fill: rgb(158, 202, 225);
}

.Blues .q3-7 {
  fill: rgb(107, 174, 214);
}

.Blues .q4-7 {
  fill: rgb(66, 146, 198);
}

.Blues .q5-7 {
  fill: rgb(33, 113, 181);
}

.Blues .q6-7 {
  fill: rgb(8, 69, 148);
}

.Blues .q0-8 {
  fill: rgb(247, 251, 255);
}

.Blues .q1-8 {
  fill: rgb(222, 235, 247);
}

.Blues .q2-8 {
  fill: rgb(198, 219, 239);
}

.Blues .q3-8 {
  fill: rgb(158, 202, 225);
}

.Blues .q4-8 {
  fill: rgb(107, 174, 214);
}

.Blues .q5-8 {
  fill: rgb(66, 146, 198);
}

.Blues .q6-8 {
  fill: rgb(33, 113, 181);
}

.Blues .q7-8 {
  fill: rgb(8, 69, 148);
}

.Blues .q0-9 {
  fill: rgb(247, 251, 255);
}

.Blues .q1-9 {
  fill: rgb(222, 235, 247);
}

.Blues .q2-9 {
  fill: rgb(198, 219, 239);
}

.Blues .q3-9 {
  fill: rgb(158, 202, 225);
}

.Blues .q4-9 {
  fill: rgb(107, 174, 214);
}

.Blues .q5-9 {
  fill: rgb(66, 146, 198);
}

.Blues .q6-9 {
  fill: rgb(33, 113, 181);
}

.Blues .q7-9 {
  fill: rgb(8, 81, 156);
}

.Blues .q8-9 {
  fill: rgb(8, 48, 107);
}

/* Popup */
#popup {
  position: absolute;
  display: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  color: #302f2f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

/* Tooltip*/

.tooltipDiv {
  position: absolute;
  width: fit-content;
  height: fit-content;
  padding: 0.255em 0.5em;
  color: #010101;
  bottom: 16px;
  right: -175px;
  left: 61px;
  font-size: 0.65rem;
  font-weight: 600;
  background-color: #95c342;
  box-shadow: 0.025rem 0.025rem 0.85rem rgba(0, 0, 0, 0.4) !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tooltipDiv i {
  position: absolute;
  left: -5px;
}

.menu:hover .tooltipDiv {
  opacity: 1;
}

/* Breadcrump */
/** * Breadcrumb Styles */

.breadcrumb_ {
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb_ > li > ul > li a.selected {
  background-color: #bfb4b4;
  /* border-bottom: #714006 solid 2.5px; */
  color: #ffffff;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.breadcrumb_ > li {
  display: inline-block;
  padding: 0.5em 0;
}
.breadcrumb_ > li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 0.5em 0 0.25em;
  color: #292928;
  font-weight: 300;
}

.breadcrumb_ > li > a {
  color: #51504f;
  font-size: 1.2rem;
}
@media only screen and (min-width: 40em) {
  .breadcrumb_ {
    font-size: 0.825em;
  }
}
.breadcrumb_:after {
  display: none;
}
@media (hover) {
  .breadcrumb_:after {
    content: "hover";
  }
}
.breadcrumb_ > li:hover > a {
  color: rgb(93, 75, 75);
}
.breadcrumb_ li {
  position: relative;
}
.breadcrumb_ li ul {
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 0;
  left: -9999px;
  z-index: 2;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  max-height: 250px;
  min-height: 250px;
  overflow-y: auto;
  min-width: 150px;
  max-width: 280px;
  overflow-x: hidden;
}

.breadcrumb_ li ul li {
  margin-left: -32px;
}

.breadcrumb_ li ul a {
  display: block;
  white-space: nowrap;
  padding: 0.6em 0.8em;
  border-bottom: 1px solid #cbcccb;
  color: #4b4d4b;
  font-size: 1.2rem;
  margin-left: 0px;
  margin-right: 0;
  cursor: pointer;
}
.breadcrumb_ li:hover ul li {
  display: block;
}
.breadcrumb_ li:hover ul li a:hover {
  color: #b5a54a;
}

.breadcrumb__toggle {
  cursor: pointer;
}

.breadcrumb__toggle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 0.3333333333em;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333332;
  transition: border-color 0.3s ease-in-out;
}
.breadcrumb_ li:hover .breadcrumb__toggle:after {
  border-top-color: rgb(111, 109, 109);
}
@media (hover) {
  .breadcrumb_ li:hover ul,
  .breadcrumb_ li:focus ul {
    left: 0;
  }
}
.breadcrumb_ li.is-toggled ul {
  left: 0;
}

/* Breadcrump */

/* Details ----------------- style */
.circle_container {
  margin-top: 50%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
.circle.slideInDown {
  animation: slideinDown 0.13s ease-in both;
}
.circle.slideInDown:nth-child(2) {
  animation-delay: 0.26s;
}
.circle.slideInDown:nth-child(3) {
  animation-delay: 0.39s;
}
.circle.slideInDown:nth-child(4) {
  animation-delay: 0.52s;
}
.circle.slideInDown:nth-child(5) {
  animation-delay: 0.65s;
}
.circle.slideInDown:nth-child(6) {
  animation-delay: 0.78s;
}
@keyframes slideinDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.circle.menu {
  position: relative;
  margin-top: 0.6em;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 9999;
}

.circle.inner {
  position: relative;
  margin-top: 0.6em;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; */
  z-index: 9999;
}

.circle.initial {
  transform: translateX(-500%);
  transition: transform 1.2s ease-in-out;
}

.circle.menu.initial.slideIn {
  transform: translateX(0);
}

.circle .icon i {
  font-size: 1.3rem;
}

.circle.menu:hover {
  cursor: pointer;
  border: #cccccc 1px solid;
}

/* Inner Details Bg ,Border, bar color codes */

.users_bg {
  background-color: #fcf5fc;
}

.courses_bg {
  background-color: #fcf5f8;
}

.enrolments_bg {
  background-color: #f5fcfb;
}

.completions_bg {
  background-color: #f5f6fc;
}

.learninghours_bg {
  background-color: #fcf6f5;
}

.certificates_bg {
  background-color: #fcfaf5;
}

.details-right-box .content {
  overflow-y: auto;
  min-height: 468px;
  max-height: 468px;
}

.details-right-box.users {
  background-color: #fcf5fc;
  border: #fce3fc solid 2px !important;
}
.details-right-box.users .row:first-child::after {
  background-color: #fce3fc;
}

.details-right-box.courses {
  background-color: #fcf5f8;
  border: #fce3ee solid 2px !important;
}
/* Ul li  bg color */
li.courses {
  background-color: #fce3ee !important;
}

.details-right-box.courses .row:first-child::after {
  background-color: #fce3ee;
}

.details-right-box.enrolments {
  background-color: #f5fcfb !important;
  border: #cafcf2 solid 2px !important;
}

li.enrolments {
  background-color: #cafcf2 !important;
}

.details-right-box.enrolments .row:first-child::after {
  background-color: #cafcf2;
}

.details-right-box.completions {
  background-color: #f5f6fc;
  border: #e3e8fc solid 2px !important;
}

li.completions {
  background-color: #e3e8fc !important;
}

.details-right-box.completions .row:first-child::after {
  background-color: #e3e8fc;
}

.details-right-box.learninghours {
  background-color: #fcf6f5;
  border: #fce8e3 solid 2px !important;
}

.details-right-box.learninghours .row:first-child::after {
  background-color: #fce8e3;
}

li.learninghours {
  background-color: #fce8e3 !important;
}

.details-right-box.certificates {
  background-color: #fcfaf5;
  border: #fceeca solid 2px !important;
}

li.certificates {
  background-color: #fceeca !important;
}

.details-right-box.certificates .row:first-child::after {
  background-color: #fceeca;
}

#users_button.active {
  background-color: #a866ab !important;
  color: #ffffff !important;
}
#users_button .icon.active {
  color: #ffffff !important;
}

#courses_button.active {
  background-color: #dc005c !important;
}

#courses_button .icon.active {
  color: #ffffff !important;
}

#enrolments_button.active {
  background-color: #4acaad !important;
}

#enrolments_button .icon.active {
  color: #ffffff !important;
}

#completions_button.active {
  background-color: #7c8ee0 !important;
}

#completions_button .icon.active {
  color: #ffffff !important;
}

#learninghours_button.active {
  background-color: #ee5b3a !important;
}

#learninghours_button .icon.active {
  color: #ffffff !important;
}

#certificates_button.active {
  background-color: #feb90a !important;
}

#certificates_button .icon.active {
  color: #ffffff !important;
}

.details-right-box {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  border: #ece3fb solid 2px;
  border-radius: 15px;
  transition: transform 0.5s ease;
}
.expandit {
  transform-origin: center center;
  animation: expand 1s ease-in both;
}
@keyframes expand {
  from {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.slide-in-left {
    animation: slide-in-from-left 1s ease;
}
@keyframes slide-in-from-left {
  from {
   
    transform: translateX(-105%);
  }
  to {
    
    transform: translateX(0)
  }
}

.slide-in-right {
  animation: slide-in-from-right 1s ease;
}
@keyframes slide-in-from-right {
from {
 
  transform: translateX(105%);
}
to {
  
  transform: translateX(0)
}
}

.details-right-box .row:first-child::after {
  content: "";
  display: block;
  width: 93%;
  height: 1.8px;
  background-color: rgb(228, 228, 228);
  margin: 18px auto;
}

.details-right-box .title .text {
  font-size: 1.5rem;
  /* letter-spacing: 0.8px; */
  font-weight: 600;
}

.details-right-box .count {
  font-size: 1.5rem;
  /* letter-spacing: 0.8px; */
  font-weight: 600;
}

.content .container h6 {
  font-size: 0.88em;
  font-weight: 600;
}

.content ul {
  border: none !important;
}
.content ul li {
  box-shadow: 0 0.1rem 0.25rem rgba(99, 99, 99, 0.05) !important;
  border-radius: 5px !important;
  border: none;
  font-size: 0.88em;
}

/* Animation */
/* animation class and keyframes */
.overflow-hidden {
  overflow: hidden;
}

.drop-in {
  animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
  animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}

/*Switch // Toggle*/
.toggle_container {
  margin-left: 1.4rem;
  display: flex;
  align-items: center;
}
.toggle_container b,
span {
  font-size: 0.88rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44.5px;
  height: 19px;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bold {
  font-weight: 600;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Show hide  */
.show {
  display: block;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Scrollbar  */

.style-users::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #fee4ff;
}

.style-users::-webkit-scrollbar {
  width: 5px;
  background-color: #fee4ff;
}

.style-users::-webkit-scrollbar-thumb {
  background-color: #a866ab;
  /* border: 1px solid #f79cfc; */
}

.style-courses::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #ffd6e7;
}

.style-courses::-webkit-scrollbar {
  width: 5px;
  background-color: #ffd6e7;
}

.style-courses::-webkit-scrollbar-thumb {
  background-color: #dc005c;
  /* border: 1px solid #f982b4; */
}

/* enrolments */
.style-enrolments::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #dbfdf5;
}

.style-enrolments::-webkit-scrollbar {
  width: 5px;
  background-color: #dbfdf5;
}

.style-enrolments::-webkit-scrollbar-thumb {
  background-color: #4acaad;
  /* border: 1px solid #a1fde7; */
}

/* Course completions */

.style-completions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #dfe5ff;
}

.style-completions::-webkit-scrollbar {
  width: 5px;
  background-color: #dfe5ff;
}

.style-completions::-webkit-scrollbar-thumb {
  background-color: #7c8ee0;
  /* border: 1px solid #a7b5f5; */
}

.style-learninghours::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #fcd1c8;
}

.style-learninghours::-webkit-scrollbar {
  width: 5px;
  background-color: #fcd1c8;
}

.style-learninghours::-webkit-scrollbar-thumb {
  background-color: #ee5b3a;
  /* border: 1px solid #fa8f77; */
}

.style-certificates::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #faeac3;
}

.style-certificates::-webkit-scrollbar {
  width: 5px;
  background-color: #faeac3;
}

.style-certificates::-webkit-scrollbar-thumb {
  background-color: #feb90a;
  /* border: 1px solid #fcd573; */
}

/* Scrollbar style */
.breadcrumb_ li ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #ebe8e1;
}

.breadcrumb_ li ul::-webkit-scrollbar {
  width: 5px;
  background-color: #eae7de;
}

.breadcrumb_ li ul::-webkit-scrollbar-thumb {
  background-color: #8ec03f;
  /* border: 1px solid #fcd573; */
}


.in-template {
  display: grid;
  gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 35% 65%;
  grid-template-areas: "users totals"
                      "users certs"
                      "roles certs"
                      "roles certs";
}

/* Mobile -Slide in , Slide out  */




/* Media Queries */
/* Large screens */
/* CSS rules for screens ≥1600px */
@media screen and (min-width: 2400px) {
  .logo img {
    width: 13.5%;
  }
  .table-wrapper {
    height: 100%;
    max-height: none;
  }
  .main > .row:first-child {
    padding: 2em !important;
  }
  .main-row .left-column {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

/* Media Queries --> Smaller Screens */
/* Media Queries*/
@media only screen and (max-width: 1550px) {
  .svg-content-responsive-state {
    top: -65px;
    left: -5%;
  }


}


/* CSS rules for screens ≥1400px */
@media screen and (max-width: 2000px) {
  * {
    font-size: 14px;
  }
  .logo img {
    width: 13.5%;
  }
  .details-right-box .content {
    overflow-y: auto;
    min-height: 250px;
    max-height: 250px;
  }
  .main-row .left-column {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 576px) {
  /* html, body {
    overflow-y: auto;
  } */
  .logo img {
    width: 52%;
  }
  #login-btn {
    line-height: 1;
  }
  .top_description {
    width: auto;
    margin-bottom: 0;
  }
  .breadcrumb_ {
    margin-bottom: 0;
  }

  .breadcrumb_ li ul li{
    margin-left: 0;
  }

  .breadcrumb_ li > .dropdown{
    margin-top: 3px;
  }

  .mobile_dropdown .dropdown-menu{
    max-height: 25dvh;
    min-height: 25dvh;
    overflow-y: auto;
  }

  #map-container {
    display: none;
  }
  .box {
    height: 20vh;
    padding: 0.45em;
  }
  .box .graph.bar {
    min-height: 220px;
  }
  .box .icon {
    width: 3rem;
    height: 3rem;
  }
  .box .icon i {
    font-size: 1.2em;
  }
  .box .data-div {
    width: 105px;
  }
  .box .content .count {
    font-size: 1.3em;
  }
  .box .content .text {
    font-size: 0.8rem;
  }
  .inner-container .row .navigation {
    display: none;
  }
  .details-right-box .content {
    overflow-y: auto;
    min-height: 32dvh;
    max-height: 32dvh;
  }
  .inner-container .row {
    justify-content: center;
  }
  .bottom-navigation-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px;
    z-index: 99999999999999;
    color: #50afef;
  }
  .bottom-navigation-container > i {
    font-size: 1.8em !important;
    color: #50afef !important;
    
  }

  .bottom-navigation-container > i.disabled {
    color: #d0cece !important;
  }

  .bottom-navigation-container > ul li i.active {
    color: #50afef !important;
    font-size: 1em !important;
  }

  .bottom-navigation-container ul li i {
    font-size: .8em !important;
    color:#d0cece  !important ;
  }
  .bottom-navigation-container ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
  }
  .bottom-navigation-container ul li {
    padding: 0.2em;
  }

  .details-right-box .title .text {
    font-size: 1em !important;
  }

  .details-right-box .count {
    font-size: 1em;
  }
  body {
    overflow-y: auto;
  }
  .box {
    height: 35vh;
  }
  .box .graph.bar {
    min-height: 345px;
  }
  .in-template {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas: "totals"
                        "users"
                        "roles"
                        "certs";
  }
}
