
.page-content {
  padding: 1.5rem 1.5rem 0 1.5rem;
  height: calc(100vh - 96px );
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.f-16 {
  font-size: 14px;
}

.heightCalculation {
  height: calc(100vh - 60px) !important;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 20px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 31px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}
.avatar-preview img {
  max-width: 100%;
  height: 100%;
}

.avatar-preview div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload .avatar-edit label:after {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  color: #757575;
  position: absolute;
  top: 5px;
  left: 1px;
  right: 0;
  text-align: center;
  margin: auto;
}


.nav-pills .nav-link:hover {
  color: #1b1f23;
  background-color: #ffffff;
}

.mobileMenu{
  display: none;
  height: 75px;
  width: 100%;
  background-color: #212529!important;
  position: fixed;
  bottom: 0;
}

.font-30{
  font-size: 30px !important;
}

.hoverPlan:hover{
  transform: scale(1.1);
  transition: 0.5s;
}
.hoverPlan:hover .list-group  .list-group-item{
  color: #ffffff;
  background: rgb(255 255 255 / 40%);
}

@media only screen and (max-width: 768px) {
  .page-content{
    padding-bottom: 50px;
    height: 100%;
  }
  .back-to-top{
    display: none !important;
  }
 .mobileMenu{
   display: block;
 }
 .topbar .navbar {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.mobText{
  font-size: 10px;
}
.user-info {
  display: block !important;
  padding-left: 5px !important;
}
.user-info p{
  font-size: 10px !important;
}
.user-box a.nav-link{
  padding: 8px 0px !important;

}

}

