/**
* MEDIA QUERIES
*/
@media (max-width: 575.98px) {
  .navi {
    position: fixed;
    width: 100vw;
    z-index: 999;
  }
  .navbar.bg-light {
    border: none;
    border-bottom: solid 1px #e7e7e7;
    border-radius: 0;
  }
  .title-list {
    color: #a5a5a5;
    position: fixed;
    top: 0px;
    background-color: #efefef;
    z-index: 100;
    width: 93vw;
    padding: 4em 0 0 0;
    /* border-bottom: solid 1px #e8e8e8; */
  }
  .title-list div form {
    margin: 30px 0 8px 0;
  }
  label.small-lbl {
    display: block;
    font-size: 0.7rem;
    margin: -20px 0 0 0.5em;
    padding: 0;
    line-height: 1em;
    position: absolute;
  }
  .content-list {
    margin-top: 10em !important;
  }
  .pr-top div {
    padding: 0;
    /* margin-right: 1.5em; */
    text-align: center;
  }
  .pr-top div > img{
    width: 10em;
  }
  .meta-side {
    text-align: center;
  }
  .meta-side .row div {
    margin-bottom: 1.5em;
  }
  .profile-name a {
    font-size: 1.5em;
  }
  .side-top-sm {
    text-align: center;
    padding: 10px;
    width: 100vw;
    color: #fff;
    background-color: #50acc7;
    border-bottom: solid 8px #10586e;
    font-size: 12px;
    margin: 0;
  }
  .side-content-sm {
    background-color: #fff;
    padding: 20px;
    font-size: 13px;
    margin: 0;
    text-align: center;
  }
  .content-box {
    text-align: center;
  }
  .content-box .row div img {
    max-width: 50%;
  }
  .content-box div h3 {
    margin-top: 0.5em;
    /* margin-bottom: 0.5em; */
    font-size: 1.2rem;
    line-height: 1em;
  }
  .meta-profile a {
    display: block;
    margin: 0;
  }
  .pr-num,
  .pr-txt {
    text-align: center;
  }
  .pr-num {
    font-size: 1.2rem;
  }
  .pr-txt {
    margin-bottom: 1em;
  }
  .univ-profile .affil-abbrev,
  .univ-profile .affil-code,
  .univ-profile .affil-loc{
    font-size: 80%;
  }
  .univ-profile .affil-abbrev,
  .univ-profile .affil-loc{
    display: inline;
  }
  .au-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .added-info{
    font-size: .9rem;
  }
  .back-btn-profile{
    text-align: center;
  }
  .tbl-content-name .au-list .au-more {
    display: inline-block;
    line-height: 1.65em;
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .profile-id {
    display: inline-block;
  }
  .content-stat{
    margin-top: 8em !important;
  }
  .tbl-content-action {
    padding-top: 1em;
  }
}

@media (max-width: 767.98px) {
  .stat-content {
    margin-top: 10px;
  }
  .goto-insight {
    background-color: #10586e;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 90%;
  }
  
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
  .card-feature-light-1-dark {
    font-size: 80%;
  }
  .card-feature-light-1-dark .btn {
    font-size: 98%;
  }
  .card-feature-light-1-bt {
    padding: 1vw;
  }
  .stat-marque {
    font-size: 80%;
  }
  .title-list {
    color: #a5a5a5;
    position: fixed;
    top: 0px;
    background-color: #efefef;
    z-index: 100;
    width: 60.9vw;
    padding: 4em 0 0 0;
    /* border-bottom: solid 1px #e8e8e8; */
  }
  .title-list div form {
    margin: 30px 0 8px 0;
  }
  label.small-lbl {
    display: block;
    font-size: 0.7rem;
    margin: -20px 0 0 0.5em;
    padding: 0;
    line-height: 1em;
    position: absolute;
  }
  .content-list {
    margin-top: 10em !important;
  }
  .profile-name a {
    font-size: 1.64em;
  }
  .pr-txt {
    margin-bottom: 1em;
  }
  .content-box div h3 {
    font-size: 1.25em;
    margin-top: -0.8em;
    line-height: 1em;
  }
  .univ-profile .affil-abbrev,
  .univ-profile .affil-code,
  .univ-profile .affil-loc{
    font-size: 90%;
  }
  .univ-profile .affil-abbrev,
  .univ-profile .affil-loc{
    display: inline;
  }
  .avatar{
    width: 8em;
  }
  .au-item{
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .d-item-list{
    text-align: center;
  }
  .heading-lbl{
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-list {
    width: 62.4vw;
  }
  .univ-profile .affil-abbrev,
  .univ-profile .affil-code,
  .univ-profile .affil-loc{
    font-size: 90%;
  }
  .univ-profile .affil-abbrev,
  .univ-profile .affil-loc{
    display: inline;
  }
  .content-box div h3 {
    font-size: 1.32rem;
    margin-top: -0.8em;
  }
}

@media (min-width: 1200px) {
}
