@import url('../../root.css');



.sidebar {
  position: relative;
  height: 100%;
  font-size: 1.3rem;
}

.widget-dashboard h2 {
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.list {
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: -8px;
  margin-bottom: 0;
}

.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: transparent;
  color: var(--primary-color);
}

.sidebar .nav-tabs > li {
  display: block;
  position: relative;
  margin: 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  line-height: 24px;
}

.account-container {
  margin-top: 2.2rem;
  margin-bottom: 4rem;
}

.account-container .row {
   flex-wrap: nowrap;
}

.dashboard-content .feature-box {
  padding-top: 3.5rem;
  margin-bottom: 2rem;
  border: 2px solid var(--border-primary-color);
}

.dashboard-content .feature-box:hover i {
  transform: scale(1.15);
  transition: transform 0.35s;
}

.dashboard-content .btn-link {
  display: inline;
  padding: 0;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  vertical-align: top;
  white-space: normal;
}

.dashboard-content > p:first-child {
  font-weight: 300;
}

.form-group > label {
  font-size: inherit;
  font-weight: 500;
}

.form-footer .btn {
  letter-spacing: 1px;
}

.change-password {
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
}

.form-group .title, .form-group .required {
  margin-right: 5px;
}

.form-group .note {
  font-weight: 300;
}

.form-control {
  color: var(--font-primary-color)
}

.form-footer {
   padding: 0 10px;
}

.account-sub-title {
   margin-bottom: 35px;
   padding: 0 10px;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
   .account-container .row {
      flex-wrap: wrap;
   }

   .form-footer {
      justify-content: center;
   }

   .account-sub-title {
      margin-top: 30px;
   }

   .dashboard-content > p {
      padding: 0 10px;
   }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }