.main-menu:hover,nav.main-menu.expanded {
  width:250px;
  overflow:visible;
}

.main-menu {
  background:#fff;
  border-right:1px solid #e5e5e5;
  position:absolute;
  height:810px;
  width:70px;
  overflow:hidden;
  -webkit-transition:width .05s linear;
  transition:width .05s linear;
  -webkit-transform:translateZ(0) scale(1,1);
  z-index:1000;
  border-radius: 2vh;
  padding: 25px 0;
  cursor: pointer;
}

.main-menu ul li:last-child {
  margin-top: 45px;
}

.left-content{
  float: left;
  width: 70px;
}

.right-side-content{
  float: left;
  width: calc(100% - 70px);
  min-height: 750px;
}

.main-menu>ul {
  margin:7px 0;
}

.main-menu li {
  position:relative;
  display:block;
  width:250px;
}

.main-menu li>a {
  position:relative;
  display:table;
  border-collapse:collapse;
  border-spacing:0;
  color:#999;
  font-size: 14px;
  text-decoration:none;
  -webkit-transform:translateZ(0) scale(1,1);
  -webkit-transition:all .1s linear;
  transition:all .1s linear;
}

.main-menu .nav-icon {
  position:relative;
  display:table-cell;
  width:60px;
  height:36px;
  text-align:center;
  vertical-align:middle;
  font-size:18px;
}

.main-menu .nav-text {
  position:relative;
  display:table-cell;
  vertical-align:middle;
  width:250px;
}

.main-menu>ul.logout {
  position:absolute;
  left:0;
  bottom:0;
}

.no-touch .scrollable.hover {
  overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
  overflow-y:auto;
  overflow:visible;
}

a:hover,a:focus {
  text-decoration:none;
}

nav {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}

nav ul,nav li {
  outline:0;
  margin:0;
  padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
  color:#fff;
  background-color:#3cbcbb;
}
.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}


nav.main-menu img {
  object-fit: cover;
  height: 40px;
  width: 40px;
  margin: 10px 15px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .main_box {
    margin: 0.5rem;
  }
  .main-menu {
    width: 45px;
  }
  nav.main-menu img {
    height: 25px;
    width: 25px;
    margin: 10px;
  }

  .left-content {
      float: left;
      width: 50px;
  }

  .right-side-content{
    float: left;
    width: calc(100% - 45px);
    padding: 10px;
  }

  #graph_img {
      width: 80%;
      height: auto;
  }

}


.main_box, .nav_side {
    border-radius: 2vh;
}

.main_box {
    margin: 2rem;
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px;
}

body {
    background: url(https://lifevitae.co/assets/dashboard2021/assets/background_1920.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.profile-details-section {
    background: none;
}

.carousel-control-prev-icon:after {
    content: none;
}

.carousel-control-next-icon:after {
    content: none;
}

.card{
    background: none;
    webkit-box-shadow: none;
    box-shadow: none;
}

#graph_img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    position: relative;
    background: url(https://lifevitae.co/public/dashboard/assets/lifepower_bg.png);
    background-size: cover;
}

.dashboard-box-1 {
    border-radius: 15px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.profile-details-section {
    background: none !important;
}

.user-chart-border{
      border-left: 3px solid #f5f5f5;
}

#userChart{
  min-width: 75%;
}

.user-chart {
    display: flex;
    align-items: center;
}

.user-aboutBtn {
    min-width: 25%;
    transform: rotate(-90deg);
    position: relative;
    top: 40px;
}

.user-aboutBtn a {
    font-size: 20px;
    color: #323333;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 600;
    white-space: nowrap;
}

.nav_card {
    position: relative;
    display: inline-block;
}
.nav_card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#left-main-menu li:hover .img-top {
    display: inline;
}

.main-menu li:hover>a, nav.main-menu li.active>a, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
    color: #40c4c1;
    background-color: #f7f7f7;
}

nav.main-menu li.active .img-top{
    display: inline;
}

.navbar-nav li.nav-item:hover>a{
    color: #fff;
    background-color: #40c4c1;
}

.popover {
  border-radius: 16px;
}

.popover-title {
    border-radius: 16px 16px 0 0;
}

.text_color_bg{
  font-size: 16px;
  line-height: 32px;
}

#userChart {
    min-width: 75%;
    margin: 0 auto;
    text-align: center;
}

.lifepower_head{
    font-size: 14px;
    color: #323333;
    background-color: #f5f5f5;
    display: block;
    padding: 10px 15px;
    border-radius: 15px 15px 0 0;
    text-transform: capitalize;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    margin: 0 25px;       
}

.cookie-box {
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 20%);
    bottom: 0;
    left: 0;
    z-index: 9999;
}

[data-tooltip]:before {
    font-size: 13px;
}

.modal-content {
    border: none !important;
    border-radius: 25px !important;
}

button:focus {
    outline: none;
    outline: none;
}

#user_notification_text li{
  color: #fff;
  margin: 10px 0;
  padding: 0px 10px;
}