.form-label {
    font-weight: bold;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
}
.plus-button {
    display: flex;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px;
    font-family: "Tajawal", sans-serif

}

.plus-button:hover {
    background-color: #2196f3;
    color: white;
}

.plus-icon {
    margin-right: 10px;
    /* Adjust the spacing between icon and text */
    margin-left: 5px;
}

.group-link {
    position: relative;
    display: inline-block;
}

.edit-icon {
    position: absolute;
    top: -10px; /* Adjust the position as needed */
    left: -10px; /* Adjust the position as needed */
    width: 30px;
    height: 30px;
    background-color: #007bff; /* Circle background color */
    color: #fff; /* Icon color */
    border-radius: 50%; /* Make it a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease-in-out;
}

/* Hover effect to show the edit icon */
.group-link:hover .edit-icon {
    opacity: 1;
}

/* Add this CSS to style the edit icon and handle hover effects */
.edit-icon-wrapper {
    float: left;
}

.edit-button {
    background-color: transparent;
    color: #7a7a7a;
    padding: 5px;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    float: left;
    transition: 1.1s ease-in-out;
}

.edit {
    margin-left: 5px;
}

.edit-button:hover {
    background-color: #007bff;
    color: #fff;
}
.delete:hover {
    background-color: #e80e0e;
    color: #fff;
}





/*main-title*/
.section-1 h4.main-title {
    border: 1px solid black;
    width: fit-content;
    z-index: 1;
}

.section-1 h4.main-title::before,
.section-1 h4.main-title::after {
    content: "";
    background-color: #2196f3;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

a.aa {
    text-decoration: none;
    text-align: center;
}

.section-1 h4.main-title::before {
    left: -18%;
}

.section-1 h4.main-title::after {
    right: -18%;
}

.section-1 h4.main-title:hover:before {
    animation: left-to-right 0.7s linear forwards;
}

@keyframes left-to-right {
    50% {
        left: 0;
        height: 12px;
        width: 12px;
    }

    100% {
        left: 0;
        height: 100%;
        width: 50%;
        border-radius: 0;
        z-index: -1;
    }
}

.section-1 h4.main-title:hover {
    color: white;
    border: 1px white solid;
    transition-delay: 0.7s;
}

.section-1 h4.main-title:hover::after {
    animation: right-to-left 0.7s linear forwards;
}

@keyframes right-to-left {
    50% {
        right: 0;
        height: 12px;
        width: 12px;
    }

    100% {
        right: 0;
        height: 100%;
        width: 50%;
        border-radius: 0;
        z-index: -1;
    }
}

/*main-title*/

.section-1 {
    margin-top: 8rem;
}

.section-1 .month {
    font-size: 15px;
    background-color: #f4f5fe;
    width: fit-content;
    border: 1px solid #425feb;
    color: #425feb;
    padding: 11px 15px;
}

.section-1 .note {
    color: #777777ba;
}

.section-1 .box .picture {
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

.section-1 .color {
    background-color: #3f51b50f;
    padding: 8px;
    border-radius: 6px;
}

.section-1 .button {
    width: 14rem;
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
}

.section-1 .button:hover {
    background-color: var(--second-main-color);
}

/* Modal */
.modal-header {
    margin: auto;
}

.modal-body .cost {
    background-color: var(--main-color);
    width: 14rem;
    margin: auto;
    text-align: center;
    padding: 15px 0 7px 0;
    border-radius: 8px;
}

.modal-body .cost h6 {
    color: var(--yallow-color) !important;
}

.modal .Push {
    text-align: center;
}

.modal .btn-secondary {
    background-color: var(--main-color);
    width: 7rem;
}

.modal .btn-secondary:hover {
    background-color: var(--second-main-color);
}

/* Modal */

/* css script */
.section-2 .nav-link {
    color: #707070;
}

.section-2 .content_active {
    display: block !important;
}

.section-2 .content {
    display: none;
}

/*css script*/
.section-2 .nav-link.tab {
    width: fit-content;
    padding: 0;
    display: flex;
    align-items: center;
}

.section-2 img.pay {
    width: 4rem;
    border-radius: 15px;
    cursor: pointer;
}

.section-2 label.bank,
.section-2 label.pay {
    cursor: pointer;
    width: 80px;
}

.section-2 #pay,
.section-2 #bank {
    cursor: pointer;
    width: 17px;
    height: 17px;
    accent-color: blueviolet;
}

.section-2 .whats.mt-3 {
    font-size: 12px;
    padding: 12px;
    color: var(--yallow-color);
}

.section-2 .whats-div {
    background-color: var(--main-color);
    border-radius: 8px;
}

/* content jawwal pay */
.section-2 img.barkode {
    width: 14rem;
    height: 20rem;
}

.section-2 .content label {
    font-size: 14px;
}

.section-2 .form-select {
    background-position: left 0.75rem center;
    font-size: 14px;
    color: #777;
    cursor: pointer;
}

/* content jawwal pay */

/* Communication */
.Communication .fb-img img {
    position: fixed;
    bottom: 70px;
    left: 35px;
    width: 40px;
    z-index: 100000;
}

.Communication .what-img img {
    position: fixed;
    bottom: 20px;
    left: 35px;
    width: 40px;
    z-index: 100000;
}

/* Communication */
.pagination-wrap {
    margin-top: 50px;
}

.pagination-wrap .pagination {
    justify-content: center;
    flex-wrap: wrap;
}

.pagination-wrap .pagination li {
    margin: 10px 4px 0;
}

.pagination-wrap .pagination li a.page-link {
    margin-left: 0;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #191B1E;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    color: #191B1E;
}

.pagination-wrap .pagination li a.page-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #191B1E;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.pagination-wrap .pagination li.active a.page-link,
.pagination-wrap .pagination li:hover a.page-link {
    background: transparent;
}

.pagination-wrap .pagination li.active a.page-link::after,
.pagination-wrap .pagination li:hover a.page-link::after {
    width: 100%;
}
