
/*-----------  data Detail  modal ...... data Detail  modal -----------*/

#detailsModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

#detailsModal label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

#detailsModal .section-title {
    font-weight: 700;
    border-left: 4px solid #0d6efd;
    padding-left: 10px;
    line-height: 1;
}

#detailsModal .remark-box {
    min-height: 60px;
    border-left: 3px solid #dee2e6;
}

#detailsModal .form-select {
    border-radius: 8px;
    transition: all 0.3s;
}

#detailsModal .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.bg-primary-subtle { background-color: #e7f1ff !important; }
.bg-success-subtle { background-color: #e1f7ed !important; }




/*----------- 搜尋部分 ...... 搜尋部分 -----------*/

#searchFilterDiv .card {
    background: linear-gradient(182deg, #96a9fecc, #818181cc);
    border: 1px solid #e9ecef;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    border-radius: 10px;
}

#searchFilterDiv .form-control, 
#searchFilterDiv .form-select, 
#searchFilterDiv .input-group-text {
    border-color: #dee2e6;
    padding: 0.6rem 0.75rem;
}

#searchFilterDiv .form-control:focus, 
#searchFilterDiv .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

#searchFilterDiv .form-label {
    margin-bottom: 0.4rem;
    color: #6c757d;
}

#searchFilterDiv .input-group-text {
    color: #adb5bd;
    font-size: 0.85rem;
}




/*----------- table 列表 ...... table 列表  -----------*/

.table-hover tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.02);
    transition: background-color 0.2s ease;
}

.pagination .form-control:focus {
    box-shadow: none;
    outline: none;
}

.table {
    font-size: 1.1rem;
}

.badge {
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.text-bg-success {
    background-color: #e1f7ed55 !important;
    color: #0f5132 !important;
}
.text-bg-danger {
    background-color: #f8d7da55 !important;
    color: #842029 !important;
}
.text-bg-warning {
    background-color: #e9d66e55 !important;
    color: #7a4a00 !important;
}
.text-bg-secondary {
    background-color: #cccccc55 !important;
    color: #000000 !important;
}









/*----------- 商戶.錢包 資訊 ...... 商戶.錢包 資訊  -----------*/
.info-item{
    padding:12px 16px;
    border-radius:8px;
    background:#ddd;
    border:1px solid #e9ecef;
    transition:all .2s;
}

.info-item:hover{
    background:#ccc;
    border-color:#86b7fe;
}

.info-title{
    font-size:14px;
    color:#444;
    margin-bottom:4px;
}

.info-content{
    font-size:18px;
    font-weight:600;
    color:#0d6efd;
}


/*----------- 錢包 log ...... 錢包 log  -----------*/

#logsModal .card{
    background:#fff;
}

.log-card{
    border:1px solid #e1e5ea;
    border-radius:8px;
    padding:12px;
    background:#f1f1f1;
    transition:all .15s;
}

.log-card:hover{
    background:#eee;
    border-color:#7ea5f3;
}

.log-time{
    font-size:13px;
    font-weight:600;
    margin-bottom:6px;
}

.log-content{
    background:#fff;
    border-radius:6px;
    padding:10px;
    margin:0;
    font-size:13px;
    color:#212529;
}

/* input group 背景不要太白 */
#logsModal .input-group-text{
    background:#f1f3f5;
}

.modal-content{
    border-radius:10px;
    border:none;
}

.modal-header{
    background-color:#0d6dfdcc;
    color: white;
    border-bottom:1px solid #e5e7eb;
}


