body {
            font-family: cairo;
            /* max-width: 1200px; */
            margin: 0 auto;
            /* iPad Pro 11" - 3 */
            position: relative;
            /* width: 836.72px; */
            padding: 0 1rem 0 1rem;
            /* height: 1197.9px; */
            /* background: linear-gradient(33.51deg, #793364 -20.74%, #0F0873 95.25%), radial-gradient(66.2% 66.2% at 89.43% 45.15%, #AAD1FB 0%, #819DF6 100%) , linear-gradient(0deg, #CECFD4, #CECFD4), linear-gradient(0deg, #94A3B8, #94A3B8), #FFFFFF; */
            /* transform: rotate(-90deg); */
            ";;padding: 20px;
            background-color: #f5f5f5;
            direction: rtl;
        ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;/* background-color: #00095f; */;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
        ;/* iPad Pro 11" - 2 */;
            position: relative;
            /* width: 836.72px; */
            /* height: 1197.9px; */
            background: linear-gradient(45.62deg, #151151 4.8%, #0d0856 95.51%);
            /* transform: rotate(-90deg); */";;
        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: -4px;
            /* background-color: white; */
            padding: 10px 31px;
            /* border-radius: 8px; */
            /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
        }

        h1 {
            margin: 0;
            color: #ffffff;
            text-align: right;
        }

        .donor-card {
            background-color: #252168;
            border: 1px solid #dddddd14;
            padding: 20px 11px;
            color: white;
            display: flex;
            width: 31%;
            margin: 6px;
            border-radius: 18px;
            /* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
            justify-content: space-between;
            align-content: center;
            flex-direction: row-reverse;
        }

        .donor-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* margin-bottom: 15px; */
        }

        .donor-name {
    font-size: 2.5rem;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    /* margin-left: 5px; */
}


  #donors-list{
                display: flex;
                flex-wrap: wrap;
                flex-direction: row-reverse;
                justify-content: center;
        }
        .donor-amount {
            font-size: 18px;
            color: #f2f8fc;
            font-weight: 500;
            text-align: right;
        }

        .month-circles {
            display: flex;
            gap: 2px;
            flex-wrap: wrap;
            align-content: center;
            flex-direction: row-reverse;
            justify-content: flex-end;
        }

        .month-circle {
            width: 2.4rem;
            height: 2.4rem;
            border-radius: 50%;
            background-color: red;
            display: inline-block;
            text-align: center;
            line-height: 35px;
            font-size: 1rem;
            color: white;
            font-weight: bold;
            display: flex;
            cursor: default;
            align-items: center;
            justify-content: center;
        }

        .month-circle.active {
            background-color: #117014;
        }
        
.delete-button {
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.delete-button:hover {
    background-color: #e60000;
}


.donor-number {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    margin-left: 10px; /* Adjust spacing as needed */
    margin-right: 10px; /* Adjust spacing as needed */
}
.count{
    
    height: 40px;
    display: flex;
    font-size: 1.5rem;
    width: 40px;
    color: bisque;
    font-weight: bold;
    border-radius: 22%;
    background-color: #110c54;
    justify-content: center;
    align-content: center;
    align-items: center;

}
.countwithname{
        display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
