html {
  font-size: 14px;
}

.profile-size {
    width: 250px !important;
    height: 250px !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .profile-size {
        width: 300px !important;
        height: 300px !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}
.text-overflow-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hide {
    display: none;
}

.show {
    display: block;
}
.session{
    padding-top:5rem;
}
.hidden-file {
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.object-fit-contain{
    object-fit:contain;
}