.kya-open{

    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-right: 32px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 11px;
}

.btn-close-custom {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1055;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-close-custom:hover {
    background: rgba(0, 0, 0, 0.8);
}

.badge-outline {
    border: 1px solid #dee2e6;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    color: #495057;
}

.modal-dialog-scrollable .modal-content {
    max-height: 90vh;
}

::-webkit-scrollbar {
  width: 8px;             
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);   
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--brand-orange);
}