.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}
.profile-pic-container{
  position: relative;
  width: 125px;
  border-radius: 99px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 125px;

}
.profile-pic{
  object-fit: cover;
    object-position: center;
}
#upload-profile-pic{
  	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#upload-profile-pic-label{
  width:100%;
  height:100%;
  display:block;
  background:rgba(8, 109, 148, 0.7);
  top:0;
  left:0;
  position:absolute;
  cursor:pointer;
  opacity:0;
  transition:all 0.2s;
  transition-timing-function:ease-in-out;
  border-radius:200px;
  user-select:none;
  -webkit-user-select:none;
  box-sizing:border-box;
  width:0;
  height:0;
  left:50%;
  top:50%;
}

#upload-profile-pic-label img{
  width:50%;
  display:block;
  position:absolute;
  top:25%;
  left:25%;

}
.profile-pic-container:hover #upload-profile-pic-label{
  opacity:1;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
.slider.round {
  border-radius: 34px;
  margin-top: 3px;
}

.slider.round:before {
  border-radius: 50%;
}
