.navbar-brand small {
    display: block;
    font-size: 11px;
    line-height: 1.1;
}

.card-header {
    font-size: 22px;
    font-weight: bold;
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}

.dropdown-icon {
    cursor: pointer;
}

.pagination-wrap nav {
    text-align: center;
}

.avatar-uploader {
    background-color: #9FC6CF;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 0 auto;
    font-size: 75px;
    color: #fff;
    text-align: center;
    position: relative;
}
.label-avatar {
    background-color: #e4e6eb;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    color: #000;
    z-index: 2;
}
.avatar-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.bookmark-trigger {
    cursor: pointer;
}
.bookmark-trigger i {
    color: #f1c40f;
}

#updateBoardContentOrder {
    font-size: 14px;
    height: 40px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


#sidebar {
    background: #9FC6CF;
}
#sidebar .sidebar-content-item {
    border-bottom: 1px solid #333;
}

.drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }