/* Profile container */
.profile {
    margin: 7%;
    margin-bottom: 0% !important;
  }
  
  /* Profile sidebar */
  .profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
  }
  
  .profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }
  
  .profile-usertitle {
    text-align: center;
    margin-top: 20px;
  }
  
  .profile-usertitle-name {
    color: #f9a167;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  
  .profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .profile-userbuttons {
    text-align: center;
    margin-top: 10px;
  }
  
  .profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
  }
  
  .profile-userbuttons .btn:last-child {
    margin-right: 0px;
  }
      
  .profile-usermenu {
    /* margin-top: -38px; */
  }
  
  .profile-usermenu ul li {
    margin-top: 0%;
    border-bottom: 1px solid #f0f4f7;
  }
  
  .profile-usermenu ul li:last-child {
    border-bottom: none;
  }
  
  .profile-usermenu ul li a {
    margin-top: 5%;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 226px 13px 5px;
  }
  @media (max-width:480px){ 
  .profile-usermenu ul li a {
    color: #f9a167;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
  
  }
   }
  .profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
  }
  
  .profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #f9a167;
  }
  
  .profile-usermenu ul li.active {
    border-bottom: none;
  }
  
  .profile-usermenu ul li.active a {
    color: #f9a167;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
  }
  
  /* Profile Content */
  .profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
  }
  .card-counter{
      box-shadow: 2px 2px 10px #DADADA;
      margin: 2px;
      padding: 5px 10px;
      /* background-color: #fff; */
      height: 100%;
      border-radius: 5px;
      transition: .3s linear all;
    }
  
    .card-counter:hover{
      box-shadow: 4px 4px 20px #DADADA;
      transition: .3s linear all;
    }
  
    .card-counter.primary{
      background-color: #007bff;
      color: #FFF;
    }
  
    .card-counter.danger{
      background-color: #ef5350;
      color: #FFF;
    }  
  
    .card-counter.success{
      background-color: #66bb6a;
      color: #FFF;
    }  
  
    .card-counter.info{
      background-color: #26c6da;
      color: #FFF;
    }  
  
    .card-counter i{
      font-size: 5em;
      opacity: 0.2;
    }
  
    .card-counter .count-numbers{
      position: absolute;
      right: 35px;
      top: 20px;
      font-size: 32px;
      display: block;
    }
  
    .card-counter .count-name{
      position: absolute;
      right: 35px;
      top: 50px;
      font-style: italic;
      text-transform: capitalize;
      opacity: 0.5;
      display: block;
      font-size: 18px;
    }
    .main-body {
      padding: 15px;
  }
  .card {
      box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
  }
  
  .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 0 solid rgba(0,0,0,.125);
      border-radius: .25rem;
  }
  
  .card-body {
      flex: 1 1 auto;
      min-height: 1px;
      padding: 1rem;
  }
  
  .gutters-sm {
      margin-right: -8px;
      margin-left: -8px;
  }
  
  .gutters-sm>.col, .gutters-sm>[class*=col-] {
      padding-right: 8px;
      padding-left: 8px;
  }
  .mb-3, .my-3 {
      margin-bottom: 1rem!important;
  }
  
  .bg-gray-300 {
      background-color: #e2e8f0;
  }
  .h-100 {
      height: 100%!important;
  }
  .shadow-none {
      box-shadow: none!important;
  }
  .card-body h6{
    font-size: large;
  }



  