.my-custom-accordion .card-body {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    border: none;
}

.my-alert-dismissible {
    padding-right: 1rem;
}

.service-fee-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-fee-promotion-card {
    border: 1px solid #997100;
    border-radius: 15px;
    min-width: 150px;
}

.service-fee-promotion-card.box-1 {
    color: gray;
    border-color: gray;
}

.service-fee-promotion-card.box-2 {
    color: #f79009;
    border-color: #f79009;
}

.custom-card-body {
    padding: 1.25rem 1.25rem;
}

.summary-icon {
    font-size: 50px;
}

.btn-custom {
    display: inline-flex;
    align-items: center;
}

.btn-custom > i {
    font-size: 18px;
}

.heading-section {
    display: flex;
    justify-content: space-between;
}

.page-title-box .page-title-right {
    display: flex;
}

.modal-event {
    max-width: 600px;
}

.page-title-box .page-title {
    font-size: 24px;
}