* {
  font-family: "Lato", sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  font-family: "Lato", sans-serif;
  height: 100%;
}

.banner {
  background: #426b97;
  border-radius: 5px;
}

#wrapper {
  display: flex;
}

.spinner {
  position: fixed;
  z-index: 999999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.reset_btn {
  color: #4f6a93;
  text-decoration: underline;
}

.shadow_map {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  /* Similar syntax to box-shadow */
}

/* 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);
}

.selectedDistrictText {
  padding: 1em;
  color: #ffffff;
  /* letter-spacing: .05em; */
  font-size: 1.4em !important;
  font-weight: 600;
}

/*
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_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;
}

/*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);
  }
}

#wrapper #content-wrapper {
  background-color: #f3f9ff;
  width: 100%;
  overflow-x: hidden;
}

#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

.top-bar {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: #ffffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #ffffff, 0px 0px 2px #c8c8c8;
}

.logo {
  position: absolute;
  top: 0.5em;
  width: 225px;
  height: 54px;
  border-radius: 0px;
}

.logo img {
  width: 75%;
}

.right-section-container {
  margin-top: 0.8em;
  display: flex;
  align-items: center;
}

.text {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #222;
}

.divider {
  margin-left: 5px;
  height: 50px;
  border-width: 0.5px;
  border-color: #bcc1caff;
  border-style: solid;
  transform: rotate(180deg);
}

/* Avatar 565 */
.avatar {
  position: relative;
  width: 40px;
  height: 40px;
  background: #ffcebdff;
  opacity: 1;
  overflow: hidden;
  border-radius: 20px;
}

.avatar img {
  width: 40px;
  height: 40px;
}

.avatar .badge {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.avatar.active .badge {
  background: #000000ff;
  opacity: 0;
  border-width: 1.5px;
  border-color: #ffffffff;
}

.avatar.inactive .badge {
  background: #000000ff;
  opacity: 0;
  border-width: 1.5px;
  border-color: #ffffffff;
}

.avatar.idle .badge {
  background: #000000ff;
  opacity: 0;
  border-width: 1.5px;
  border-color: #ffffffff;
}

.avatar.do_not_disturb .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 10px;
  color: #ffffffff;
  background: #000000ff;
  opacity: 0;
  border-width: 1.5px;
  border-color: #ffffffff;
}

/* Heading */
.heading {
  font-size: 1em;
  font-weight: 600;
  line-height: 30px;
  color: #74787d;
}

/*
Button
*/
.btn-custom {
  background: #50afef;
  color: #ffffff;
  height: 29px;
  min-width: 84px;
}

.heading_district {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 30px;
  color: #5b5d60;
}

/* Inputs */

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Dropdown button 28 */
.dropdown {
  position: absolute;
  top: 175px;
  left: 134px;
  opacity: 1;
}

.dropdown input {
  width: 192px;
  height: 36px;
  padding-left: 12px;
  padding-right: 34px;
  font-family: Lato;
  font-size: 14px;
  color: #171a1fff;
  background: #00000000;
  border-radius: 6px;
  border-width: 1px;
  border-color: #9095a0ff;
  outline: none;
}

.dropdown svg {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  fill: #171a1fff;
}

/* hover */
.dropdown input:hover {
  color: #171a1fff;
  border-color: #6e7787ff;
}

/* focused */
.dropdown input:focused {
  color: #171a1fff;
  border-color: #9095a0ff;
}

/* disabled */
.dropdown input:disabled {
  color: #171a1fff;
  border-color: #9095a0ff;
}

.dropdown :disabled + .icon,
.dropdown :disabled + .icon + .icon {
  fill: #171a1fff;
}

/* Custom */
.filter div label {
  min-width: max-content;
  color: #1a1a1b;
  width: auto;
}

.course label {
  width: 95% !important;
}

.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-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="M2 5l6 6 6-6"/%3e%3c/svg%3e
  );
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.add-shadow {
  box-shadow: 1px 1px 4px #969292;
}

/* Hover Window */
#hover-window {
  position: absolute;
  right: -308px;
  top: 0px;
  width: 300px;
  height: fit-content;
  background-color: #fff;
  border-radius: 5px;
  padding: 1em;
  z-index: 999;
  border: #ebebeb solid 1px;
}

.badge {
  border-radius: 0 !important;
  background-color: #ffffff !important;
  color: #50afef;
  font-size: 1em;
  font-weight: 600;
}

#hover-window .arrow {
  position: absolute;
  left: -10px;
  top: 6px;
  color: #a7a7a7;
}

#hover-window .close {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #505050;
  cursor: pointer;
}

#hover-window .arrow {
  display: block;
}

#hover-window .close:hover {
  color: #9c9c9c;
}

.hoverData {
  font-size: 0.8em !important;
}

.hoverHeading {
  font-size: 0.9em;
  font-weight: 600;
  color: #232324;
}
.left-arrow {
  left: auto !important;
  right: -8px !important;
}

.left {
  left: -308px;
}

/* Overview */
/* Box with icon */
.overview {
  position: relative;
}

.overview .box {
  width: 100%;
  min-width: 100%;
  min-height: 88px;
  background: #ffffffff;
  border-radius: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.overview:not(:first-child) {
  margin-left: 0.5em;
}

.overview .box .heading {
  font-size: 0.75em;
  font-weight: 600;
  line-height: 10px !important;
}

.overview .box .content {
  display: flex;
  flex-direction: column;
  align-content: start;
  justify-content: center;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}

.overview .box .count {
  font-size: 1.15em;
  color: #4b4d50;
  font-weight: 600;
}

.overview .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 1.1em;
  border-radius: 50px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview .box .view {
  position: absolute;
  right: 12px;
  top: 6px;
  color: #b6bebb;
}
.overview .box .view:hover {
  cursor: pointer;
  color: #3e3f3e;
}

.overview .icon.users {
  background-color: #f1edfc;
}

.overview .icon.users i {
  color: #b067ac;
}

.overview .icon.courses {
  background-color: #f8e9ee;
}

.overview .icon.courses i {
  color: #c62c5e;
}

.overview .icon.enrollment {
  background: #f6fffe;
}

.overview .icon.enrollment i {
  color: #75c3ad;
}

.overview .icon.completion {
  background: #f1f5ff;
}

.overview .icon.completion i {
  color: #7a9bde;
}

.overview .icon.hours {
  background: #fff4f0;
}

.overview .icon.hours i {
  color: #db6541;
}

.overview .icon.languages {
  background: #e1ad23;
}

.overview .box.languages {
  background: #fff4d1;
}

/* Custom Grid size */
.col-md-2-5 {
  width: 20%;
}

/* Outer Box */
.outer-box {
  background-color: #ffffff;
  padding: 1.8em 2em;
  border-radius: 0.5em;
}

/* Chart */
.chart-box {
  width: 100%;
  background: #ffffffff;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
}

.chart-box .graph {
  position: relative;
  min-height: 304px;
  padding-bottom: 2.5em;
  width: 100%;
  height: 100%;
}

.chart-box .graph.bar {
  padding: 2em 1.2em 0.5em 1.2em !important;
}

.chart-box .title {
  font-size: 0.8em;
  font-weight: 600;
  padding-left: 1.2em;
  padding-top: 1em;
  color: #5b5d60;
}

.report_link a {
  color: #4f6a93 !important;
  text-decoration: underline !important;
}

.bottom-bg {
  position: absolute;
  width: 100%;
  min-height: 835px;
  bottom: 0;
  left: 0;
  background: #e5e5e5bd;
  z-index: -1;
}

/* Map */

/*
 * This product includes color specifications and designs developed by Cynthia
 * Brewer (http://colorbrewer.org/).
   #e7e7e7
 */

.map {
  width: 100%;
  min-height: 382px;
  /*
      padding: 1.5em;
     height: 100%;*/
}

.viewAll {
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: 999;
}

.clickOnDistrictInfo {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.map .title {
}

.map-controls{
  position:absolute;
  background: #2e2e2e;
  color: #ffffff;
  right: 5px;
  bottom: 5px;
  width: 50px;
  z-index: 999;
}

svg {
  background: #fff;
}

#state {
  fill: #dad7d7;
  opacity: 1;
  stroke: #ffffff;
  stroke-width: 0.4;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 320px;
  /* padding-bottom: 100%; aspect ratio */
  vertical-align: top;
  overflow: hidden;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0;
}

svg .rect {
  fill: gold;
  stroke: steelblue;
  stroke-width: 5px;
}

.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);
}

/* Active Districts */
.active_district {
  fill: #8ec03f;
}

.active_district:hover {
  fill: rgb(52, 106, 152);
}

.selected_district {
  fill: rgb(52, 106, 152);
}

.disabled {
  pointer-events: none;
  color: #b2bac6;
  text-decoration: none;
}

/*Custom margin*/
.mt-1_5 {
  margin-top: 1.1em !important;
}

/* Custom Grid*/
.col-lg-2_4 {
  width: 20% !important;
}

.col-lg-5 {
  width: 30% !important;
}

/* Media Queries*/
@media only screen and (max-width: 1550px) {
  .svg-content-responsive {
    top: 5%;
  }

  .district-dropdown {
    display: none;
  }

  .map {
    min-height: 393px;
  }

  .chart-box .graph {
    padding-bottom: 0 !important;
    min-height: 262px;
  }

  .svg-container {
    min-height: 320px;
  }

  .overview .box {
    min-width: 164px;
  }
}

@media only screen and (min-width: 1600px) {
  .svg-content-responsive {
    top: -4%;
  }

  .district-dropdown {
    display: none;
  }

  .svg-container {
    min-height: 432px;
  }
}

/*Common Break Pints*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .logo {
    top: 1em;
  }

  .logo img {
    width: 55%;
  }

  #heading {
    display: none;
  }

  .right-section-container {
    margin-top: 1em;
  }

  .map-container {
    display: none;
  }

  .district-dropdown {
    display: block;
  }

  .col {
    width: 100% !important;
  }

  .overview,
  .chart-box {
    margin-bottom: 0.5em;
  }

  .overview .box {
    justify-content: space-between;
  }

  .overview .box .content {
    align-items: flex-end;
  }

  .overview .box .view {
    right: 6px;
    top: 0px;
    color: #b6bebb;
  }

  /* Hover Window */
  #hover-window {
    right: 0px;
    top: 0px;
    width: 100%;
    height: fit-content;
    background-color: #fff;
    border-radius: 5px;
    padding: 1em;
    z-index: 999;
    border: #ebebeb solid 1px;
  }
  #hover-window .arrow {
    display: none;
  }
}

/*!* Small devices (portrait tablets and large phones, 600px and up) *!
@media only screen and (min-width: 600px) {
    ...
}

!* Medium devices (landscape tablets, 768px and up) *!
@media only screen and (min-width: 768px) {
    ...
}

!* Large devices (laptops/desktops, 992px and up) *!
@media only screen and (min-width: 992px) {
    ...
}

!* Extra large devices (large laptops and desktops, 1200px and up) *!
@media only screen and (min-width: 1200px) {
    ...
}*/

/*
 *  STYLE 4
 */

.style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(49, 48, 48, 0.3);
  background-color: #f5f5f5;
}

.style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.style-4::-webkit-scrollbar-thumb {
  background-color: #2e2e2e;
  border: 1px solid #555555;
}
