:root {
    --bs-body-bg: #fdc3f5;
    --bs-border-color: #af649f;
    --fc-border-color: #af649f;
    --fc-daygrid-event-dot-width: 5px;
    --fc-button-bg-color: #991a7d;
    --fc-button-border-color: #991a7d;
    --fc-button-hover-bg-color: #70125c;
    --fc-button-hover-border-color: #70125c;
    --fc-button-active-bg-color: #70125c;
    --fc-button-active-border-color: #70125c;
}

header {
    background-color: #af649f;
}

main {
    max-width: 1080px;
}

footer {
    background-color: #af649f;
}

a {
    color: #991a7d;
}

input[type="checkbox"] {
    transform: scale(1.5);
}

.form-control:focus {
    border-color: #af649f;
    box-shadow: 0 0 0 0.25rem rgba(153, 26, 125, 0.25);
}

.form-check-input:checked {
    background-color: #991a7d;
    border-color: #991a7d;
}

.form-check-input:focus {
    border-color: #af649f;
    box-shadow: 0 0 0 0.25rem rgba(153, 26, 125, 0.25);
}

.btn-pink {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: #991a7d;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #70125c;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #70125c;
    --bs-btn-active-border-color: transparent;
}

.btn-outline-pink {
    --bs-btn-color: #991a7d;
    --bs-btn-border-color: #991a7d;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #991a7d;
    --bs-btn-hover-border-color: #991a7d;
    --bs-btn-focus-shadow-rgb: 153, 26, 125;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #991a7d;
    --bs-btn-active-border-color: #991a7d;
}

.card {
    --bs-card-cap-bg: #af649f;
    --bs-card-border-color: #991a7d;
}

.card-header-fix {
    height: 41px;
}

.card-body-fix {
    height: 56px;
}

.card-footer-fix {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.cat-loading {
    color: #991a7d;
}

/* FullCalendar navigation buttons: remove focus outline/box-shadow */
.fc .fc-button:focus,
.fc .fc-button:focus-visible,
.fc .fc-button-primary:focus,
.fc .fc-button-primary:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
