

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #32393f
}

a {
	color: #008cff;
}

.table-responsive {
	white-space: nowrap;
}

.form-check-input:checked {
	background-color: #008cff;
	border-color: #008cff
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #008cff;
	border-color: #008cff;
}

.valid-feedback {
	color: #15ca20
}


.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #15ca20;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #15ca20;
}

.form-select.is-valid, .was-validated .form-select:valid {
	border-color: #15ca20;
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
	border-color: #15ca20;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #15ca20
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #15ca20
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #15ca20
}

.invalid-feedback {
	color: #fd3550
}


.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #fd3550;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #fd3550;
}
.form-select.is-invalid, .was-validated .form-select:invalid {
	border-color: #fd3550;
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
	border-color: #fd3550;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: #fd3550
}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
	background-color: #fd3550
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #fd3550
}

.input-group-text {
	background-color: #ffffff;
}

.btn {
    letter-spacing: .5px;
}

.btn-primary {
	color: #fff;
	background-color: #008cff;
	border-color: #008cff
}
.btn-primary:hover {
	color: #fff;
	background-color: #037de2;
	border-color: #037de2
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #037de2;
	border-color: #037de2;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #037de2;
	border-color: #037de2
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #008cff;
	border-color: #008cff
}


.btn-success {
	color: #fff;
	background-color: #15ca20;
	border-color: #15ca20
}
.btn-success:hover {
	color: #fff;
	background-color: #0eb018;
	border-color: #0eb018
}
.btn-check:focus+.btn-success, .btn-success:focus {
	color: #fff;
	background-color: #0eb018;
	border-color: #0eb018;
	box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #0eb018;
	border-color: #0eb018
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #0f8107;
	border-color: #146c43
}


.btn-danger {
	color: #fff;
	background-color: #fd3550;
	border-color: #fd3550
}
.btn-danger:hover {
	color: #fff;
	background-color: #d10b1e;
	border-color: #b02a37
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #d10b1e;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #fd3550;
	border-color: #fd3550
}


.btn-outline-primary {
	color: #008cff;
	border-color: #008cff
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #008cff;
	border-color: #008cff
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	color: #fff;
	background-color: #008cff;
	border-color: #008cff
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #008cff;
	background-color: transparent
}


.btn-outline-success {
	color: #15ca20;
	border-color: #15ca20
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #15ca20;
	border-color: #15ca20
}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
	color: #fff;
	background-color: #15ca20;
	border-color: #15ca20
}
.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
	box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #15ca20;
	background-color: transparent
}


.btn-outline-danger {
	color: #fd3550;
	border-color: #fd3550
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #fd3550;
	border-color: #fd3550
}
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
	color: #fff;
	background-color: #fd3550;
	border-color: #fd3550
}
.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #fd3550;
	background-color: transparent
}

.btn-link {
	font-weight: 400;
	color: #008cff;
	text-decoration: underline
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #008cff
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.card {
    border: 0 solid transparent;
	margin-bottom: 1.5rem;
	box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.card-header {
	background-color: rgba(0, 0, 0, .0);
}

.progress-bar { 
    background-color: #008cff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #008cff;
	border-color: #008cff
}

.border-primary {
	border-color: #008cff!important
}

.border-success {
	border-color: #15ca20!important
}

.border-danger {
	border-color: #fd3550!important
}

.border-light-2 {

    border-color: rgb(255 255 255 / 12%)!important;

}

.text-primary {
	color: #008cff!important
}
.text-secondary {
	color: #6c757d!important
}
.text-success {
	color: #15ca20!important
}
.text-info {
	color: #0dcaf0!important
}
.text-warning {
	color: #ffc107!important
}
.text-danger {
	color: #fd3550!important
}
.text-light {
	color: #f8f9fa!important
}
.text-dark {
	color: #212529!important
}
.text-white {
	color: #fff!important
}
.text-body {
	color: #212529!important
}
.text-muted {
	color: #6c757d!important
}
.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}



.bg-primary {
	background-color: #008cff !important;
  }

.bg-success {
	background-color: #15ca20 !important;
  }

.bg-danger {
	background-color: #fd3550 !important;
  }


.form-check-success .form-check-input:checked {
	background-color: #15ca20;
	border-color: #15ca20
}

.form-check-success .form-check-input[type=checkbox]:indeterminate {
	background-color: #15ca20;
	border-color: #15ca20;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}


.form-check-success .form-check-input:focus {
	border-color: #15ca20;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(21, 202, 33, 0.25)
}



.form-check-danger .form-check-input:checked {
	background-color: #fd3550;
	border-color: #fd3550
}

.form-check-danger .form-check-input[type=checkbox]:indeterminate {
	background-color: #fd3550;
	border-color: #fd3550;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}


.form-check-danger .form-check-input:focus {
	border-color: #fd3550;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(253, 53, 80, 0.25)
}



.form-check-warning .form-check-input:checked {
	background-color: #ffc107;
	border-color: #ffc107
}

.form-check-warning .form-check-input[type=checkbox]:indeterminate {
	background-color: #ffc107;
	border-color: #ffc107;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}


.form-check-warning .form-check-input:focus {
	border-color: #ffc107;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, 0.25)
}



.form-check-dark .form-check-input:checked {
	background-color: #212529;
	border-color: #212529
}

.form-check-dark .form-check-input[type=checkbox]:indeterminate {
	background-color: #212529;
	border-color: #212529;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}


.form-check-dark .form-check-input:focus {
	border-color: #212529;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.25)
}




.form-check-secondary .form-check-input:checked {
	background-color: #6c757d;
	border-color: #6c757d
}

.form-check-secondary .form-check-input[type=checkbox]:indeterminate {
	background-color: #6c757d;
	border-color: #6c757d;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}


.form-check-secondary .form-check-input:focus {
	border-color: #6c757d;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, 0.25)
}



.form-check-info .form-check-input:checked {
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.form-check-info .form-check-input[type=checkbox]:indeterminate {
	background-color: #0dcaf0;
	border-color: #0dcaf0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}


.form-check-info .form-check-input:focus {
	border-color: #0dcaf0;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, 0.25)
}


*:focus {
    outline: none !important;
	box-shadow: none !important;
}

.btn-xs {
    padding: 0.25rem 0.5rem; 
    font-size: 0.75rem; 
    line-height: 1.25; 
    border-radius: 0.2rem; 
}
.table tr th{
	font-weight: 500 !important;
	text-align: center;
	background-color: #6fd7ec6b;

}
.table tr td{
	font-size: 14px;
	text-align: center;
	/* border-bottom: 1px solid gray;; */
}

table.dataTable tr td input{
	font-size: 17px;
	margin:auto !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable th, 
table.dataTable td {
    border: 1px solid #ddd !important;
}

table.dataTable thead th {
    border-bottom: 2px solid #ddd !important;
}

/* Green Background (Success - Light) */
.green-bg {
    background-color: #d4edda !important; /* Light Green */
    color: #155724 !important; /* Dark Green Text */
    border: 1px solid #c3e6cb !important; /* Border */
}

/* Blue Background (Info - Light) */
.info-bg {
    background-color: #d1ecf1 !important; /* Light Blue */
    color: #0c5460 !important; /* Dark Blue Text */
    border: 1px solid #bee5eb !important; /* Border */
}

/* Red Background (Danger - Light) */
.red-bg {
    background-color: #f8d7da !important; /* Light Red */
    color: #721c24 !important; /* Dark Red Text */
    border: 1px solid #f5c6cb !important; /* Border */
}

/* White Background (Neutral) */
.white-bg {
    background-color: #ffffff !important; /* White */
    color: #212529 !important; /* Dark Text */
    border: 1px solid #dee2e6 !important; /* Border */
}

/* Yellow Background (Warning - Light) */
.yellow-bg {
    background-color: #fff3cd !important; /* Light Yellow */
    color: #856404 !important; /* Dark Yellow Text */
    border: 1px solid #ffeeba !important; /* Border */
}
/* Green Row (Success - Light) */
tr.green-bg td {
    background-color: #d4edda !important; /* Light Green */
    color: #155724 !important; /* Dark Green Text */
    border-bottom: 1px solid #c3e6cb !important;
}

/* Blue Row (Info - Light) */
tr.info-bg td {
    background-color: #d1ecf1 !important; /* Light Blue */
    color: #0c5460 !important; /* Dark Blue Text */
    border-bottom: 1px solid #bee5eb !important;
}

/* Red Row (Danger - Light) */
tr.red-bg td {
    background-color: #f8d7da !important; /* Light Red */
    color: #721c24 !important; /* Dark Red Text */
    border-bottom: 1px solid #f5c6cb !important;
}

/* White Row (Neutral) */
tr.white-bg td {
    background-color: #ffffff !important; /* White */
    color: #212529 !important; /* Dark Text */
    border-bottom: 1px solid #dee2e6 !important;
}

/* Yellow Row (Warning - Light) */
tr.yellow-bg td {
    background-color: #fff3cd !important; /* Light Yellow */
    color: #856404 !important; /* Dark Yellow Text */
    border-bottom: 1px solid #ffeeba !important;
}
/* Apply to entire project */
* {
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #b0b0b0 #f1f1f1; /* Thumb and Track colors */
}

/* Chrome, Edge, and Safari */
::-webkit-scrollbar {
    width: 6px; /* Thin width */
    height: 6px; /* Thin horizontal scrollbar */
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light background */
    border-radius: 10px;
}

/* Scrollbar Handle (Thumb) */
::-webkit-scrollbar-thumb {
    background: #b0b0b0; /* Gray color */
    border-radius: 10px;
}

/* Scrollbar Thumb on Hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.scrollable-select {
    max-height: 200px; /* Set maximum height */
    overflow-y: auto; /* Enable vertical scrolling */
    display: block; /* Ensure it respects height settings */
	width: 100%;
}
.select-wrapper {
    max-height: 150px; /* Limit height */
    overflow-y: auto; /* Enable scrolling */
}

/* Fix select box inside the wrapper */
.select-wrapper select {
    display: block;
    width: 100%;
}



.auth-cover-bg {
	width: 100%;
    height: 100vh;
    position: relative;
}

 .auth-cover-bg .auth-illustration {
	max-height: 65%;
    max-width: 65%;
    z-index: 1;
}

 .platform-bg {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0%;
    height: 35%;
}

.auth-cover-bg-color {
    background-color: #eae9ee;
	

}
.authentication-bg{
	box-shadow: -6px 0 6px -4px rgba(227, 227, 247, 0.65), -6px 0 6px -4px rgba(206, 206, 238, 0.54);
}
@media (max-width: 768px) { /* Apply shadow-lg only for small screens */
    .shadow-smaller-screen {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; /* Equivalent to Bootstrap 5's shadow-lg */
		margin-top:20%;
		padding:10px;
    }
	.shadow-smaller-screen-parent{
		margin:20px;
	}
}


.agent-profile .form-control{
	font-size:14px !important;
}
.agent-profile label{
	font-size:14px;
}




input.form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}


.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
}


.ribbon {
	position: absolute;
	top: 32px;
	left: -73px;
	background: #007bff;
	color: white;
	padding: 5px 30px;
	transform: rotate(-45deg);
	transform-origin: top left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height:80px;
	padding-top: 60px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.badge1 {
	position: absolute;
	top: -8px;
	right: -8px;
	background: orange;
	color: white;
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: bold;
	z-index: 99;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


.card-header h5, .card-header h6 {margin-bottom: 0px;margin-top: 5px;}

.skeleton-table {
    width: 100%;
    border-collapse: collapse;
}

.skeleton-table th {
    background: #e0e0e0;
    padding: 10px;
    text-align: left;
}

.skeleton-table td {
    padding: 12px;
}

.skeleton-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing between avatar and text */
}

.skeleton-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    animation: skeleton-loading 1.5s infinite linear;
}

.skeleton-text {
    height: 15px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    animation: skeleton-loading 1.5s infinite linear;
    border-radius: 4px;
}

.skeleton-progress-bar {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.skeleton-progress {
    height: 100%;
    width: 70%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    animation: skeleton-loading 1.5s infinite linear;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.modal-dialog {
	max-width: 700px ;
}

.modal-xxl {
    max-width: 70%; 
}

.bg-orange {
	background-color: #fd7e14;
}
.marginTopMarks{
	margin-top: 21px
}

.orange-bg {
    background-color: #fff1e6 !important; /* Light Orange */
    color: #8a3b00 !important;           /* Dark Orange Text */
    border: 1px solid #ffccaa !important;/* Border */
}


tr.orange-bg td {
    background-color: #fff1e6 !important; /* Light Orange */
    color: #8a3b00 !important;            /* Dark Orange Text */
    border-bottom: 1px solid #ffccaa !important;
}

/* KYC onboarding */
.kyc-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.kyc-table-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: none;
}

.kyc-stat-row {
    margin-bottom: 12px;
}

.kyc-stat-card {
    min-height: 72px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.kyc-stat-filter {
    cursor: pointer;
    transition: box-shadow .16s ease, transform .16s ease;
}

.kyc-stat-filter:hover,
.kyc-stat-filter:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.kyc-stat-filter.is-active {
    box-shadow: 0 0 0 2px rgba(37, 99, 235, .18);
}

.kyc-stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex: 0 0 auto;
}

.kyc-stat-label {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.kyc-stat-value {
    margin-top: 3px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #111827;
}

.kyc-stat-card--approved {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.kyc-stat-card--approved .kyc-stat-icon {
    color: #15803d;
}

.kyc-stat-card--pending {
    border-color: #fed7aa;
    background: #fff7ed;
}

.kyc-stat-card--pending .kyc-stat-icon {
    color: #c2410c;
}

.kyc-stat-card--rejected {
    border-color: #fecaca;
    background: #fef2f2;
}

.kyc-stat-card--rejected .kyc-stat-icon {
    color: #dc2626;
}

.kyc-action-buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}

.kyc-rejection-remark {
    min-width: 180px;
    white-space: normal;
    display: inline-block;
}

.kyc-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.kyc-status-approved,
.kyc-status-verified {
    background: #dcfce7 !important;
    color: #15803d !important;
    border: 1px solid #bbf7d0;
}

.kyc-status-pending {
    background: #fff7ed !important;
    color: #c2410c !important;
    border: 1px solid #fed7aa;
}

.kyc-status-rejected {
    background: #fee2e2 !important;
    color: #b91c1c !important;
    border: 1px solid #fecaca;
}

.kyc-status-expired,
.kyc-status-muted {
    background: #f1f5f9 !important;
    color: #475569 !important;
    border: 1px solid #e2e8f0;
}

.kyc-onboarding-modal {
    max-width: min(1420px, calc(100vw - 32px));
}

.kyc-onboarding-modal .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
}

.kyc-onboarding-page {
    width: 100%;
}

.kyc-onboarding-shell {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: visible;
    background: #f8fafc;
}

.kyc-onboarding-header,
.kyc-onboarding-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    background: #fff;
    border-color: #e5e7eb;
}

.kyc-onboarding-header {
    border-bottom: 1px solid #e5e7eb;
}

.kyc-onboarding-footer {
    position: sticky;
    bottom: 0;
    z-index: 6;
    border-top: 1px solid #e5e7eb;
    justify-content: flex-end;
    flex-wrap: wrap;
    box-shadow: 0 -8px 18px rgba(15, 23, 42, .06);
}

.kyc-onboarding-footer .btn {
    min-height: 31px;
    padding: 4px 9px;
    font-size: 12px;
}

.kyc-section-tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow-x: auto;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.kyc-section-tabs .kyc-step-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    padding: 6px 8px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}

.kyc-section-tabs .kyc-step-tab:hover,
.kyc-section-tabs .kyc-step-tab.active {
    color: #1d4ed8;
    background: #eff6ff;
}

.kyc-section-tabs .kyc-step-tab.completed {
    color: #15803d;
    background: #ecfdf5;
}

.kyc-step-pane {
    display: none;
}

.kyc-step-pane.active {
    display: block;
}

.kyc-validated-field {
    position: relative;
}

.kyc-validated-field .form-control {
    padding-right: 105px;
}

.kyc-validated-badge {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 7px;
    border-radius: 6px;
    background: #dcfce7;
    color: #15803d;
    font-size: 11px;
    font-weight: 700;
    pointer-events: none;
}

.kyc-onboarding-body {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding: 10px;
}

.kyc-onboarding-page .kyc-onboarding-body {
    max-height: none;
    overflow: visible;
}

.kyc-form-panel,
.kyc-summary-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kyc-form-section,
.kyc-summary-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
}

.kyc-form-section h6,
.kyc-summary-card h6 {
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.kyc-onboarding-body .row.g-3 {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: .75rem;
}

.kyc-form-section .form-label {
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.kyc-form-section .form-control,
.kyc-form-section .form-select {
    min-height: 34px;
    border-color: #dbe3ef;
    font-size: 12px;
}

.kyc-progress-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.kyc-progress-ring {
    --kyc-progress: 0%;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 auto;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #fff 58%, transparent 59%),
        conic-gradient(#2563eb var(--kyc-progress), #e5e7eb 0);
}

.kyc-progress-ring span {
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.kyc-progress-ring small {
    color: #64748b;
    font-size: 10px;
}

.kyc-progress-list {
    display: grid;
    gap: 6px;
    width: min(100%, 160px);
    flex: none;
    min-width: 0;
    color: #475569;
    font-size: 12px;
    text-align: left;
}

.kyc-progress-list div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.kyc-progress-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.kyc-progress-list strong {
    min-width: 44px;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
}

.kyc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.kyc-dot.completed {
    background: #16a34a;
}

.kyc-dot.pending {
    background: #94a3b8;
}

.kyc-summary-list {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.kyc-summary-list dt {
    color: #475569;
    font-weight: 600;
}

.kyc-summary-list dd {
    margin-bottom: 0;
    color: #0f172a;
    font-weight: 700;
}

.kyc-summary-status-pill {
    justify-self: end;
}

.kyc-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.kyc-quick-actions button {
    min-height: 50px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.kyc-quick-actions i {
    display: block;
    margin-bottom: 3px;
    color: #2563eb;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .kyc-page-header,
    .kyc-onboarding-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .kyc-onboarding-footer {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .kyc-onboarding-footer .btn {
        flex: 0 0 auto;
    }

    .kyc-onboarding-body {
        max-height: calc(100vh - 260px);
    }
}

/* Header icon alerts */
.topbar .navbar .navbar-nav .header-action-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    background: transparent;
    border: 0;
}

.topbar .navbar .navbar-nav .header-action-link:hover,
.topbar .navbar .navbar-nav .header-action-link:focus {
    color: #0d6efd;
    background: #eef5ff;
}

.topbar .navbar .navbar-nav .header-action-link i {
    font-size: 21px;
}

.topbar .navbar .navbar-nav .header-action-link .header-alert-count {
    position: absolute !important;
    top: -3px !important;
    right: -3px !important;
    left: auto !important;
    transform: none !important;
    min-width: 19px;
    height: 19px;
    width: auto;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e53935 !important;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}

.birthday-dropdown {
    width: 360px;
    border: 0;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .16);
}

.birthday-month-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.birthday-month-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 6px 8px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #f8fafc;
    font-size: 12px;
    line-height: 1.2;
}

.birthday-month-item strong {
    color: #0d6efd;
    font-size: 13px;
}

.birthday-month-item {
    width: 100%;
    text-align: left;
}

.birthday-month-item.active,
.birthday-month-item:hover,
.birthday-month-item:focus {
    border-color: #0d6efd;
    background: #eef5ff;
}

.birthday-month-details {
    max-height: 190px;
    overflow-y: auto;
}

.birthday-month-detail-title {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.birthday-month-person {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    border-top: 1px solid #edf2f7;
}

.birthday-month-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.birthday-month-person-info {
    min-width: 0;
    flex: 1 1 auto;
}

.birthday-month-person-info .fw-semibold,
.birthday-month-person-info small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.birthday-month-person:first-of-type {
    border-top: 0;
}

.birthday-month-date {
    flex: 0 0 auto;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 700;
}

.birthday-person-item {
    cursor: pointer;
    border-left: 0;
    border-right: 0;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.birthday-person-item:hover,
.birthday-person-item:focus {
    background: #f8fafc;
    transform: translateX(2px);
    box-shadow: inset 3px 0 0 #0d6efd;
}

.birthday-view-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    color: #0d6efd;
    background: #eef5ff;
    font-size: 11px;
    font-weight: 700;
}

.birthday-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.birthday-screen-alert {
    position: fixed;
    top: 72px;
    right: 24px;
    z-index: 12;
    width: min(420px, calc(100vw - 32px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    background: #fffbeb;
    color: #1f2937;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .16);
}

.birthday-screen-alert-content {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.birthday-screen-alert-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #b45309;
    background: #fef3c7;
    font-size: 20px;
}

.birthday-screen-alert-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.birthday-screen-alert-text {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.birthday-screen-alert-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.birthday-screen-alert-close {
    width: 24px;
    height: 24px;
    padding: 0;
}

.birthday-congratulation-modal .modal-dialog {
    max-width: 430px;
}

.birthday-congratulation-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .24);
}

.birthday-congratulation-modal .modal-content::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 120px;
    background: linear-gradient(135deg, #eef5ff 0%, #fff7ed 50%, #fdf2f8 100%);
}

.birthday-congratulation-modal .modal-body {
    position: relative;
    padding: 42px 28px 30px;
}

.birthday-congratulation-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
}

.birthday-congratulation-avatar-wrap {
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .16);
    animation: birthday-pop .42s ease both;
}

.birthday-congratulation-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.birthday-congratulation-label {
    color: #0d6efd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.birthday-congratulation-title {
    color: #111827;
    font-size: 22px;
    font-weight: 700;
}

.birthday-congratulation-role,
.birthday-congratulation-phone,
.birthday-congratulation-message {
    color: #64748b;
}

.birthday-congratulation-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f8fafc;
    font-size: 13px;
}

.birthday-congratulation-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.birthday-confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.birthday-confetti-piece {
    position: absolute;
    top: -14px;
    width: 7px;
    height: 12px;
    border-radius: 2px;
    opacity: .95;
    animation: birthday-confetti-fall 2.4s ease-in forwards;
}

.birthday-sparkle {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transform: scale(.2);
    box-shadow:
        0 0 8px rgba(255, 255, 255, .95),
        0 0 16px rgba(245, 158, 11, .85),
        0 0 28px rgba(13, 110, 253, .4);
    animation: birthday-sparkle-burst 1.45s ease-out forwards;
}

.birthday-sparkle::before,
.birthday-sparkle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: currentColor;
    color: #facc15;
    transform: translate(-50%, -50%);
}

.birthday-sparkle::before {
    width: 2px;
    height: 18px;
    border-radius: 999px;
}

.birthday-sparkle::after {
    width: 18px;
    height: 2px;
    border-radius: 999px;
}

@keyframes birthday-pop {
    0% {
        transform: scale(.74);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes birthday-confetti-fall {
    0% {
        transform: translateY(-20px) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(360px) rotate(540deg);
        opacity: 0;
    }
}

@keyframes birthday-sparkle-burst {
    0% {
        opacity: 0;
        transform: scale(.2) rotate(0deg);
    }
    18% {
        opacity: 1;
        transform: scale(1.35) rotate(45deg);
    }
    55% {
        opacity: .95;
        transform: scale(.9) rotate(115deg);
    }
    100% {
        opacity: 0;
        transform: scale(.15) rotate(180deg);
    }
}

@media (max-width: 767.98px) {
    .birthday-screen-alert {
        left: 16px;
        right: 16px;
        width: auto;
        align-items: flex-start;
    }
}

.notification-dropdown {
    width: 320px;
    border: 0;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .18);
}

.notification-dropdown .header-notifications-list {
    height: auto;
    max-height: 320px;
}

.notification-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf2f7;
    background: #fff;
}

.notification-dropdown-header small {
    color: #64748b;
    font-size: 12px;
}

.notification-dropdown-item {
    padding: 14px 16px !important;
    border-bottom: 0 !important;
}

.notification-dropdown-item:hover,
.notification-dropdown-item:focus {
    background: #f8fafc;
}

.notification-dropdown-icon,
.notification-empty-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    background: #eef5ff;
    margin-right: 12px;
    font-size: 20px;
}

.notification-dropdown-arrow {
    color: #94a3b8;
    font-size: 20px;
}

.notification-empty-state {
    padding: 22px 16px;
    text-align: center;
    color: #475569;
}

.notification-empty-state .notification-empty-icon {
    margin: 0 auto 10px;
}

.notification-empty-state small {
    color: #94a3b8;
}

/* Profile Picture Hover Zoom & Preview CSS */
.csr-floating-avatar-preview {
    position: fixed;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 16px;
    border: 4px solid #fff;
    box-shadow: 0 16px 38px rgba(15, 52, 72, .3);
    z-index: 99999;
    display: none;
    pointer-events: none;
    background: #fff;
}

.csr-profile-hover {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
}

.csr-rank-avatar,
.app-user-icon,
.profile-img,
.user-img,
[data-profile-hover="true"] {
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.csr-rank-avatar:hover,
.app-user-icon:hover,
.profile-img:hover,
.user-img:hover,
[data-profile-hover="true"]:hover {
    transform: scale(1.08);
}

/* ==========================================================================
   Business Vertical & Dashboard Extended Styles
   ========================================================================== */
.bv-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 0.65rem;
    width: 100%;
}

@media (min-width: 576px) {
    .bv-grid-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (min-width: 1200px) {
    .bv-grid-container {
        grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    }
}

.bv-card {
    border: 1px solid #e2e8f0 !important;
    background: #ffffff;
    border-radius: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
    text-decoration: none !important;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.bv-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

.bv-card-body {
    padding: 0.6rem 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.bv-icon-box {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.bv-info {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.bv-title {
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.bv-aum {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.bv-sub {
    font-size: 0.68rem;
    font-weight: 600;
    color: #16a34a;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

/* ─── SlimSelect Fix: Prevent Double Arrows when initialized on .form-select ─── */
.ss-main,
.ss-main.form-select,
.ss-main.form-control {
    background-image: none !important;
}
.ss-main.is-invalid,
.ss-main.is-valid {
    background-image: none !important;
}

