/* ==========================================================
   REKAP DATA SANTUNAN
   ========================================================== */

.santunan-header{
    background:linear-gradient(
        135deg,
        #ffffff 0%,
        #f8fafc 25%,
        #eef2f7 50%,
        #ffffff 75%,
        #f5f7fa 100%
    );

    border:1px solid #e5e7eb;
    border-radius:18px;
    overflow:hidden;

    box-shadow:
        0 8px 25px rgba(0,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.9);

    position:relative;
}

/* ==========================================================
   ICON
   ========================================================== */

.santunan-icon{
    width:65px;
    height:65px;
    border-radius:16px;
    background:linear-gradient(135deg,#2563eb,#4f46e5);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    box-shadow:0 10px 20px rgba(37,99,235,.25);
}

/* ==========================================================
   TITLE
   ========================================================== */

.santunan-header h2{
    margin:0;
    color:#1f2937;
    font-size:28px;
    font-weight:700;
    line-height:1.2;
}

.santunan-header small{
    display:block;
    margin-top:6px;
    color:#6b7280;
    font-size:14px;
    line-height:1.5;
}

/* ==========================================================
   GARIS
   ========================================================== */

.santunan-header hr{
    margin:25px 0;
    border-top:1px solid #edf2f7;
}

/* ==========================================================
   TOMBOL TAMBAH
   ========================================================== */

.santunan-add-btn{

    background:#2563eb;

    border:none;

    color:#fff;

    border-radius:10px;

    font-weight:600;

    padding:12px 22px;

}

.santunan-add-btn i{

    margin-right:8px;

}

.santunan-add-btn:hover{

    transform:translateY(-2px);

}

/* ==========================================================
   FILTER
   ========================================================== */

.santunan-filter-form{

    margin-top:10px;

}

.santunan-filter-form label{

    display:block;

    margin-bottom:8px;

    color:#374151;

    font-weight:600;

    font-size:14px;

}

/* ==========================================================
   FILTER FORM
========================================================== */

.santunan-filter-form .form-control,
.santunan-filter-form select.form-control,
.santunan-filter-form .datepicker,
.santunan-filter-form .flatpickr-input{

    height:46px;
    min-height:46px;
    border:1px solid #d6dae1;
    border-radius:10px;
    background:#fff;
    box-shadow:none;
    transition:.25s;
    font-size:14px;
}

/* Hover */

.santunan-filter-form .form-control:hover,
.santunan-filter-form select.form-control:hover{

    border-color:#94a3b8;

}

/* Focus */

.santunan-filter-form .form-control:focus,
.santunan-filter-form select.form-control:focus{

    border-color:#2563eb;
    box-shadow:0 0 0 .18rem rgba(37,99,235,.15);

}

/* ==========================================================
   INPUT GROUP
========================================================== */

.santunan-filter-form .input-group{

    display:flex;
    align-items:stretch;
    width:100%;
    margin-bottom:0;

}

.santunan-filter-form .input-group>.form-control,
.santunan-filter-form .input-group>.custom-select,
.santunan-filter-form .input-group>.datepicker,
.santunan-filter-form .input-group>.flatpickr-input{

    flex:1;
    border-radius:10px 0 0 10px;

}

/* ==========================================================
   BUTTON CARI
========================================================== */

.santunan-search-btn{

    width:72px;
    min-width:72px;
    height:46px;

    background:#2563eb;
    border:1px solid #2563eb;

    border-radius:0 10px 10px 0;

    color:#fff;
    font-weight:600;

    transition:.25s;

}

.santunan-search-btn:hover{

    background:#1d4ed8;
    border-color:#1d4ed8;

}

.santunan-filter-form .input-group-append{

    display:flex;

}

.santunan-filter-form .input-group-append .btn{

    display:flex;
    align-items:center;
    justify-content:center;

}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width:991px){

    .santunan-header .card-body{

        padding:20px;

    }

    .santunan-header .text-right{

        text-align:left !important;

        margin-top:20px;

    }

    .santunan-add-btn{

        width:100%;

        justify-content:center;

    }

    .santunan-filter-form .col-lg-3,
    .santunan-filter-form .col-lg-6{

        margin-bottom:15px;

    }

}

/* ==========================================================
   ANIMASI
   ========================================================== */

.santunan-header,
.santunan-add-btn,
.santunan-search-btn,
.santunan-filter-form .form-control{

    transition:all .25s ease;

}
.santunan-title{
    margin:0;
    font-size:30px;
    font-weight:700;
    color:#1f2937;
    line-height:1.2;
}

.santunan-subtitle{
    display:block;
    margin-top:6px;
    color:#6b7280;
    font-size:14px;
}

.nominal-send {
    color: #006400;
}

.nominal-unsend {
    color: #8B0000;
}