.deshbordbg {
  background-color: #f6f6f6;
  height: 100%;
  width: 100%;
}

.deshbord-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  height: 100%;
}
.navleft-tabs-wrapper {
  width: 30%;
  height: auto;
  box-shadow: 0px 0px 5px -3px;
  background-color: #fff;

  border-radius: 10px;
}
.tabs-wrapper {
  width: 100%;
  height: auto;
  padding: 20px;
}

.tabright-content {
  width: 69%;
  height: 100%;
  color: #fff;
  box-shadow: 0px 0px 5px -3px;
  background-color: #fff;

  border-radius: 10px;
}
.save-btnwraper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.save-btn {
  background: #0d84a0;
  border: 1px solid #0d84a0;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  outline: none;
  color: #fff;
}

.navleft-tabs-wrapper a {
  color: #000;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d84a0;
}
.user-detailswrapp {
  padding: 0px 40px;
  text-align: center;
}
.user-detailswrapp img {
  max-width: 150px !important;
  height: 150px;
  margin: 8px auto;
  object-fit: cover;
  border-radius: 50%;
}
.username {
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  margin-bottom: 20px;
}

.mydata-wrapper {
  padding: 20px;
  color: #000;
}
@media (max-width: 1260px) {
  .username {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .user-detailswrapp {
    padding: 0px 14px;
  }
}
@media (max-width: 767px) {
  .deshbord-wrapper {
    flex-direction: column;
  }
  .navleft-tabs-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .tabright-content {
    width: 100%;
  }
}
