/* body{
    margin-top:20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.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;
} */


/* 
.page-heading {
    position: relative;
    padding: 30px 40px;
    margin: -25px -20px 25px;
    border: 1px solid #211f1ff2;
    background-color: #fffffff7;
  }

  
  .media {
    color: #999999;
    font-weight: 600;
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media-right,
  .media > .pull-right {
    padding-left: 10px;
  }
  
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle {
    vertical-align: middle;
  }
  .media-bottom {
    vertical-align: bottom;
  }
  .media-heading {
    color: #555555;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }

  /* accounts page */

/* 

.accounts_tab{
  display: inline-block;
  background-color: springgreen;
  width: 100%;
  text-align:center;
  justify-content: center;
  
  
}
.acc_tab_txt{
  background-color: #cccccce0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  justify-items: center;
  
  width: 100%;
   
  
}
.acc_tab_txt:hover{
  background-color: #cccccc76;
} */
   
 
