* {
  box-sizing: border-box;
}
html,
body {
  color: #99a0b0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f5f5fa;
  font-size: 16px;
  line-height: 120%;
  font-family: Open Sans, Helvetica, sans-serif;
}
.dashboard {

  display: grid;
  width: 100%;
  height: 100%;
  grid-gap: 0;
  grid-template-rows: 80px auto;
  grid-template-areas: 'menu search' 'menu content';

}
.search-wrap {
  grid-area: search;
  background: #fff;
  border-bottom: 1px solid #ede8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3em;
}
.search-wrap .search {
  height: 40px;
}
.search-wrap .search label {
  display: flex;
  align-items: center;
  height: 100%;
}
.search-wrap .search label svg {
  display: block;
}
.search-wrap .search label svg path,
.search-wrap .search label svg circle {
  fill: #fff;
  transition: fill 0.15s ease;
}

.search-wrap .search label img {
  display: block;
}

.search-wrap .search label img path,
.search-wrap .search label img circle {
  fill: #fff;
  transition: fill 0.15s ease;
}


.search-wrap .search label input {
  display: block;
  padding-left: 1em;
  height: 100%;
  margin: 0;
  border: 0;
}
.search-wrap .search label input:focus {
  background: #f5f5fa;
}
.search-wrap .search label:hover svg path,
.search-wrap .search label:hover svg circle {
  fill: #2b3a60;
}


.search-wrap .search label:hover img path,
.search-wrap .search label:hover img circle {
  fill: #2b3a60;
}



.search-wrap .user-actions button {
  border: 0;
  background: none;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  margin-left: 0.5em;
}
.span-nav{
  color: #fff !important;
}
ul svg {
  fill: #000;
}

ul img {
  fill: #000;
}

.search-wrap svg {
  fill: #014e92 !important;
}
.search-wrap span {
  color:#014e92 ;
  font-weight: 600;
}
.search-wrap .user-actions button svg {
  position: relative;
  top: 2px;
}
.search-wrap .user-actions button svg path,
.search-wrap .user-actions button svg circle {
  fill: #b6bbc6;
  transition: fill 0.15s ease;
}
.search-wrap .user-actions button:hover svg path,
.search-wrap .user-actions button:hover svg circle {
  fill: #2b3a60;
}



.search-wrap img {
  fill: #014e92 !important;
}
.search-wrap span {
  color:#014e92 ;
  font-weight: 600;
}
.search-wrap .user-actions button img {
  position: relative;
  top: 2px;
}
.search-wrap .user-actions button img path,
.search-wrap .user-actions button img circle {
  fill: #b6bbc6;
  transition: fill 0.15s ease;
}
.search-wrap .user-actions button:hover img path,
.search-wrap .user-actions button:hover img circle {
  fill: #2b3a60;
}



.menu-wrap {
  grid-area: menu;
  padding-bottom: 3em;
  overflow: auto;
  background: #fff;
  border-right: 1px solid #ede8f0;
}
.menu-wrap .user {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 ;
}
.menu-wrap .user .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.menu-wrap .user .user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-wrap .user figcaption {
  margin: 0;
  padding: 0 0 0 1em;
  color: #1b253d;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 100%;
}
.menu-wrap nav {
  display: block;
  padding: 0 3em;
}
.menu-wrap nav section {
  display: block;
  padding: 3em 0 0;
}
.menu-wrap nav h3 {
  margin: 0;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #4b84fe;
  font-weight: 600;
}
.menu-wrap nav ul {
  display: block;
  padding: 0;
  margin: 0;
}
.menu-wrap nav li {
  display: block;
  padding: 0;
 
  margin: 0.5em 0 0;
}
.menu-wrap nav li a {
  display: flex;
  align-items: center;
  justify-content: flex-stat;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  padding: 5px;
  transition: color 0.15s ease;
}
.menu-wrap nav li a svg {
  display: block;
  margin-right: 1em;
}
.menu-wrap nav li a svg path,
.menu-wrap nav li a svg circle {
  fill: #b6bbc6;
  transition: fill 0.15s ease;
}
.menu-wrap nav li a:hover {
  color: #ffffff;
  background-color:#3e62ae;
  border-radius: 10px;


}
.menu-wrap nav li a:hover svg path,
.menu-wrap nav li a:hover svg circle {
  fill: #2b3a60;
}
.menu-wrap nav li a.active {
  color: #4b84fe;
}
.menu-wrap nav li a.active svg path,
.menu-wrap nav li a.active svg circle {
  fill: #4b84fe;
}



.menu-wrap nav li a:hover img path,
.menu-wrap nav li a:hover img circle {
  fill: #2b3a60;
}
.menu-wrap nav li a.active {
  color: #4b84fe;
}
.menu-wrap nav li a.active img path,
.menu-wrap nav li a.active img circle {
  fill: #4b84fe;
}
.content-wrap {
  grid-area: content;
  padding: 3em;
  overflow: auto;
}
.content-wrap .content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrap .content-head h1 {
  font-size: 1.875em;
  line-height: 100%;
  color: #1b253d;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.content-wrap .content-head .action button {
  border: 0;
  background: #4b84fe;
  color: #fff;
  width: auto;
  height: 3.5em;
  padding: 0 2.25em;
  border-radius: 3.5em;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.15s ease;
}
.content-wrap .content-head .action button:hover {
  background-color: #1861fe;
}
.content-wrap .content-head .action button:hover:active {
  background-color: #0149e2;
  transition: none;
}
.content-wrap .info-boxes {
  padding: 2em 0 2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 2em;
}
.content-wrap .info-boxes .info-box {
  background: #fff;
  height: 220px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 3em;
  border: 1px solid #ede8f0;
  border-radius: 30px;
  box-shadow: 2px 1px 6px rgba(1, 1, 1, 0.1);
}
.content-wrap .info-boxes .info-box .box-icon svg {
  display: block;
  width: 48px;
  height: 48px;
}
.content-wrap .info-boxes .info-box .box-icon svg path,
.content-wrap .info-boxes .info-box .box-icon svg circle {
  fill: #99a0b0;
}
.content-wrap .info-boxes .info-box .box-content {
   white-space: nowrap;
}
.content-wrap .info-boxes .info-box .box-content .big {
  display: block;
  font-size: 2em;
  line-height: 150%;
  color: #1b253d;
}
.content-wrap .info-boxes .info-box.active svg circle,
.content-wrap .info-boxes .info-box.active svg path {
  fill: #4b84fe;
}
.content-wrap .person-boxes {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 2em;
}
.content-wrap .person-boxes .person-box {
  background: #fff;
  height: 320px;
  text-align: center;
  padding: 3em;
  border: 1px solid #ede8f0;
  border-radius: 5px;
}
.content-wrap .person-boxes .person-box:nth-child(2n) .box-avatar .no-name {
  background: #4b84fe;
}
.content-wrap .person-boxes .person-box:nth-child(5n) .box-avatar .no-name {
  background: #ffbb09;
}
.content-wrap .person-boxes .person-box .box-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0px auto;
  overflow: hidden;
}
.content-wrap .person-boxes .person-box .box-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap .person-boxes .person-box .box-avatar .no-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background: #fa5b67;
}
.content-wrap .person-boxes .person-box .box-bio {
  white-space: no-wrap;
}
.content-wrap .person-boxes .person-box .box-bio .bio-name {
  margin: 2em 0 0.75em;
  color: #1b253d;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
}
.content-wrap .person-boxes .person-box .box-bio .bio-position {
  margin: 0;
  font-size: 0.875em;
  line-height: 100%;
}
.content-wrap .person-boxes .person-box .box-actions {
  margin-top: 1.25em;
  padding-top: 1.25em;
  width: 100%;
  border-top: 1px solid #ede8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrap .person-boxes .person-box .box-actions button {
  border: 0;
  background: none;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
}
.content-wrap .person-boxes .person-box .box-actions button svg {
  position: relative;
  top: 2px;
}
.content-wrap .person-boxes .person-box .box-actions button svg path,
.content-wrap .person-boxes .person-box .box-actions button svg circle {
  fill: #b6bbc6;
  transition: fill 0.15s ease;
}
.content-wrap .person-boxes .person-box .box-actions button:hover svg path,
.content-wrap .person-boxes .person-box .box-actions button:hover svg circle {
  fill: #2b3a60;
}



.content-wrap .info-boxes2 {
  padding: 2em 0 2em;
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  grid-gap: 2.8em;
}
.content-wrap .info-boxes2 .info-box2 {
  background: #014e92;
  height: 150px;
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 3em;
  border: 1px solid #ede8f0;
  border-radius: 30px;
  color: #fff;

}
.content-wrap .info-boxes2 .info-box2 .box-icon svg {
  display: block;
  width: 48px;
  height: 48px;
}
.content-wrap .info-boxes2 .info-box2 .box-icon svg path,
.content-wrap .info-boxes2 .info-box2 .box-icon svg circle {
  fill: #99a0b0;
}
.content-wrap .info-boxes2 .info-box .box-content {
  white-space: nowrap;
}
.content-wrap .info-boxes2 .info-box2 .box-content .big2 {
  display: block;
  font-size: 3em;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
  color: #ffffff;
}
.content-wrap .info-boxes2 .info-box2.active svg circle,
.content-wrap .info-boxes2 .info-box2.active svg path {
  fill: #4b84fe;
}


.chart-container {
  width: 100%;
}

.content-wrap .info-boxes2 .info-box2.active svg circle,
.content-wrap .info-boxes2 .info-box2.active svg path {
  fill: #4b84fe;
}







.content-wrap .info-boxes2 {
  padding: 2em 0 2em;
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  grid-gap: 2.8em;
}
.content-wrap .info-boxes2 .info-box2 {
  background: #014e92;
  height: 150px;
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 3em;
  border: 1px solid #ede8f0;
  border-radius: 30px;
  color: #fff;
}

.containerb {
  position: relative;

}

.contentb {
  overflow-x: hidden;
  white-space: nowrap;
  width: 80%;
}



.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;

}

.left {
  left: 10px;
}

.right {
  right: 10px;
}

















.content-wrap .info-boxes3 {
  padding: 2em 0 2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  grid-gap: 2em;
}
.content-wrap .info-boxes3 .info-box3 {
  background: #fff;
  height: 420px;
  width: 1060px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 3em;
  border: 1px solid #ede8f0;
  border-radius: 30px;
  box-shadow: 2px 1px 6px rgba(1, 1, 1, 0.1);
}
.content-wrap .info-boxes3 .info-box3 .box-icon svg {
  display: block;
  width: 48px;
  height: 48px;
}
.content-wrap .info-boxes3 .info-box3 .box-icon svg path,
.content-wrap .info-boxes3 .info-box3 .box-icon svg circle {
  fill: #99a0b0;
}
.content-wrap .info-boxes3 .info-box3 .box-content {
  white-space: nowrap;
}
.content-wrap .info-boxes3 .info-box3 .box-content .big {
  display: block;
  font-size: 2em;
  line-height: 150%;
  color: #1b253d;
}
.content-wrap .info-boxes3 .info-box3.active svg circle,
.content-wrap .info-boxes3 .info-box3.active svg path {
  fill: #4b84fe;
}

























@media only screen and (max-width: 1320px) { 
  .content-wrap .info-boxes .info-box {
    background: #fff;
    height: 220px;
    width: 100%
 
 
  }

  .content-wrap .info-boxes2 .info-box2 {
    width: 100%;
  }
  .content-wrap .info-boxes3 .info-box3 {

    width: 100%;



  }
  #myChart{
    overflow-x: auto;
  }

   }
 