/* ==================== profile style ============================== */
.profile {
  margin-top: 5px;
}

.profile .head h3 {
  color: #444;
}

.profile .content {
  margin-top: 30px;
}

.profile .content .info {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 0 0;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}

.profile .content .info img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.profile .content .info p {
  font-weight: bold;
  color: #666;
}

.profile .content .info .details {
  background-color: #383838;
  color: #fff;
  font-size: 12px;
  padding: 15px 30px;
  display: flex;
}

.profile .content .info .details span {
  width: 50%;
}

.profile .content .form-box .form {
  margin-top: 0;
}

.dashboard-submenu {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  border-top: 5px solid;
  border-bottom: 5px solid;
}

.dashboard-submenu li {
  border-bottom: 1px solid #9993;
}

.dashboard-submenu li a {
  padding: 10px 15px;
  font-size: 12px;
}

.dashboard-submenu li a.active {
  color: #fff;
  display: block;
  width: 100%;
}
/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
