:root {
    --bs-body-color: #333333;
}

.dark_red_text {
    color: #AC4D4D;
}

.red_list_numeral {
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

    .red_list_numeral > li::marker {
        font-size: 3rem;
        font-weight: 600;
        color: #AC4D4D;
    }

.pink_background {
    background-color: #FFF6F3;
}

.rose_background, .dark_pink_background {
    background-color: #FAE7E1;
}

[data-theme="primary"] {
    --theme-bg: #FAE7E1;
}

.pink_button {
    background-color: #FFB4A4;
    --bs-btn-color: #FFB4A4;
    --btn-outline-val-hover: #F8C9BF;
    border-radius: 0.625rem;
    text-decoration: none;
    cursor: pointer;
}

.bordered_box {
    border-radius: 0.625rem;
    background: var(--white, #FFF);
    /* shadow */
    box-shadow: 2px 4px 8px 3px rgba(161, 161, 161, 0.25);
}

body {
    padding-top: 0px;
}

.nav_symbol {
    max-width: 1rem;
    max-height: 1rem;
}

.nav_link {
    align-self: stretch;
    border-radius: 0.25rem;
    color: #333333;
}

    .nav_link:hover {
        background-color: rgba(255, 255, 255, 0.3);
        color: #333333;
        text-decoration: none;
    }

.white_card {
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: -2px -4px 12px 3px rgba(161, 161, 161, 0.25), 2px 2px 8px 0px rgba(167, 167, 167, 0.25);
}

.white_circle {
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 13.375rem;
    height: 13.375rem;
}

.margin_center {
    margin-left: auto;
    margin-right: auto;
}

.flex_container {
    flex: 1 1 auto;
    display: flex;
}
