.profile_image{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
  }

  .profile_image-1{
    width: 75px;
    height: 75px;
    border:1px solid black;
    border-radius: 100px;
    margin-bottom: 10px;
  }


  a{
    text-decoration: none;
    color: rgb(250, 250, 250);
  }

  a:hover{
    color: rgb(0, 255, 149);
  }

  .white{
      color: white;
  }
  .black{
    color: black;
  }
  .green{
    color: rgb(10, 255, 121);
  }
  
  .blue{
    color: rgb(0, 89, 255);
  }

  .sem--trans-blue{
    color: rgba(0, 89, 255, 0.411);
  }
  .red{
    color: red;
  }
  .black-1{
    color: rgb(128, 126, 126);
  }

  .transpa{
    color: rgba(255, 255, 255, 0);
  }
  .l_red{
    color: rgb(235, 72, 72);
  }
  .l_red1{
    color: rgb(211, 90, 90);
  }
  .white-bg{
    background-color: rgb(255, 255, 255);
  }
  .bg-grey{
    background-color: grey;
  }
  .bg-blue{
    background-color: rgb(5, 113, 255);
  }
  .bg-green{
    background-color: rgb(5, 255, 80) !important;
  }
  .bg-grey-2{
    background-color: rgb(202, 202, 202);
  }
  .bg-grey-1{
    background-color: rgba(199, 195, 195, 0.425);
  }

  .bg-transparent{
    background-color: rgba(255, 255, 255, 0);
  }

  
  .left_area h3{
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    margin-top: -8px;
  }
  .center{
    text-align: center;
  }
  .left{
    text-align: left;
  }

  .right{
    text-align: right;
  }
  
  .left_area span{
    color: #19B3D3;
  }
  .form-control{
    font-size: 12px;
  }

 
/* Member all info CSS */

  .head-member h3{
    font-family: Times New Roman;
    font-weight: 700;
  }
  .mem-info-font p{
    font-size: 13px;
  }
  .mem-info-font p span{
    font-size: 12px;
    font-weight: 600;
  }
  .mem-info-font p {
    font-size: 12px;
  }
  .mem-info-font p label {
    font-size: 10px;
    cursor: pointer;
  }
  
  .nav-tabs li a {
    color: #777;
  }

  .nav-item a{
    color: black;
  }
  table tr td{
    font-size: 12px;
  }
/* Member table CSS */
  .head-member h4{
    font-family: Times New Roman;
    font-weight: 900;
  }
  .border{
    border: 1px solid black;
    padding: 10px;
  }
  .action{
    color: rgb(103, 197, 226);
  }
  .action:hover{
    color: rgb(0, 183, 255);
  }
  .action-delete{
    color: rgb(255, 1, 1);
  }
  .action-delete:hover{
    color: rgb(0, 183, 255);
  }

  .red{
    color: rgb(255, 0, 0);
  }
  .red:hover{
    color: rgb(255, 0, 0);
  }
  .fs:hover{
    font-size:15px !important;
    color: rgb(0, 183, 255) !important;
  }
  .green{
    color: rgb(98, 185, 127);
  }
  .v{
    color:#e5e5e5;
  }
  .dark-green{
    color: rgb(1, 202, 68);
  }
  
  .green:hover{
    color: rgb(0, 255, 85);
  }
  .size-60px{
    width: 60px;
  }
  .div1{
    font-family: Times New Roman;
    padding: 20px;
    border: 1px solid black;
    border-bottom: 0px;
  }
  td{
    color: black !important;
  }
  th{
    color: black !important;
  }


  .addmember_btn{
    padding: 5px;
    background: #19B3D3;
    text-decoration: none;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: 0.9s;
    padding-top: -50px;
    transition-property: background;
  }
  
  .addmember_btn:hover{
    color: rgb(0, 255, 85);
    text-decoration: none;
  }

  /* Add Member CSS */

* {
  box-sizing: border-box;
}
.w-25{
  width: 25%;
}
.fs-60{
  font-size:60px;
}
.fs-50{
  font-size:50px;
}
.fs-40{
  font-size:40px;
}
.fs-30{
  font-size:30px;
}
.fs-25{
  font-size:25px;
}
.fs-20{
  font-size:20px;
}

.fs-16{
  font-size:16px;
}

.fs-15{
  font-size:15px;
}
.fs-14{
  font-size:14px;
}
.fs-13{
  font-size:13px;
}
.fs-12{
  font-size:12px;
}
.fs-11{
  font-size:11px;
}
.fs-10{
  font-size:10px;
}
.fs-9{
  font-size:9px;
}
.fs-8{
  font-size:8px;
}
.fs-0{
  font-size:0px;
}
.m-0{
  margin: 0px !important;
}
.m-5{
  margin: 5px;
}
.m-10{
  margin: 10px;
}
.m-50{
  margin: 50px;
}
.m-20{
  margin: 20px;
}
.m-r-10{
  margin-right: 10;
}
.m-l-10{
  margin-left: 10;
}
.m-r-20{
  margin-right: 20;
}
.m-l-20{
  margin-left: 20;
}
.m-t-10{
  margin-top: 10;
}
.m-t-20{
  margin-top: 20;
}
.p-0{
  padding: 0px !important;
}
.p-5{
  padding: 2px !important;
}
.p-15{
  padding: 15px!important;
}
.p-20{
  padding: 20px!important;
}
.p-10{
  padding: 10px!important;
}
.pading-top{
  padding-top: 5px;
}

.pading-right-5{
  padding-right: 5px;
}
.pading-right-10{
  padding-right: 10px;
}
.pading-right-15{
  padding-right: 15px;
}
.pading-right-20{
  padding-right: 10px;
}
.pading-right-25{
  padding-right: 55px;
}
.pading-right-30{
  padding-right: 30px;
}
.pading-right-35{
  padding-right: 35px;
}
.pading-right-40{
  padding-right: 40px;
}
.pading-left-5{
  padding-left: 5px;
}
.pading-left-10{
  padding-left: 10px;
}
.pading-left-15{
  padding-left: 15px;
}
.pading-left-20{
  padding-left: 20px;
}
.pading-left-25{
  padding-left: 25px;
}
.pading-left-30{
  padding-left: 30px;
}
.pading-left-35{
  padding-left: 35px;
}
.pading-left-40{
  padding-left: 40px;
}
.pading-left-45{
  padding-left: 45px;
}
.pading-left-50{
  padding-left: 50px;
}
.pading-left-100{
  padding-left: 100px;
}
.pading-left-250{
  padding-left: 250px;
}
.pading-left-10p{
  padding-left: 10%;
}
.pading-left-15p{
  padding-left: 15%;
}
.pading-top-5{
  padding-top: 5px;
}
.pading-top-10{
  padding-top: 10px;
}
.pading-top-15{
  padding-top: 15px;
}
.pading-top-20{
  padding-top: 20px;
}
.pading-top-25{
  padding-top: 25px;
}
.pading-top-30{
  padding-top: 30px;
}
.pading-top-35{
  padding-top: 35px;
}
.pading-top-40{
  padding-top: 40px;
}
.pading-bot-20{
  padding-top: 20px;
}

.width{
  width: 80px;
}
.gridview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .colstyle1 {
    flex: 1 1 100%;
    text-align: center;
  }
  .colstyle1-left {
    flex: 1 1 100%;
    text-align: left;
  }
  .colstyle1-right {
    flex: 1 1 100%;
    text-align: right;
  }
  
  
  .colstyle2 {
      flex: 1 1 48%;
      text-align: center;
    }
  
    .colstyle2-right {
      flex: 1 1 48%;
      text-align: right;
      margin-right: 20px;
    }
    .colstyle2-left {
      flex: 1 1 48%;
      text-align: left;
      margin-left: 20px;
    }
  
    
    .colstyle3 {
      flex: 1 1 31%;
      text-align: center;
    }
    .colstyle3-left {
      flex: 1 1 31%;
      text-align: left;
    }
    .colstyle3-right {
      flex: 1 1 31%;
      text-align: right;
    }
  
    .colstyle4 {
      flex: 1 1 23%;
      text-align: center;
    }
    .colstyle5 {
      flex: 1 1 18%;
      text-align: center;
    }
    .colstyle10 {
      flex: 1 1 10%;
      text-align: center;
    }
  

  .photo{
    border: solid black 1px;
    height: 54px;
    width:54px;
    margin: 20px;
    padding: 1px;
    text-align: center;
  }

  .input-container{
    position:relative;
    margin-bottom:25px;
  }
  .input-container label{
    position:absolute;
    top:0px;
    left:0px;
    padding-left: 15px;
    font-size:13px;
    font-weight: bold;
    color:rgb(3, 3, 3);	
    transition: all 0.5s ease-in-out;
  }
  .input-container input{ 
    border:0;
    border-bottom:1px solid #555;  
    background:transparent;
    width:100%;
    font-size:12px;
    padding:8px 0 5px 0;
    color:rgb(0, 0, 0);
  }
  .input-container input:focus{ 
   border:none;	
   outline:none;
   border-bottom:1px solid #e74c3c;	
  }
  .input-container input:focus ~ label,
  .input-container input:valid ~ label{
	top:-12px;
	font-size:12px;
  } 

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
  }

  .input-ben-bg{ 
    border:0;
    border-bottom:1px solid #555;  
    background:transparent;
    font-size:12px;
    padding:8px 0 5px 0;
    color:rgb(0, 0, 0);
  }
   
  /* Loan Calculator */
  .my_btn{
    padding: 5px;
    background: #19B3D3;
    border-radius: 20px;
    color: #fff;
    padding-top: -50px;
    width: 150px;
  }
  
  .my_btn:hover{
    background: #01ff73;
    color: #fff;
    text-decoration: none;
  }
  .box{
    border-radius: 10px;
    width: 400px;
    padding: 40px;
    position: absolute;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.171);
    text-align: center;
    top: 50%;
    left: 50%;
}
.icon-bar{
  position: fixed;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar i{
  margin-top: 10px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 20px;
  border: 1px solid #464747;
  border-radius: 50px;
  padding: 10px;
  font-size: 20px;
  color: #414242;

}
.icon-bar i:hover{
  color: #d4d4d4;
}
.icon-bar a:hover{
  text-decoration: none;
}



.menu-sidebar {
  width: 250px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #2f323a;
  overflow-y: auto;
}

.menu-sidebar .logo {
  background: #22242a00;
  height: 75px;
  padding: 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(11, 158, 255, 0.562);
  -moz-box-shadow: 0px 2px 5px 0px rgba(11, 158, 255, 0.562);
  box-shadow: 0px 2px 5px 0px rgba(11, 158, 255, 0.562);
  border-right: 1px solid #8a191900;
  position: relative;
  z-index: 3;
}

.menu-sidebar .navbar__list .navbar__sub-list {
  display: none;
  padding-left: 34px;
}

.menu-sidebar .navbar__list .navbar__sub-list li a {
  padding: 11.5px 0;
}

.menu-sidebar__content {
  position: relative;
  height: -webkit-calc(100vh - 75px);
  height: -moz-calc(100vh - 75px);
  height: calc(100vh - 75px);
}

.fa-chevron-down{
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3 linear;
}
.fa-chevron-down.up{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-sidebar {
  padding: 35px;
  padding-bottom: 0;
}

.navbar-sidebar .navbar__list li a {
  display: block;
  color: rgb(250, 250, 250);
  font-size: 16px;
  padding: 15px 0;
}

.navbar-sidebar .navbar__list li a i {
  margin-right: 19px;
}

.navbar-sidebar .navbar__list li a:hover {
  color: #00ffdd;
}

.navbar-sidebar .navbar__list li.active > a {
  color: #4272d7;
}

.has-sub {
  position: relative;
  color: white;
}

.header-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #22242a;
}

.header-mobile .header-mobile__bar {
  padding: 15px 0;
}

.header-mobile .header-mobile-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-mobile .hamburger {
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 1;
  vertical-align: top;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-mobile .hamburger .hamburger-box {
  width: 20px;
  height: 15px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner {
  width: 20px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:before {
  width: 20px;
  height: 2px;
  top: 6px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:after {
  top: 12px;
  width: 20px;
  height: 2px;
}

.header-mobile .navbar-mobile {
  display: none;
  position: absolute;
  width: 100%;
  top: 88px;
  z-index: 20;
  height: 100px;
}

.header-mobile .navbar-mobile .navbar-mobile__list {
  background: #f8f8f8;
}

.header-mobile .navbar-mobile .navbar-mobile__list > li > a {
  padding-left: 15px !important;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a {
  color: #555;
  display: block;
  padding: 10px 15px;
  padding-right: 25px;
  padding-left: 0;
  border-bottom: 1px solid #e6e6e6;
  text-transform: capitalize;
  line-height: inherit;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a:hover {
  color: #4272d7;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a > i {
  margin-right: 19px;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a:after {
  content: '\f105';
  font-family: FontAwesome, cursive;
  float: right;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a.active::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-mobile .navbar-mobile .navbar-mobile__dropdown {
  padding-left: 35px;
  display: none;
}

.navbar-mobile-sub__list {
  display: none;
  padding-left: 30px;
  background: #fff;
}

.header-mobile .navbar-mobile .navbar-mobile-sub__list li a {
  padding-left: 15px;
}

/* Header CSS */

.header-desktop {
  background: #22242a;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(11, 158, 255, 0.562);
  -moz-box-shadow: 0px 2px 5px 0px rgba(11, 158, 255, 0.562);
  box-shadow: 0px 2px 5px 0px rgba(11, 158, 255, 0.562);
  position: fixed;
  top: 0;
  right: 0;
  left: 250px;
  height: 75px;
  z-index: 3;
}

.header-desktop .section__content {
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .header-desktop {
      position: relative;
      top: 0;
      left: 0;
      height: 170px;
  }
}

.header-desktop .mess-dropdown {
  top: 51px;
}

.header-desktop .email-dropdown {
  top: 51px;
}

.header-desktop .notifi-dropdown {
  top: 51px;
}

/*Page Objects*/
.page-wrapper {
  background: #e5e5e5;
  padding-bottom: 8vh;
}

@media (max-width: 991px) {
  .page-wrapper {
  background: #e5e5e5;
  padding-bottom: 12vh;
}
}
.page-container {
  background: #e5e5e5;
  padding-left: 250px;
}

@media (max-width: 991px) {
  .page-container {
      position: relative;
      top: 88px;
      padding-left: 0;
  }
}

.page-container2 {
  background: #f2f2f2;
  padding-left: 250px;
}

@media (max-width: 991px) {
  .page-container2 {
      position: relative;
      padding-left: 0;
  }
}

.page-container3 {
  background: #f7f7f7;
}

.main-content {
  padding-top: 116px;
  min-height: 100vh;
}

@media (max-width: 991px) {
  .main-content {
      padding-top: 50px;
      padding-bottom: 100px;
  }
}

.main-content-mobile {
  padding-top: 30px;
  min-height: 100vh;
}

@media (max-width: 991px) {
  .main-content-mobile {
    padding-top: 0px;
  }
}

.page-content--bgf7 {
  background: #f7f7f7;
}

.page-content--bge5 {
  background: #e5e5e5;
  height: 100vh;
}

.fa-chevron-down{
  color: #777;
}

.o-r{
  height: 50px;
  width: 50px;
}

.creditScore {
  width: 200px;
  height: 200px;
  line-height: 150px;
  border: 30px solid rgb(0, 183, 255);
  border-radius: 50%;
  color: rgb(16, 255, 136);
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}
.creditScore p{
  font-size: 50px;
}
.cursor-pointer{
  cursor: pointer;
  pointer-events: auto;
}
.gradient-bg{
  background: linear-gradient( white,rgba(199, 195, 195, 0.425));
}

.dashboard-item{
  background-color: rgb(224, 224, 224);
  border-radius: 7px;
  height: 100px;
  box-shadow: 0px 2px 5px 2px rgb(255, 255, 255);
}
.fa-user-circle{
  font-weight: bold;
  font-size: 50px;
  
}

.table-row:hover{
  background-color: rgb(241, 241, 241);
}


.pending{
  background-color: rgb(182, 182, 181);
  padding:10px;
  margin-right: 15px;
  font-size: 12px;
  height: 35px;
  width: 100px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
}

.approved{
  background-color:#5cb85c;
  padding:10px;
  color: white;
  margin-right: 15px;
  font-size: 12px;
  height: 35px;
  width: 100px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
}

.openloan{
  background-color: red;
  padding:3px;
  margin-right: 15px;
  font-size: 11px;
  height: 20px;
  width: 70px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
}
.closeloan{
  background-color: rgb(0, 255, 128);
  padding:3px;
  margin-right: 15px;
  font-size: 11px;
  height: 20px;
  width: 70px;
  line-height: 1.5;
  border-radius: 3px;
  text-align: center;
}

.indent{
  text-indent: 20px;
}

.my-table thead th {
  background: rgb(0, 183, 255);
  font-size: 11px;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  white-space: nowrap;
}

.my-table thead th.text-right {
  padding: 5px;
}

.my-table tbody td {
  background-color: rgb(238, 238, 238);
  color: #706161;
  padding: 12px 40px;
  white-space: nowrap;
  text-align: center;
}

.my-table tbody td.text-right {
  padding-left: 15px;
  padding-right: 65px;
}

.my-table tbody tr:hover td {
  color: #555;
  cursor: pointer;
}

.my-table1 th{
  background: rgb(0, 183, 255);
  font-size: 11px;
  color: #fff;
  border: 1px solid black;
  vertical-align: middle;
  text-transform: capitalize;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  white-space: nowrap;
}

.my-table1 th.text-right {
  padding: 5px;
}

.my-table1 td {
  background-color: rgba(238, 238, 238, 0);
  color: #706161;
  padding: 7px;
  white-space: nowrap;
  text-align: center;
}

.my-table1 td.text-right {
  padding-left: 15px;
  padding-right: 65px;
}

.my-table1 tr:hover td {
  color: rgba(85, 85, 85, 0);
  cursor: pointer;
}

.my-table2 th{
  background: rgb(0, 183, 255);
  font-size: 11px;
  color: #fff;
  border: 1px solid black;
  vertical-align: middle;
  text-transform: capitalize;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  white-space: nowrap;
}

.my-table2 th.text-right {
  padding: 5px;
}

.my-table2 td {
  background-color: rgba(238, 238, 238, 0);
  color: #706161;
  padding: 7px;
  white-space: nowrap;
  text-align: left;
}

.my-table2 td.text-right {
  padding-left: 15px;
  padding-right: 65px;
}

.my-table2 tr:hover td {
  color: rgba(85, 85, 85, 0);
  cursor: pointer;
}
.font-color{
  color: #808080;
}

.hide{
  display: none;
}

.deduc-bg{
  padding-left: 100px;
}

.deduc-bg td{
  padding: 10px;
}

.deduc-bg input{
  background: rgba(0, 183, 255, 0);
}
.unread {
  height: 25px;
  width: 25px;
  background-color: rgb(187, 187, 187);
  border-radius: 50%;
  display: inline-block;
}

.notif table {
  table-layout: fixed;
}
.notif td {
  padding: 10px;
}
.notif-padding{
  padding: 0% 20% 0% 20%;
}
.word-wrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 250px;
}
.word-wrap1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 270px;
}
.word-wrap3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 500px;
}
.scrollStyle{
    max-height: 400px;
    overflow-y: scroll;
}

.scroll-x{
  max-width: 100%;
  overflow-x: scroll;
}
.scrollStyleCalcu{
  max-height: 600px;
  overflow-y: scroll;
}


.cashflowHeight{
    max-height: 400px;
    overflow-y: scroll;
}
.my-div{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.my-div-1{
    width: 47%;
    margin: 10px;
    padding:5px;
}

.badge{
  color: white;
  background-color: red;
  border-radius: 100%;
}
.a{
  border-collapse:separate; 
  border-spacing:0 15px;
}
.g{ 
  border-right:hidden; 
}
.a tr{
  cursor: pointer;
}
.loan-approve-bg{
  background-color: rgb(173, 173, 173);
  border-radius: 10%;
}
.loan-approve-bg:hover{
  background-color: rgb(118, 118, 128);
}
.notif-bg{
  background-color: rgb(224, 222, 222);
  border-radius: 10%;
}
.notif-bg:hover{
  background-color: rgb(194, 194, 195);
}
.fa-question-circle{
  font-size: 20px;
}
.bold{
  font-weight: 900;
}
