.farp {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    /* width: 20px;
    height: 20px; */
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    /* border: 1px solid #000; */
    color: #000;
    background-color: none;
}

.fa-plusp::before {
    content: "\002B"; /* Unicode for "+" */
}

.fa-minusp::before {
    content: "\2212"; /* Unicode for "−" */
}

.fa-timesp::before {
    content: "\00D7"
}

.fa-timesp {
    color: #dc3545;
    text-decoration: none;
    font-size: 20px;
    line-height: 1; 
}





/* <<<<< */
.containerx {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .containerx-xl {
        max-width: 1440px;
    }
}

.mb-13x {
    margin-bottom: 5rem;
}

@media (min-width: 992px) {
    .mb-lg-15x {
        margin-bottom: 6rem;
    }
}

.py-6x {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


.text-centerx {
    text-align: center !important;
}

.text-body-emphasisx {
    color: var(--bs-body-emphasis) !important;
}

.text-mutedx {
    color: #6c757d !important;
}

.tetext-secondaryx {
    color: #6c757d !important;
}

.text-endx {
    text-align: right !important;
}

.fw-lighterx {
    font-weight: 300 !important;
}

.fw-semiboldx {
    font-weight: 600 !important;
}

.fw-boldx {
    font-weight: 700 !important;
}

.fw-normalx {
    font-weight: 400 !important;
}

.table-responsive-mdx {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tablex {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.borderx {
    border: 1px solid #dee2e6 !important;
}

.border-0x {
    border: 0 !important;
}

.img-fluidx {
    max-width: 100%;
    height: auto;
}

.d-flexx {
    display: flex !important;
}

.align-items-centerx {
    align-items: center !important;
}

.align-middlex {
    vertical-align: middle !important;
}

.ps-xl-10x {
    padding-left: 3rem !important;
}

.ms-6x {
    margin-left: 1.5rem !important;
}

.me-7x {
    margin-right: 1.75rem !important;
}

.pe-3x {
    padding-right: 0.75rem !important;
}

.pe-10x {
    padding-right: 3rem !important;
}

.mb-5x {
    margin-bottom: 1.25rem !important;
}

.mb-4x {
    margin-bottom: 1rem !important;
}

.btnx {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fs-15pxx {
    font-size: 15px !important;
}

.px-9x {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
}

.lh-smx {
    line-height: 1.25 !important;
}

.btn-outline-darkx {
    color: #343a40;
    border: 2px solid #73787dd9;
}

.btn-outline-darkx:hover {
    color: #fff;
    background-color: black;
    border-color: black;
    text-decoration: none;
}

.btn-darkx {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-darkx:hover {
    color: #fff;
    background-color: black;
    border-color: black;
    text-decoration: none;
}

.btn-hover-border-primaryx:hover {
    background-color: black !important;
    text-decoration: none;
}

.btn-hover-border-primaryx:hover {
    border-color: black !important;
    text-decoration: none;
}

.text-light {
    color: #f8f9fa !important;
}
.me-6x{
    color: #6c757d;
    margin-right: 1rem !important
}

































