html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.margin-top-5 {
    margin-top: 5px;
}


.margin-top-10 {
    margin-top: 10px;
}


 /* profile */

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}
 
.profile-header-img > a > img.img-circle {
    width: auto;
    height: 35px;
    border: 2px solid #51D2B7;
    border-radius: 50%;
}

.profile-header {
    margin-top: 43px;
} 

.rank-label-container {
    /* z-index: 1000; */
    text-align: center;
    /*position: absolute;*/
    margin-top: -15px;
}

.label.label-default.rank-label {
    background-color: rgb(81, 210, 183);
    padding: 0px 5px 0px 5px;
    border-radius: 27px;
    font-size: smaller;
}

h4 {
    text-align: center;
}


svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    box-sizing: border-box;
}


.modal-content {
    border: 0;
}

    .modal-content #ModalTxt {
        font-weight: 600;
    }

.navicons {
    font-size: 22px;
}

.fa-file, .fa-folder {
    font-size: 18px;
    color: #0d6efd;
}