*{
  font-family: 'Nunito';
}

.f-r{
    float:right;
}



.theme-bg{
    background-color: #009688 !important;
}

.theme-color{
    color:#009688;
}

.theme-comp{
    background-color: #009688 !important;
    color:#fff !important;
}

.theme-card-header{
    font-size: large;
    font-weight: 600;
    text-align: center;
}


.navbar-brand{
    font-weight: 800;
}

.modal-lg {
    max-width: 60% !important;
 
}

.modal-body {
    max-height: calc(100vh - 143px);
    overflow-y: auto; }

.bank-entity{
    cursor: pointer;
}


.back{
    cursor: pointer;
    color: #009688;
    font-weight: 800;
    line-height: 2;
}





.nav-pills a{
    color:white;
    
}

.nav-link{
   font-size: 15px !important;
   font-weight: 700 !important;
   letter-spacing: 1.5px;
   line-height: 1;
   padding: 25px 20px !important;
}

.nav-pills .active{
    background-color: #014d45 !important;
    color: white !important;
}

.self-button{
    margin-bottom: 0;
}


/*! INPUT TOGGLE CSS */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    line-height: 0;
    margin-bottom: -1rem;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .switch-slider {
    background-color: #009688;
  }
  
  input:focus + .switch-slider {
    box-shadow: 0 0 1px #009688;
  }
  
  input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded switch-sliders */
  .switch-slider.round {
    border-radius: 34px;
  }
  
  .switch-slider.round:before {
    border-radius: 50%;
  }

  .bg-primary, .btn-primary{
    background-color: #009688 !important;
    border-color: #fff !important;
  }

  #wallets td:nth-child(3) {
    min-width: 200px;
    width: 200px;
    max-width: 200px;
  }

  .card{
    border: 0px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 15px;
 
  }

  .card-body{
    max-height: 68vh;
    overflow-y: auto;
    padding: 1rem 1rem;
  }

  .home-icon{
    padding:6px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }

  .left-home{
    
    border-right: 2px dotted #009688;
  }

  .mt-sp{
    margin-top:40%;
  }

  .table-bordered thead th{
    text-align: center; 
  }

  ::selection{
    background-color: #009688;
    color:white;
  }