﻿.modal-content-rcom {
    font-family: Inter, sans-serif !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-radius: 1.5rem !important;
    padding: 3rem !important;
}

.modal-header-rcom {
    font-family: Inter, sans-serif !important;
    padding: 0 !important;
    display: flex !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 0 solid #dee2e6 !important;
    border-top-left-radius: calc(1rem - (1px)) !important;
    border-top-right-radius: calc(1rem - (1px)) !important;
}

    .modal-header-rcom .btn-close {
        font-family: Inter, sans-serif !important;
        padding: calc(1.5rem * 0.5) calc(1.5rem * 0.5);
        margin: calc(-0.5 * 1.5rem) calc(-0.5 * 1.5rem) calc(-0.5 * 1.5rem) auto;
        --bs-btn-close-color: #000;
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        --bs-btn-close-opacity: 0.5;
        --bs-btn-close-hover-opacity: 0.75;
        --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(207, 0, 20, 0.25);
        --bs-btn-close-focus-opacity: 1;
        --bs-btn-close-disabled-opacity: 0.25;
        --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: var(--bs-btn-close-color);
        background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
        border: 0;
        border-radius: 0.5rem;
        opacity: var(--bs-btn-close-opacity);
    }

.modal-body-rcom {
    font-family: Inter, sans-serif !important;
    padding: 0px !important;
    padding-top: 0px !important;
    color: #212529 !important;
    font-size: 14px !important;
}

    .modal-body-rcom p:nth-child(1) {
        font-family: Inter, sans-serif !important;
        font-weight: 400;
        margin-top: 0.5rem;
        line-height: 1.4;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

.modal-title-rcom {
    font-family: Inter, sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-transform: none !important;
    font-size: 18px !important;
}

.modal .fade {
    font-family: Inter, sans-serif !important;
}

.modal-dialog-centered {
    font-family: Inter, sans-serif !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
