.box-shadow-1{ box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.box-shadow-2{ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.box-shadow-3{ box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; }
.box-shadow-4{ box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
.box-shadow-5{ box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.box-shadow-6{ box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; }
.box-shadow-7{ box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; }
.box-shadow-8{ box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; }

.phonebook-cards{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.phonebook-number{
    text-decoration: none;
}
.display-none{ display: none; }

.center-content{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.width-80{ width: 80% }
.width-70{ width: 70% }
.width-60{ width: 60% }
.width-50{ width: 50% }
.width-40{ width: 40% }
.width-30{ width: 30% }

.bg-danger-custom {
    background-color: rgba(239, 68, 68, 0.15) !important; /* soft red */
    color: #b91c1c !important; /* darker red text for contrast */
}

.bg-success-custom {
    background-color: rgba(16, 185, 129, 0.15) !important;
    color: #047857 !important;
}

.bg-warning-custom {
    background-color: rgba(250, 204, 21, 0.2) !important; /* soft yellow */
    color: #92400e !important; /* warm brown text for readability */
}

.bg-info-custom {
    background-color: rgba(59, 130, 246, 0.15) !important; /* soft blue */
    color: #1e40af !important; /* darker blue text */
}


.bg-custom-1{
    background-color: rgba(224, 177, 203, .5) !important;
}
.bg-custom-2{
    background-color: rgba(178, 224, 184, .5) !important;
}
.bg-custom-3{
    background-color: rgba(185, 178, 224, .5) !important;
}
.bg-custom-4{
    background-color: rgba(163, 137, 149, .5) !important;
}
.bg-custom-5{
    background-color: rgba(238, 133, 109, .5) !important;
}
.bg-custom-6{
    background-color: rgba(229, 228, 226, 1) !important;
}
.bg-custom-7{
    background-color: rgba(255, 255, 255, 1) !important;
}
.bg-paid{
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}
.bg-unpaid{
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}
.td-th-border{
    border: 1px solid #787878 !important;
}
