.bg-purple-opaque {
    background: rgb(99, 81, 206) !important;
}

.btn-app {
    background: #E61B6C !important;
    color: #fff !important;
    font-size: .8rem !important;
}

.btn-app-faded {
    background: #E61B6C30 !important;
    color: #fff !important;
    font-size: .8rem !important;
}

.btn-app-outline {
    background: #FFF !important;
    color: #E61B6C !important;
    border: 2px solid #E61B6C66 ;
    font-weight: 900 !important;
    font-size: .8rem !important;
}

.btn-app-outline-gray {
    background: #eee !important;
    color: #000 !important;
    border: 2px solid #40404166 ;
    font-weight: 900 !important;
    font-size: .8rem !important;
}

.btn-outline-app {
    border: #E61B6C solid 1px !important;
}

.btn-outline-app2 {
    border: #E61B6C solid 1px !important;
    color: #E61B6C !important;
}

.btn-outline-app3 {
    border: rgb(28, 35, 49) solid 1px !important;
    color: rgb(28, 35, 49) !important;
}



.btn-app-blue {
    background: #6351ce !important;
    color: #fff;
}

.success-status{
    color: #036B26;
    background-color: #E7F6EC;
    font-weight: 500;
    padding: .3rem .7rem .3rem;
    border-radius: 5rem
}

.pending-status{
    color: #AD3307;
    background-color: #FFECE5;
    font-weight: 500;
    padding: .3rem .7rem .3rem;
    border-radius: 5rem
}

.failed-status{
    color: #9E0A05;
    background-color: #FBEAE9;
    font-weight: 500;
    padding: .3rem .7rem .3rem;
    border-radius: 5rem
}

.vertical-line {
    border-left: #E61B6C 3px solid;
    padding-left: 15px;
}
.span-social-rounded {
    border: #fff solid 1px;
}
.btn-app-blue:hover {
    color: #fff !important;
}
.span-social-rounded a:hover {
    color: #E61B6C;
}
.card-tile i {
    font-size: 5px;
}
span a:hover, footer p a:hover, .topbar li a:hover, p .p-a:hover, span .p-a:hover {
    color: #E61B6C !important;
}
.footer-copyright .text-md-right a:hover, .footer-copyright a:hover {
    color: #fff !important;
}
.card-tile {
    font-size: 10px;
}

.card-lay {

}

.bg-app {
    background: #E61B6C !important;
}

.app-color {
    background: #E61B6C !important;
}

.grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid-list li {
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}

.text-white-fade {
    color: rgba(255, 255, 255, 0.6) !important;
}

.rgba-app-strong {
    background: rgba(255, 182, 6, 0.6) !important;
}

.rgba-app-light {
    background: rgba(255, 182, 6, 0.1) !important;
}

.text-app {
    color: #E61B6C !important;
}

/*.navbar-nav li a {
    border-bottom: solid 2px #6351ce;
}

.navbar-nav li a:hover {
    border-bottom: solid 2px #E61B6C;
}*/

.top-bar {
    height: 50px;
}

.top-bar ul li {
    list-style-type: none;
    font-size: 14px;
}

.separate {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-title a:hover {
    color: #E61B6C !important;
}

@media (max-width: 740px) {

}

.login-page .md-form label {
    color: #002752 !important;
}

.btn-margin-0 {
    margin: 0rem !important;
    margin-top: -5px !important;
    line-height: 1 !important;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white background */
    z-index: 9999; /* ensure loader is on top of other content */
    display: none;  /* hide loader by default */
}
.loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for elevation effect */
    transition: box-shadow 0.3s ease; /* Smooth transition for box shadow */
}

.md-form .prefix {
    font-size: 18px !important;
}

.login-page .md-form .form-control {
    color: #002752;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #404041 !important;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: rgba(21, 66, 115, 0.2) !important;
}

.fixed-right {
    position: fixed;
    right: 0;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.bordered-background{
    border: 1px solid #ddd !important;
}

.bordered-background-with-radius{
    border: 2px solid #ddd !important;
    border-radius: .5rem .5rem 0 0;
}

.bordered-background-with-full-radius{
    border: 1px solid #ddd !important;
    border-radius: .7rem;
}

.btn-alternative{
    background-color:#D81861!important;
    color:#fff
}

.margin-1point5{
    margin-top: 1.5rem;
}

.margin-2point5{
    margin-top: 2rem;
}

.app1-bg-color{
    background-color:#1C2331!important;
}


.app1-color{
    color:#1C2331!important;
}

.app2-color{
    color:#D81861!important;
}

.btn-br-1
{
    border-radius: .4rem;
}

.center-text{
    text-align: center;


}

.light-text{
    font-weight: 100;


}
.color-text-gray{
    color: #667185
}

.text-alternative{
    color: #D81861;
}


.bold-text{
    font-weight: 600 !important;
}

.bolder-text{
    font-weight: 900 !important;
}
.right-text{
    text-align: right;


}

.padding-20_plus
{
    padding: 1.25rem 3rem 1.25rem;
}

.size-font-point8
{
    font-size: .8rem;
}

.functional-buttons{
    border-radius: .5rem;
    background-color: white !important;
    color: black;
}

.btn-export {
    background-color: #E61F5E;
    border-color: #E61F5E;
    color: #fff;
}
.btn-export:hover {
    background-color: #c11a50;
    border-color: #c11a50;
}
.stat-card i {
    font-size: 1.5rem;
    opacity: .6;
}

.one-padding {
    padding: 1rem 1rem 1rem;
}


.wizard-nav .list-group-item {
    border:none;
    border-left:4px solid transparent;
    border-radius:0;
    cursor:pointer;
    display:flex;
    align-items:center;
}
.wizard-nav .list-group-item.active {
    color:#d81b60; /* same magenta used in screenshots */
    font-weight:700;
    border-left-color:#d81b60;
    background:#fafafa;
}
.wizard-nav .badge-step {
    width:28px;
    height:28px;
    border-radius:50%;
    background:#e0e0e0;
    color:#424242;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
}
.wizard-nav .list-group-item.active .badge-step{
    background:#d81b60;
    color:#fff;
}
.step-content{
    display:none;
}
.step-content.active{
    display:block;
}
.form-section-title{
    font-weight:900;
    color:#424242;
    margin-bottom:4px;
}
.upload-label{
    font-size:.8rem;
    color:#757575;
}

.flexer-no-wrap{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap
}
.margin-l2{
    margin-left: .5rem;
}
.margin-r2{
    margin-right: .5rem;
}
.margin5{
    margin: .5rem;
}

.margint7{
    margin-top: 7rem;
}


/* Glass effect & soft shadows */
.modal-content {
  border: 1px solid rgba(255,255,255,0.2);
}
.amount-badge {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 0.7em 1.2em;
  margin-bottom: 1rem;
  gap: 0.7em;
}
.amount-badge i {
  font-size: 1.4em;
  color: #28a745;
}
.status-badge {
  font-size: 1rem;
  padding: 0.3em 0.8em;
  border-radius: 12px;
  color: white;
  background: #28a745;
  font-weight: 600;
  margin-left: 0.5em;
}
.status-badge.failed { background: #dc3545; }
.status-badge.pending { background: #ffc107; color: #212529; }
.detail-label {
  font-weight: 600;
  color: #344767;
  letter-spacing: 0.02em;
}
.detail-value {
  color: #222c3c;
}
.copy-icon {
  cursor: pointer;
  color: #6c757d;
  margin-left: 0.3em;
  transition: color 0.2s;
}
.copy-icon:hover { color: #1976d2; }
.hr-divider {
  border-top: 1px solid #dde0e5;
  margin: 1.1em 0 1.2em 0;
}

.invoice-modal .modal-content {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}
.invoice-modal .modal-header {
  background: #fff;
  border-bottom: none;
  padding: 1rem 1.5rem;
}
.invoice-modal .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
.invoice-modal .btn-close {
  filter: invert(0.3);
}

/* Grid layout for body */
.invoice-modal .modal-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1rem 1.5rem;
  padding: 1.5rem;
}

/* Shared card style */
.invoice-modal .card {
  background: #fff;
  padding: 1rem 1.25rem;
  border: .2px solid #ddd !important;
  border-radius: .5rem .5rem .5rem .5rem ;
}

/* Tiqpay Pink header on cards */
.invoice-modal .card-header {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #1C2331;
  background: transparent;
  border: .3px solid #E61B6C30  !important;
  border-radius: .5rem .5rem 0 .2rem ;
}

/* Summary card tweaks */
.invoice-modal .summary .amount {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.invoice-modal .summary .status-dots {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: #555;
}
.invoice-modal .summary .status-dots .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-right: 0.4rem;
}
.invoice-modal .summary .dot-pending { background: #4a90e2; }
.invoice-modal .summary .dot-settled { background: #28a745; }
.invoice-modal .summary .dot-drafts  { background: #e3a21a; }

/* Label/value style */
.invoice-modal .label {
  font-size: 0.8rem;
  color: #777;
}
.invoice-modal .value {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}
.invoice-modal .value.copyable {
  display: inline-flex; align-items: center;
}
.invoice-modal .value.copyable i {
  margin-left: 0.4rem; cursor: pointer; color: #aaa;
}
.invoice-modal .value.copyable i:hover {
  color: #E40077;
}

/* Footer */
.invoice-modal .modal-footer {
  border-top: none;
  padding: 0.75rem 1.5rem;
}
.invoice-modal .modal-footer .btn {
  #background: #E40077; color: #fff;
  border: none; border-radius: 6px;
  padding: 0.5rem 1.2rem;
}

.sleek-link{
    cursor: pointer; border-bottom: .1rem solid #ccc; padding-bottom: .2rem
    ; color: #E61B6C;
}

.padding-05{
    padding-bottom: 5rem;
}

.width-70{
    width: 70%;
}

.width-50{
    width: 50%;
}


