.navbar {
  @apply text-white bg-secondary p-md w-full;
  position: fixed;
  z-index: 9999;

  img {
    display: inline-block;
    min-width: 78px;
    height: 24px;
  }

  h3{
    @apply inline-block border-l border-solid border-white pl-sm ml-sm;
  }
}

.img-circle {
  border-radius: 50%;
}

.profile-section {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(224, 224, 224);

  img {
    width: 89px;
    height: 88px;
    margin: 0px auto 16px;
  }

  .label-container {
    .label-text {
      color: #767676;
    }
    &.name-Profile {
      .label-text {
        letter-spacing: 0.6px;
        color: rgb(72, 72, 72);
        font-weight: 500;
        font-size: 14px;
      }
    }
  }
}

.drawer-list {
  @apply pt-md pl-md pr-md;
  position: relative;
  min-height: 1px;
  .menu-item {
    border: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: 16px;
    position: relative;
    color: rgb(95, 92, 98);
    line-height: 48px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    min-height: 48px;
    white-space: initial;
    background: none;
    .icon {
      display: block;
      color: rgb(117, 117, 117);
      fill: rgb(117, 117, 117);
      height: 21px;
      width: 21px;
      float: left;
      margin-top: 12px;
    }
    .edit-btn-ico{
      height: 17px;
      width: 17px;
      margin-top: 16px;
    }
    .icon + .menu-label {
      margin-left: 36px;
    }
  }
}

/* .navbar-header{
    @apply text-navbarheader float-left px-sm
}

.navbar-subheader{
    @apply font-light px-sm border-solid border-l border-white border-opacity-100
}*/

.side-bar-footer{
  width: 200px;
  margin-left: 50px;
  @apply absolute bottom-0;
}

.digit-footer{
  @apply flex h-4 mb-sm;
  img{
    @apply mr-sm;
  }
}