.project-details-card {
    background: white;

    border-radius: 32px;

    padding: 32px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.top-info-box {
    background: #f8fbff;

    border-radius: 24px;

    padding: 22px;

    text-align: center;

    transition: 0.3s;
}

.top-info-box:hover {
    transform: translateY(-4px);
}

.top-info-box i {
    font-size: 24px;

    color: #6caeff;
}

.custom-tabs {
    border-bottom: 1px solid #edf3fa;
    gap: 10px;
}

.custom-tabs .nav-link {
    border: none;

    color: #7f8fa4;

    font-weight: 600;

    border-radius: 14px;

    padding: 12px 18px;
}

.custom-tabs .nav-link.active {
    background: linear-gradient(135deg, #dff8eb, #e8f2ff);

    color: #3b8eff;
}

.gallery-image {
    width: 100%;
    height: 90px;

    object-fit: cover;

    border-radius: 18px;
}

.impact-box {
    background: #f8fbff;

    border-radius: 24px;

    padding: 24px;

    text-align: center;

    height: 100%;
}

.impact-icon {
    width: 64px;
    height: 64px;

    border-radius: 20px;

    margin: auto auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
}

.impact-icon.green {
    background: #dff8eb;
    color: #38b57b;
}

.impact-icon.blue {
    background: #e5f0ff;
    color: #4d92ff;
}

.project-card,
.side-card {
    background: white;
    border-radius: 32px;
    overflow: hidden;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.project-image {
    height: 380px;
    object-fit: cover;
    width: 100%;
}

.project-badge {
    background: #dff8ec;
    color: #34a27b;
    padding: 10px 18px;
    border-radius: 16px;
}

.soft-progress {
    height: 12px;
    border-radius: 20px;
    background: #edf5ff;
}

.soft-progress .progress-bar {
    background: linear-gradient(90deg, #ffcc00, #fa8f15);

    border-radius: 20px;
}

.info-box {
    padding: 20px;
    border-radius: 24px;
    background: #f8fcff;
}

.side-card {
    padding: 35px;
}

.impact-item {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 18px;
    margin-bottom: 16px;

    border-radius: 20px;

    background: #f7fbff;
}

.impact-item i {
    font-size: 22px;
    color: #5fa9ff;
}

.donate-btn {
    height: 58px;

    border: none;

    border-radius: 20px;

    font-weight: bold;

    background: linear-gradient(135deg, #6edcb0, #69a8ff);

    color: white;
}
.table {
    display: table;
    text-align: center;
    width: 100%;
    /* margin: 10% auto 0; /
        border-collapse: separate;
        / font-family: 'Roboto', sans-serif; /
        font-weight: 400;
        /padding: 5px;*/
    margin-top: 10px;
}

.datepicker-plot-area {
    font: inherit !important;
}

.theader {
    display: table-row;
    border: 1px solid whitesmoke;
}

.theader div:first-child {
    border-radius: 0 0.75rem 0 0;
}

.theader div:last-child {
    border-radius: 0.75rem 0 0 0;
}

.tfooter {
    display: table-row;
}

.table_cell input {
    width: 100%;
}

.table_cell {
    padding: 10px;
}

.table_footer {
    display: table-cell;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

.table_footer input {
    width: 100%;
}

.table_header {
    display: table-cell;
    border-color: #bebebe !important;
    font-weight: 700;
    white-space: nowrap;
    padding: 10px 4px;
}

.table_row {
    display: table-row;
}

.table_small {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #bebebe;
    border-right: 0px;
}

.table_small:first-child {
    border-right: 1px solid #bebebe;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background-color: rgba(0, 0, 0, 0.08);
    /*color: #e5e5e5;*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #94a3b838;
    border-left: 1px solid #94a3b838;
}

.table_small .table_cell:first-child {
    display: none;
}

.table_row > .table_small > .table_cell {
    padding-top: 10px;
    padding-bottom: 10px;
    /*color: #5b5b5b;*/
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    /*background: #5a5a5a;*/
    /*color: #717171;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 0.25rem 0.4rem !important;
    font-size: 0.675rem !important;
    line-height: 0.5 !important;
    border-radius: 0.2rem !important;
}

.btn-xs i {
    font-size: 1rem !important;
}

.search-box-area {
    width: 75%;
    margin-left: 10px;
    margin-bottom: 10px;
}

.dark-green {
    background-color: #198754;
}

@media screen and (max-width: 985px) {
    .table_row > .table_small > .table_cell:nth-child(odd) {
        display: table-cell;
        width: 50%;
    }
}

@media screen and (max-width: 985px) {
    .table {
        display: block;
    }

    .theader {
        display: none;
    }

    .table_small .table_cell:first-child {
        display: block;
        border-right: 1px solid #94a3b838;
    }

    .table_small .table_cell:nth-child(2) {
        border-left: 1px solid #94a3b838;
        border-bottom: 1px solid #94a3b838;
    }

    .table_small:first-child .table_cell:nth-child(2) {
        border-right: 0 !important;
    }

    .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        margin: 5% auto 0;
        text-align: center;
    }

    .table_small {
        display: table-row;
    }
}

@media screen and (max-width: 900px) {
    .table {
        width: 100%;
    }
}

.payment-card {
    background: white;

    border-radius: 36px;

    padding: 40px;

    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.amount-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.amount-btn {
    border: none;

    padding: 8px 12px;

    border-radius: 18px;

    background: #f3f8ff;

    transition: 0.3s;
}

.amount-btn.active,
.amount-btn:hover {
    background: linear-gradient(135deg, #71dbb4, #6ea6ff);

    color: white;
}
.text-plain-alert:hover  {
    cursor: pointer;
    background: linear-gradient(135deg, #6ea6ff, #71dbb4, #6ea6ff);
}
.text-plain-alert {
    color: white;
    background: linear-gradient(135deg, #71dbb4, #6ea6ff);
}
.custom-input {
    height: 56px;

    border: none;

    background: #f6fbff;

    border-radius: 18px;
}

.custom-input:focus {
    box-shadow: none;
    background: #eef7ff;
}

.payment-type {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-check {
    padding: 18px;

    border-radius: 20px;

    background: #f7fbff;
}

.payment-btn {
    height: 58px;

    border: none;

    border-radius: 20px;

    font-weight: bold;

    background: linear-gradient(135deg, #70dcb3, #6aa7ff);

    color: white;
}

.secure-box {
    display: flex;
    justify-content: space-between;

    padding-top: 20px;

    color: #7d92a8;
}

.secure-box i {
    margin-left: 6px;
}
