.donations .bottom-box .donation {
    background-color: #ffffff;
}

.donations .bottom-box .donation .image-box {
    height: 250px;
}

.donations .bottom-box .donation .image-box .share-btn {
    background-color: #00000073;
    padding: 9px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px;
}

.donations .bottom-box .donation .image-box .sharing-box {
    left: 70px;
    border-radius: 10px;
    display: block;
    opacity: 0;
    transition: all 0.4s ease;
}

.donations .bottom-box .donation .image-box:hover .share-btn svg {
    display: none;
}

.donations .bottom-box .donation .image-box:hover .share-btn svg.x-icon {
    display: block !important;
}


.donations .bottom-box .donation .image-box:hover .sharing-box {
    opacity: 1;
}

.donations .bottom-box .donation .content {
    padding: 0;
}

.donations .bottom-box .donation .content .donation-title {
    color: var(--secondary-color);
    padding: 15px 20px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #F9F9F9;
    border-radius: 0;
}

.donations .bottom-box .donation .content .box-content {
    padding: 15px 20px 20px;
}

.donations .bottom-box .donation .content .top {
    position: unset;
    transform: unset;
    left: unset;
    top: unset;
    width: 100%;
    box-shadow: none;
    padding: 0;
}

.donations .bottom-box .donation .content .donation-description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    height: 50px;
    color: #2E2E2E;
}

.donations .bottom-box .donation .content .shares-box .item .share {
    transition: background-color 1s ease;
}

.donations .bottom-box .donation .content .shares-box .item .share:hover {
    background-color: #68dbf61c;
    font-weight: bold;
}

.donations .bottom-box .donation .content .progress-box .progress-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.donations .bottom-box .donation .content .progress-box .progress-top-box .right-text,
.donations .bottom-box .donation .content .progress-box .progress-top-box .left-text {
    font-weight: 700;
    font-size: 16px;
    color: var(--secondary-color);
}

.donations .bottom-box .donation .content .progress-box .progress-top-box .middle-text {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-color);
}

.donations .bottom-box .donation .content .progress-box .progress.orange-progress .progress-bar {
    background-color: #F99C3C;
}

.donations .bottom-box .donation .content .progress-box .progress.orange-progress .progress-bar.progress-bar-striped {
    background-image: linear-gradient(230deg, #FFBA73 25%, transparent 25%, transparent 50%, #FFBA73 50%, #FFBA73 75%, transparent 75%, transparent);
    background-size: 22px 22px;
}

.donations .bottom-box .donation .content .progress-box .progress.blue-progress .progress-bar {
    background-color: #18C0E6;
}

.donations .bottom-box .donation .content .progress-box .progress.blue-progress .progress-bar.progress-bar-striped {
    background-image: linear-gradient(230deg, #68DBF6 25%, transparent 25%, transparent 50%, #68DBF6 50%, #68DBF6 75%, transparent 75%, transparent);
    background-size: 22px 22px;
}

.donations .bottom-box .donation .content .progress-box .progress.green-progress .progress-bar {
    background-color: #23AA02;
}

.donations .bottom-box .donation .content .progress-box .progress.green-progress .progress-bar.progress-bar-striped {
    background-image: linear-gradient(230deg, #45D422 25%, transparent 25%, transparent 50%, #45D422 50%, #45D422 75%, transparent 75%, transparent);
    background-size: 22px 22px;
}

.donations .bottom-box .donation .content .progress-box .progress .progress-text {
    position: absolute;
    top: -13px;
    font-weight: 700;
    font-size: 15px;
    color: var(--primary-color);
}

.donations .bottom-box .donation .content form {
    margin-top: 0;
}

.donations .bottom-box .donation .content .shares-box .owl-nav .owl-prev {
    position: absolute;
    right: -10px;
    font-size: 25px;
    color: #B3B3B3;
}

.donations .bottom-box .donation .content .shares-box {
    padding-block: 0;
    height: unset;
    margin-bottom: 20px;
}

.donations .bottom-box .donation .content .shares-box .owl-stage-outer {
    justify-content: center;
    display: flex;
}

.donations .bottom-box .donation .content .shares-box .owl-nav .owl-next,
.donations .bottom-box .donation .content .shares-box .owl-nav .owl-prev {
    color: var(--primary-color);
}

.donations .bottom-box .donation .content .shares-box .owl-nav .owl-next.disabled,
.donations .bottom-box .donation .content .shares-box .owl-nav .owl-prev.disabled {
    opacity: 0.5;
}

.project__inline_checkout {
    padding: 3px 10px;
    background-color: #206A7F0A;
    border-radius: 22px;
}

.donations .bottom-box .donation .content form label {
    color: #707070;
}

.project__inline_checkout .qty-selector {
    gap: 0;
}

.project__inline_checkout .qty-selector i {
    width: 25px;
    height: 25px;
    display: flex;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
}

.project__inline_checkout .qty-selector .quick_donation__input {
    border: none;
}

.project__inline_checkout .qty-selector .quick_donation__input input {
    background-color: #206A7F0A;
    border: none;
}

.donations .bottom-box .donation .content form .actions {
    margin-top: 25px;
}

.donations .bottom-box .donation .content form .actions .add-cart-btn,
.donations .bottom-box .donation .content form .actions .donation-btn {
    font-weight: 700;
}

.donations .bottom-box .donation .content form .actions .add-cart-btn:hover {
    background-color: #0000001c;
}

.donations .bottom-box .donation .content form .actions .donation-btn:hover {
    background-color: #24afd7;
}

.donations .search-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.donations .top-box {
    margin-bottom: 0;
}

.donations .search-container .top-box .right .cats, .donations .top-box .bottom .cats {
    margin-left: 0;
}

.donations .search-container .top-box .right .cats .categories-search-box {
    position: relative;
}

.donations .search-container .top-box .right .cats .categories-search-box select {
    height: 45px !important;
    border-radius: 10px;
}

.donations .search-container .top-box .right .cats .categories-search-box svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.donations .search-container .search {
    position: relative;
}

.donations .search-container .search input {
    height: 45px;
    border-radius: 10px;
}

.donations .search-container .search svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#giftModal .modal-header h5 {
    color: var(--secondary-color);
    position: relative;
    width: 100%;
    text-align: center;
}

#giftModal .modal-header h5:after {
    background: #99E9FF;
    content: '';
    height: 4px;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
}

#giftModal .modal-header .btn-close {
    position: absolute;
    left: 30px;
    top: 35px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 900;
    background: none;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

#giftModal label {
    color: var(--secondary-color);
}


#giftModal .phone-box-group {
    direction: ltr;
}

#giftModal .form-control {
    border-radius: 16px;
}

#giftModal .phone-box-group input {
    border-radius: 0 16px 16px 0;
}

#giftModal .phone-box-group span {
    border-radius: 16px 0 0 16px;
    background-color: transparent;
    border-right: 0;
}

#giftModal .gift-options {
    flex-direction: column;
}

#giftModal .gift-options .form-check {
    margin: 0 0 10px auto;
    padding: 0;
}

#giftModal .gift-options .form-check input {
    width: 17px;
    height: 17px;
}

#giftModal .gift-options .form-check input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#giftModal .gift-options .form-group {
    flex-direction: column;
    margin-left: auto;
}

#giftModal .gift-options .form-group .form-radio {
    margin-left: auto;
}

#giftModal .gift-options .form-group .form-radio input {
    width: 17px;
    height: 17px;
}

#giftModal .gift-options .form-group .form-radio input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#giftModal .send__date {
    position: relative;
}

#giftModal .send__date input {
    padding-right: 40px;
}

#giftModal .send__date svg {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}

.ui-datepicker {
    font-family: 'Cairo', sans-serif;
}

.ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-color: transparent;
    border: none;
    text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-default.ui-state-hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 5px;
}

.ui-datepicker-rtl .ui-datepicker-next,
.ui-datepicker-rtl .ui-datepicker-prev {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none !important;
}

.ui-datepicker-prev::after {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--primary-color);
    line-height: 26px;
}

.ui-datepicker-next::after {
    position: absolute;
    content: "\f104";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--primary-color);
    line-height: 26px;
}

.custom-icon-bounce {
    display: inline-block;
    animation: bounce-delay 2.5s ease-in-out infinite;
}

@keyframes bounce-delay {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-6px); /* ارتفاع النطة */
    }
    60% {
        transform: translateY(0);     /* يرجع تاني */
    }
    100% {
        transform: translateY(0);     /* يقف لحد الدورة الجاية */
    }
}
@media (max-width: 767.98px) {
    .donations .top-box .right .cats {
        display: flex;
    }
}
