﻿body {
    
    /* =========================
       UNIQUE CSS CLASSES
    ========================== */

{
}
.cifpro-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.cifpro-heading {
    font-size: 18px;
    font-weight: 600;
    color: #274383;
    margin-bottom: 10px;
}

.cifpro-line {
    width: 120px;
    height: 5px;
    border-radius: 10px;
    background: linear-gradient(90deg,#274383,#274383);
    margin-bottom: 25px;
}

.cifpro-btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 10px;
    background: #274383;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    margin-bottom: 25px;
}

    .cifpro-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(37,99,235,0.25);
    }

/*.cifpro-table {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;

}

    .cifpro-table table {
        margin-bottom: 0;
    }*/
/*.cifpro-table {
    overflow-x: auto;
}

    .cifpro-table table {
        min-width: 900px;
    }*/
.cifpro-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .cifpro-table table {
        min-width: 100%;
    }

    .cifpro-table thead {
        background: #274383;
        color: #fff;
    }

    .cifpro-table th,
    .cifpro-table td {
        padding: 14px !important;
        vertical-align: middle !important;
    }

    .cifpro-table tbody tr:hover {
        background: #f1f5f9;
        transition: 0.3s;
    }

.cifpro-section {
    background: #dbeafe !important;
    color: #274383;
    font-size: 18px;
    font-weight: 700;
}

.cifpro-img {
    width: 230px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: 0.3s ease;
}

    .cifpro-img:hover {
        transform: scale(1.03);
    }

.cifpro-note {
    margin-top: 20px;
    background: #fff7ed;
    border-left: 5px solid #f97316;
    padding: 16px;
    border-radius: 10px;
    font-weight: 600;
    color: #7c2d12;
}

.cifpro-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    background: #e0f2fe;
}

/*@media(max-width:768px) {

    .cifpro-heading {
        font-size: 18px;
    }

    .cifpro-table th,
    .cifpro-table td {
        font-size: 14px;
        padding: 10px !important;
    }

    .cifpro-img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }*/
}
.pagination-wrapper button {
    min-width: 100px;
}

    .pagination-wrapper button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
}
