@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
}

:root{
    --main-color: #162d38;
    --second-color: #fff;
    --black: #000000;
    --white: #558582;
}

body{
    background: var(--main-color);
    width: 100vw;
    height: 100vh;
}

h2{
  color: var(--second-color);
}
.clearfix{
    clear: both;
}

.left-div{
    width: 12%;
    float: left;
    height: 90vh;
    padding: 25px 10px 0px 35px;
}

.right-div{
    width: 76%;
    float: left;
    height: 85vh;
    background: var(--white);
    margin: 25px;
    border-radius: 25px;
    padding: 30px;
}

.logo{
    text-align: center;
    color: white;
    font-weight: bold;
}

.nav li{
    list-style: none;
    padding: 13px 10px;
}

.nav li a{
    text-decoration: none;
    color: white;
}

.nav li a i{
    padding-right: 5px;
  color: var(--second-color);
  font-size: 23px;
  padding-right: 10px;
  vertical-align: bottom;
  width: 23px;
  height: 23px;
}

.active{
    background: var(--white);
    border-radius: 27px;
    position: relative;
}

.nav > .active::before, .nav > .active::after {
  content: "";
  position: absolute;
}

.nav > li{
  border-radius: 60px 0 0 60px;
  width: 101%;
  padding-left: 25px;
  margin-left: -16px;
}

.nav > .active::before {
  top: -80px;
  right: -24px;
  height: 80px;
  width: 40px;
  border-bottom-right-radius: 80px;
  box-shadow: 0 40px 0 0 var(--white);
  transform: rotateY(324deg);
}

.nav > .active::after {
  top: 49px;
  right: -24px;
  height: 80px;
  width: 38px;
  border-top-right-radius: 80px;
  box-shadow: 0 -40px 0 0 var(--white);
  transform: rotateY( 324deg);
}

.active a{
    color: var(--black)!important;
}

.support{
    background: #ffff;
  border-radius: 10px;
  position: absolute;
  width: 175px;
  bottom: 35px;
}

.head{
padding: 0px 6px;
  padding-bottom: 10px;
}

.col-div-6{
    width: 50%;
    float: left;
}

.profile{
    float: right;
    width: 200px;
    margin-top: -20px;
}

.pro-img{
    float: left;
  width: 40px;
  margin-top: 8px;
  margin-left: 20px;
}

.profile p{
    color: #ffffff;
  font-weight: 500;
  margin-left: 35px;
  margin-top: 10px;
  font-size: 13.5px;
  padding: 10px;
  border-radius: 25px;
  padding-left: 35px;
  cursor: pointer;
}

.dots{
  margin-left: 10px;
  color: #fff;
}

.profile-div{
  background-color: #18434e;
  width: 140px;
  padding: 10px 0px;
  right: 6%;
  border: 1px solid #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 9;
  display: none;
}

.profile-div:after{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  top: -6px;
  transform: rotate(45deg);
  right: 10%;
}

.profile-div p{
  margin: 0px;
  padding: 10px 20px;
}

.col-div-4-1{
  width: 33.3%;
  float: left;
}

.box{
width: 88%;
  height: 130px;
  background-color:#f1f4f5;
  margin-left: 10px;
  padding: 10px;
  box-shadow: 2px 5px 10px #070707;
  position: relative;
  border-radius: 15px;
}

.box p{
  color: var(--black);
  font-weight: 500;
  padding-left: 10px;
}

.number{
  font-size: 35px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.percent{
  margin: 0px;
  font-size: 14px;
  color: var(--black)!important;
}

.percent span{
  font-size: 12px;
  color: var(--black);
  padding-left: 3px;
}

.head-1{
  font-size: 18px!important;
  margin: 10px 0px;
  color: var(--black);
}

.head-1 span{
  float: right;
  background-color: #fff;
  color: var(--main-color);
  padding: 5px 10px;
  font-size: 15px;
  line-height: 14px;
  vertical-align: baseline;
  padding-top: 8px;
  border-radius: 24px;
}

.box-icon{
  font-size: 20px!important;
  margin-top: 35px!important;
  color: #348f6c;
  padding-right: 10px;
  background-color: #efeff5;
  padding: 15px;
  border-radius: 25px;
  position: absolute;
  right: 16px;
  top: -18px;
}

.box-1{
  width: 88%;
  height: 282px;
  background-color:#f1f4f5;
  margin-left: 10px;
  padding:10px;
  box-shadow: 2px 5px 10px #070707;
  position: relative;
}

.m-box{
  color: #6c7293;
  position: relative;
  padding: 0px 12px;
}

.m-box p{
  display: inline-block;
  margin: 10px 0px;
}

.no{
  position: absolute!important;
  top: 21px;
  right: 15px;
  font-weight: 500;
}

.no-1{
  font-size: 12px;
  color: #9398b1;
}

.act-p{
  font-size: 13px;
  color: #6c7293;
  margin-bottom: 25px;
}

.act-p .fa{
  color: var(--black)!important;
}

.content-box-1{
  padding: 0px 10px;
}

.col-div-12{
    width: 100%;
}

.col-div-4{
    width: 30%;
    float: left;
}

.content-box{
    padding: 20px;
}

.content-box p{
    margin: 0px;
  font-size: 20px;
  color:#6c7293;
}

.content-box p span{
    float: right;
  background-color: #5643ff;
  color: white;
  padding: 3px 10px;
  font-size: 15px;
}

.box-8{
    width: 97.8%;
    background-color: #ffffff;
    height: 330px;
}

.active1{
  background: #348f6c;
  color: white;
  border-radius: 0;
}

.active1 p .no-1{
    color: white;
}

.circle-wrap {
  margin: 50px auto;
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #348f4b;
}

.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(160deg);
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(160deg);
  }
}

.circle-wrap .inside-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  line-height: 130px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
  color: var(--main-color);
