.open-sans{
  font-family: 'Open Sans';
}

.light-blue{
  color: #E9F1FA;
}

.blue{
  color: #0F3D70 !important;
}

.fw-500{
  font-weight: 500 !important;
  border-bottom: 0px !important;
}

.active{
  border-bottom: 5px solid #ff5801 !important;
}

.logo-color-click{
  fill: #fff;
}


.logo-color-bank{
  fill: #a7a9ac;
}

.cursor-p{
  cursor: pointer !important;
}

.masthead {
  z-index: 1;
  position: relative;
  background: #0a2945;
  background: linear-gradient(90deg,#0a2945,#00217b 50%,#1b4894);
  padding-bottom: 1rem;
  padding-top: 0;
}

.masthead-index{
  z-index: 1;
  position: relative;
  background: #0a2945;
  padding-bottom: 1rem;
  background-image: linear-gradient(90deg, rgb(10 41 69), rgb(0 33 123 / 70%) 50%, rgb(27 72 148 / 0%)), url(../../images/main-bg.jpg);
  background-size: cover;
}

.masthead-h1{
  color: #fff;
  font-family: arial;
  line-height: 1.2;
  font-size: 35px;
}


.masthead:after, .masthead-index:after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 97vw;
    font-size: 16vw;
    font-weight: 700;
    color: hsla(0,0%,100%,.05);
    text-align: center;
    font-family: 'arial';
}


.cus-submit-btn{
  background-color: #ff5801 !important;
  color: #fff;
  border: none;
  box-shadow: 1px 4px 5px rgba(255, 88, 1, .16);
  cursor: pointer;
}

.cus-submit-btn:hover{
  background-color: #cd4600;
  color: #fff;
  box-shadow: 0 6px 4px rgba(255,88,1,.3);
}


.cus-submit-btn-2{
  background-color: #234e98;
  color: #fff;
  border: none;
  cursor: pointer;
}

.cus-submit-btn-2:hover{
  background-color: #112f4d;
  color: #fff;
}

.cus-submit-btn-dark{
  background-color: #fff;
  color: #ccc;
  border: 2px solid #ccc;
  cursor: pointer;
}

.cus-submit-btn-dark:hover{
  background-color: #ccc;
  color: #fff;
}

.cursor-pointer{
  cursor: pointer;
}


.orange:hover{
color: #ff5801;
}

.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.cs{
  background: #00217b;
  color: #fff;
  font-family: 'Helvetica';
  padding-top: 1rem !important;
}

.active-cs{
  background: #ffffff;
  color: #000;
  transform: translateY(-10px);
  padding-top: 1.7rem !important;
}

.understanding-credit{
  font-size: 24px;
}

.credit-active{
  font-weight: 500;
  border-bottom: 3px solid #234e98;
  box-shadow: 0 0 10px #CC8;
}

.credit-active-1{
  background: #e2e2e2;
  color: #234e98;
}

.credit-active-1 a:hover{
  color: #000;
}

.credit-b-r{
  border-right: 2px solid #ccc;
}

.security-head-text{
  font-size: 30px;
  color: #fff;
  padding-top: 90px;
}

.quick-nav-link, .nav-link{
  color: #000;
}

.quick-nav-link-2{
  color: #fff;
}

.quick-nav-link-2:hover{
  color: #5dbbf1;
}

.quick-nav-link:hover{
  color: #234e98; 
}

.quick-nav-link-s-i{
  color: #000;
  font-weight: 500;
}

.svg-back-profile-setting{
  transform: rotate(270deg);
 
  margin-left: 8px;
  fill: #000;
}

.svg-back-profile-setting-active{
  transform: rotate(180deg) !important;
  fill: #0f7699;
}

.sc-our-link{
  display: inline-flex;width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.sc-our-link-active{

}

.footer-section{
  background: #212b36;
  color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
}

.big-text{
  font-size: 24px;
}

.regular-parent{  
  justify-content: center; 
  width: 100%;
  background: #eeeeee;
}

.regular-child-active{
  background: #056dae;
}

.regular-child-active a{
  color : #fff;
}

.regular-child:hover{
  background: #ccc;
}

.cus-p-1{
  padding-top: 1rem !important;
  padding-bottom: 0.5rem !important;
}

.nav-active{
  background: #ccc;
  /* border-bottom: 4px solid #ff6b1b; */
}

.nav-link-active{
  color: #000;
}

.nav-link-active:hover{
  color: #000;
}

.nav:hover{
  background: #eee;
}

.nav-mobile-link-active{
  color: #0667ba !important;
  font-weight: 600;
}

.dis-inline{
  display: inline-flex;
}

.message-count{
  background: #eee;
  padding: 2.5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #2b2929;
}

.cus-td{
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important;
}

.fw-500{
  font-weight: 500;
  border-bottom: 1px dashed #000;
}

.quick-tab-ash{
  background: #eee;
}

.quick-tab-white{
  background: #fff;
}

.quick-tab a{
  /*text-decoration: underline !important;*/
}

.mobile-nav{
  display: inline-flex;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.nav-log-out{
  border-left: 1px solid #eee;
  box-shadow: -6px 2px 5px rgba(204, 204, 204, .3);
}

.nav-mobile-log-out{
  border-left: 1px solid #eee;
  background-color: #ff5801;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

.top-section{
/*  padding-top: 77px;*/
  background: #fff;
}

.account-1{
  border: 1px solid #ccc;
}


.cus-card-head{
  background: linear-gradient( transparent,rgba(26, 65, 141, .5)),url(../../images/city-light.jpg); 
  background-position: center;
  background-size: contain;
}

.cus-card-head-1{
  background: linear-gradient( transparent,rgba(26, 65, 141, .5)),url(../../images/padlock-image.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cus-card-head-2{
  background: linear-gradient( transparent,rgba(26, 65, 141, .5)),url(../../images/borrow.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card{
 border: 1px solid #eee;
}

.modal-dialog{
  height: auto !important;
}

.cus-btn{
  background: #dc3545;
  color: #fff;
}

.text-danger{
  color: #dc3545 !important;
}


.login-section-col-2-1{
    margin-bottom: 3rem;
    border-radius: 2px;
}


.checkmark {
      position: absolute;
      top: 2px;
      /*left: 0;*/
      height: 20px;
      width: 20px;
      background-color: transparent;
      border: 1px solid #ced4da;
      border-radius: 3px;
  }

.cus-bg-white{
  background: rgba(255, 255, 255, .97) !important;
}


.cus-is-invalid, .cus-is-invalid:focus{
  border: 1px solid #dc3545;
  border-color: #dc3545;
  padding-right: 2.25rem;
  box-shadow: none !important;
}

.phone-button{
  background-color: #ff5801 !important;
  color: #fff !important;
  border: none;
  box-shadow: 1px 4px 5px rgba(255, 88, 1, .1);
  cursor: pointer;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #ff5801;
  border-radius: 5px;
}

.phone-button:hover{
  background-color: #cd4600;
  color: #fff;
  box-shadow: 0 6px 4px rgba(255,88,1,.3);
}

.cus-nav-bg{
  background: linear-gradient(0deg, #055295, #0667ba);
}

.cus-mt-6r{
  margin-top:3rem;
}


.cus-h1{
  font-size: 1.6rem;
}


.cus-bb-sm{
  border-bottom: 1.5px solid #ccc;
  background: #f9f9f9;
  border-radius: 10px;
}



.bg_globe{
  height: 100px;
  position: absolute;
  right: -5px;;
}


.bg_globe-logged-in{
  height: 100px;
  position: absolute;
  right: -5px;
  top: 0px;
}


.cus-btn-outline{
  border: 1px solid #fff;
  color: #fff;
}

.cus-btn-outline-orange{
  border: 1px solid #ff5801;
  color: #ff5801;
}


.cus-btn-outline:hover{
  border: 1px solid #ff5801;
  color: #ff5801;
  box-shadow: 1px 4px 5px rgba(255, 88, 1, .16);
  text-decoration: none;
}


.checking-bg{
  background: linear-gradient(90deg, rgb(10 41 69), rgb(0 33 123 / 70%) 50%, rgb(27 72 148 / 70%)), url('../../images/silver.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff !important;
  border-radius: 5px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  box-shadow: 1px 4px 5px #6c757d3d;
}



.checking-bg-2{
  background: linear-gradient(90deg, #065fab, #1c6aade8 50%, #136dbbd6), url(../../images/globe.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  color: #ffffff !important;
  border-radius: 5px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  box-shadow: 1px 4px 5px #6c757d3d;
}


.cus-explore-product{
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 1px 3px 0px #6c757d3d;
  border-radius: 5px;
}


.cus-explore-product:hover{
  background-color: #e4e1e1;
  box-shadow: 1px 3px 0px #6c757d3d;
}


.credit-card-space{
  background: linear-gradient(90deg, #0c0c0c, #161b1fe0 50%, #4d4d4d7a), url(../../images/city-light.jpg);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: -1px -1px 0px #6c757d3d;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff !important;
}


.investment-card {
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #eee;
}

.investment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.investment-header {
  background: #f5f5f5;
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.investment-content {
  background: #f5f5f5;
  padding: 1.5rem;
}

.investment-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1rem 0;
}

.stat-item {
  background: white;
  padding: 0.8rem;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #eee;
}

.stat-value {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0667ba;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
}

.invest-button {
  background: #0667ba;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.invest-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: #0556a0;
}

.sidebar-card {
  background: #F5F5F5;
  border: 1px solid #eee;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
  transition: all 0.3s ease;
}

/* .sidebar-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
} */

.sidebar-header {
  background: #E6E4E2;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
}

.help-card {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.help-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); */
}

.blue {
  color: #0667ba;
}

.payee-action-list, .history-action-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.payee-action-item, .history-action-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 1rem 1.2rem;
  transition: box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.payee-action-item:hover, .history-action-item:hover {
  box-shadow: 0 4px 16px rgba(6,103,186,0.08);
  border-color: #0667ba;
  text-decoration: none;
}
.payee-action-icon, .history-action-icon {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 2px solid #0667ba;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.3rem;
  color: #0667ba;
  background: #f5faff;
}
.payee-action-content, .history-action-content {
  flex: 1;
}
.payee-action-title, .history-action-title {
  font-weight: 600;
  color: #222;
  margin-bottom: 0.2rem;
  font-size: 1.08rem;
}
.payee-action-desc, .history-action-desc {
  color: #666;
  font-size: 0.97rem;
  margin-bottom: 0;
}

.nav-mobile-active{
  color: #0667ba !important;
}

.recent-transactions .list-group-item {
  background-color: #f8f9fa;
  border: none;
  border-bottom: 1px solid #e9ecef;
  padding: 15px 20px;
  position: relative;
}
.recent-transactions .list-group-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e9ecef;
}
.recent-transactions .transaction-description {
  font-weight: 500;
  color: #343a40;
}
.recent-transactions .transaction-amount {
  font-weight: 600;
  font-size: 1.1rem;
}


.back-button-link:hover{
 text-decoration: underline !important;
}

.track {
  position: relative;
  background-color: #ddd;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -13px;
  text-align: center;
  position: relative
}

.track .step.activee:before {
  background: #3c610c;
}

.track .step.error:before {
  background: #c10214;
}

.track .step::before {
  height: 4px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 13px
}

.track .step.activee .icon {
  background: #3c610c;
  color: #fff
}

.track .step.error .icon {
  background: #c10214;
  color: #fff
}

.track .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  border-radius: 100%;
  background: #ddd
}

.track .step.activee .text, .track .step.error .text {
  font-weight: 400;
  color: #000
}

.track .text {
  display: block;
  margin-top: 7px
}

.form-control{
  border: 1.7px solid !important;
  border-radius: 10px !important;
  min-height: 3rem !important;
  font-weight: 500 !important;
}

@media (min-width: 768px){

.masthead {
    min-height: 120px;
}

.masthead-index{
  min-height: 220px;
}

.masthead-h1{
  padding-top: 2rem;
  padding-bottom: 5rem;
}


.masthead-index:after {
    content: "";
    top: 3.5rem;
}

.masthead2:after{
  content: "Card Service" !important;
  font-size: 15vw;
}

.masthead3:after{
  content: "" !important;
  font-size: 15vw;
}

.card-service-top{
  top: -80px;
  z-index: 1
}

.card-service-content-2{
  display: none;
}

.top-nav{
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 5rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.top-nav-1{
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 1rem !important;
  padding-right: .5rem !important;
  border-bottom: 1px solid #eee;
}

.top-nav-2{
  display: inline-flex;
}

.big-text{
  font-size: 29px;
}

.md-dis-inline-justify-content-between{
  display: inline-flex;
  justify-content: space-between;
}

.md-bl-dash{
  border-left: 1px dashed #ccc;
}

.phone-button{
  background-color: unset !important;
  color: #0F3D70 !important;
  border: none;
  box-shadow: unset;
  cursor: pointer;
  font-weight: 500;
  padding: 1rem;
  border: unset;
  border-radius: 5px;
}

.phone-button:hover{
  background-color: unset;
  color: #0F3D70;
  box-shadow: unset;
}

.cus-nav-bg{
  background: #E9F1FA !important;
}


.cus-mt-6r{
  margin-top:6rem;
}

.w-lg-60{
  width: 80%;
}

.cus-h1{
  font-size: 3rem;
}

.cus-md-br-1px {
  border-right: 1.5px solid #ccc;
}

.cus-bb-sm-1px{
  border-bottom: unset;
  background: unset;
  border-radius: unset;
}

}







.promo-box{
  background: #fff;
    color: #333;
}

.promo-box-icon{
  background: #77ba00;
    height: 72px;
    left: calc(50% - 36px);
    width: 72px;
    margin: 0 auto;
}

.svg-show{
  height: 36px;
    margin-top: 15px;
    width: 36px;
    fill: #fff !important;
}

.content-2{
  padding-bottom: 24px;
    padding-top: 24px;
}

.content-2 h2{
  color: #323233;
    /*font-family: "Lloyds Jack Medium";*/
    font-size: 24px;
    letter-spacing: normal;
    line-height: 30px;
    text-transform: none;
}
.content-2 div p{
  font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    /*font-family: "Lloyds Jack Light";*/
}

.content-2 .cus-btn{
  align-items: center;
    display: flex;
    /*font-family: "Lloyds Jack Regular";*/
    height: 66px;
    justify-content: center;
    max-width: 278px;
    min-width: 188px;
    padding: 0 18px;
    text-align: center;
    width: 100%;
    border: 2px solid #123fa2;
    color: #123fa2;
    margin: 0 auto;
}

.b-trans{
  background: transparent !important;
}

.inner{
  display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 24px 30px;
    text-align: center;
    background: #fff;
}

.icon-container{
  height: 35px;
  width: 35px;
}

.content{
  border-bottom: 2px solid #bfbfbf;
}

.content h2{
    line-height: 30px;
    color: #323233;
    font-family: "Lloyds Jack Medium";
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
}


.content-ul{
  text-align: left
}

.content-ul li{
    margin-top: 18px;
}

.content-links{
  color: #123fa2;
    /*font-family: "Lloyds Jack Medium";*/
    width: auto;
    width: initial;
    font-size: 1.2rem;
    height: 100%;
    line-height: 1.6rem;
    margin: 0;
    text-decoration: none;
    width: 100%;
    word-break: break-word;
}

.content-links:hover{
  color: #123fa2;
}

.text-green{
  color: #123fa2;
}

.text-green:hover{
  color: #123fa2 !important;
}




@media (min-width: 992px){

.masthead {
    min-height: 180px;
}

.masthead-index{
  min-height: 280px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.masthead-h1{
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.cus-top-1{
  top: -5rem;
}
.cus-top-2{
  top:-22rem;
}

.m-lg-3r{
  margin-top: 3rem !important;
}

.top-60{
  position: absolute; 
  top: 56.5rem;
}

.cus-pt-4r{
  padding-top: 4rem;
}

.security-head-text{
  font-size: 60px;
  color: #fff;
}

.big-text{
  font-size: 34px;
}

.regular-parent{
  display: inline-flex;
}

.welcome{
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 15px;
}

.top-nav-1{
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 5rem !important;
  padding-right: 1rem !important;
  border-bottom: 1px solid #eee;
}

.md-dis-inline{
  display: inline-flex;
}

.md-br{
   border-right: 1.4px solid #252525;
}

.top-section{
/*  padding-top: 90px;*/
  background: #fff;
}

.login-section{
  min-height: 80vh;
}

.login-section-col-1{
  padding-bottom: 90px;
  padding-top: 90px;
}

.login-section-col-2{
  background: url(../../images/login-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.border-r-1px-lg{
  border-right: 1px solid #ccc
}

.w-lg-60{
  width: 60%;
}


}


@media (min-width: 1200px){

.masthead {
    min-height: 270px;
}

.masthead-index{
  min-height: 400px;
}

.masthead-h1{
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.space{
  margin-top: 6rem;
}

}

/* Payee Management Styles */
.payment-section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.payment-section:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.payment-header {
  padding: 1.2rem;
  border-bottom: 1px solid #eee;
}

.payment-content {
  padding: 1.2rem;
}

.payee-action-list, .history-action-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payee-action-item, .history-action-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem 1.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.payee-action-item:hover, .history-action-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(6,103,186,0.1);
  border-color: #0667ba;
  text-decoration: none;
}

.payee-action-icon, .history-action-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #0667ba;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #0667ba;
  background: #f5faff;
  transition: all 0.3s ease;
}

.payee-action-item:hover .payee-action-icon,
.history-action-item:hover .history-action-icon {
  background: #0667ba;
  color: #fff;
}

.payee-action-content, .history-action-content {
  flex: 1;
}

.payee-action-title, .history-action-title {
  font-weight: 600;
  color: #222;
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.payee-action-desc, .history-action-desc {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.4;
}

.payee-action-item:hover .payee-action-title,
.history-action-item:hover .history-action-title {
  color: #0667ba;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .payee-action-item, .history-action-item {
    padding: 0.8rem 1rem;
  }
  
  .payee-action-icon, .history-action-icon {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1rem;
  }
  
  .payee-action-title, .history-action-title {
    font-size: 1rem;
  }
  
  .payee-action-desc, .history-action-desc {
    font-size: 0.9rem;
  }
}

/* Payee List Table Styles */
.table {
  margin-bottom: 0;
}

.table th {
  border-top: none;
  font-weight: 600;
  color: #0667ba;
  padding: 1rem;
  background: #f8f9fa;
}

.table td {
  padding: 1rem;
  vertical-align: middle;
}

.table-hover tbody tr:hover {
  background-color: #f5faff;
}

.badge {
  padding: 0.5em 0.8em;
  font-weight: 500;
}

.badge-primary {
  background-color: #0667ba;
}

.badge-success {
  background-color: #28a745;
}

.badge-info {
  background-color: #17a2b8;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.btn-outline-primary {
  color: #0667ba;
  border-color: #0667ba;
}

.btn-outline-primary:hover {
  background-color: #0667ba;
  border-color: #0667ba;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* Search and Filter Styles */
.input-group {
  box-shadow: none;
}

.input-group .form-control {
  border-right: none;
}

.input-group .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.input-group-append .btn {
  border-left: none;
  background-color: #fff;
}

.input-group-append .btn:hover {
  background-color: #f8f9fa;
}

.form-control:focus {
  border-color: #0667ba;
  box-shadow: none;
}

/* Modal Styles */
.modal-content {
  border-radius: 10px;
  border: none;
}

.modal-header {
  border-bottom: 1px solid #eee;
  padding: 1rem 1.5rem;
}

.modal-body {
  padding: 1.5rem;
}

.modal-footer {
  border-top: 1px solid #eee;
  padding: 1rem 1.5rem;
}

.modal-title {
  color: #0667ba;
  font-weight: 600;
}

/* Sidebar Category Links */
.sidebar-card .payment-content a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidebar-card .payment-content a:hover {
  color: #0667ba;
  text-decoration: none;
}

.sidebar-card .payment-content .badge {
  font-size: 0.8rem;
}

/* Recent Activity Styles */
.sidebar-card .payment-content small {
  font-size: 0.8rem;
}

.sidebar-card .payment-content p {
  font-size: 0.9rem;
  color: #333;
}

