.design-sys-showing-popup {
    backdrop-filter: blur(10px);
}

.design-sys-showing-popup .modal-content {
    background-color: var(--design-sys-sec-color__grey--10);
}

.design-sys-showing-popup .modal-header > h3 {
    width: 100%;
    margin: 0 60px;
    text-align: center;
}

.design-sys-showing-popup .modal-header {
    padding: 32px;
    padding-bottom: 0;
}

/* Purposely added specifity */
.design-sys-showing-popup.modal .design-sys-showing-popup__close-btn.btn-close {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
}

.design-sys-showing-popup .modal-body {
    padding: 32px;
    padding-top: 0;
}

.design-sys-showing-popup__house-img,
.design-sys-showing-popup__done-img {
    width: 475px;
    height: 302px;
    margin-left: -32px;
    background-repeat: no-repeat;
    background-position: center;
}
.design-sys-showing-popup__house-img {
    background-image: url(https://cdn.breakthroughbroker.com/assets/bb/Showcases/RequestShowingPopup/request_show_house.svg);
    margin-top: 70px;
}
.design-sys-showing-popup__done-img {
    background-image: url(https://cdn.breakthroughbroker.com/assets/bb/Showcases/RequestShowingPopup/request_show_done.svg);
    margin-top: 48px;
}

.design-sys-showing-popup__text1,
.design-sys-showing-popup__text4 {
    width: 360px;
    margin: auto;
    text-align: center;
    margin-top: 38px;
}

.design-sys-showing-popup__text4 {
    margin-top: 27px;
}

.design-sys-showing-popup__text2,
.design-sys-showing-popup__text3 {
    width: 360px;
    margin: auto;
    text-align: center;
    margin-top: 32px;
    font-family: Inter;
    font-size: 16px;
    line-height: 22px;
    color: #49494b;
    font-style: italic;
}

.design-sys-showing-popup__text3 {
    margin-top: 35px;
}

.design-sys-showing-popup__text2 span,
.design-sys-showing-popup__text3 span,
.design-sys-showing-popup__text4 span {
    font-weight: 600;
}

.design-sys-showing-popup__button {
    display: block;
    margin: auto;
    padding: 16px 24px;
    border-radius: 10px;
    background-color: black;
    color: white;
    border: none;
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.design-sys-showing-popup__button:hover,
.design-sys-showing-popup__button:focus {
    background-color: var(--design-sys-sec-color__black);
}

.design-sys-showing-popup__proceed-btn,
.design-sys-showing-popup__request-btn,
.design-sys-showing-popup__close-btn {
    margin-bottom: 4px;
}

.design-sys-showing-popup__proceed-btn {
    margin-top: 54px;
}

.design-sys-showing-popup__request-btn {
    margin-top: 51px;
}

.design-sys-showing-popup__close-btn {
    margin-top: 32px;
}

.design-sys__text-input-message-error.design-sys-showing-popup__form-error {
    top: 62px;
}

.design-sys-showing-popup__agree-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    text-align: center;
    margin: 24px auto 0;
    width: 78%;
}

/* Personal fields */
.design-sys-showing-popup__personal-container {
    margin-top: 31px;
}

.design-sys-showing-popup__personal-container > .design-sys__text-input-container:not(:first-child) {
    margin-top: 30px;
}

/* Select date and time */
.design-sys-showing-popup__title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 55px 0 0 0;
    text-align: center;
}

.design-sys-showing-popup__title--date {
    margin: 55px 0 0 0;
}

.design-sys-showing-popup__date-container {
    position: relative;
    height: 79px;
    margin-top: 32px;
}

.design-sys-showing-popup__date-container .rescalendar_controls {
    display: flex;
    justify-content: space-between;
    top: 17px;
}
.design-sys-showing-popup__date-container .rescalendar_controls > br {
    display: none;
}

.design-sys-showing-popup__date-container .move_to_yesterday,
.design-sys-showing-popup__date-container .move_to_tomorrow {
    padding: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    filter: brightness(0) saturate(100%) invert(6%) sepia(35%) saturate(1055%) hue-rotate(183deg) brightness(99%)
        contrast(94%);
}
.design-sys-showing-popup__date-container .move_to_yesterday {
    background-image: url(https://cdn.breakthroughbroker.com/assets/bb/icons/OutlinedSVG/chevron-left.svg);
}
.design-sys-showing-popup__date-container .move_to_tomorrow {
    background-image: url(https://cdn.breakthroughbroker.com/assets/bb/icons/OutlinedSVG/chevron-right.svg);
}

.design-sys-showing-popup__date-container .rescalendar_table {
    width: 314px;
    top: -45px;
}

.design-sys-showing-popup__date-container .rescalendar_day_cells {
    display: flex;
    justify-content: space-between;
    width: 314px;
}

.design-sys-showing-popup__date-container .firstColumn {
    display: none;
}

.design-sys-showing-popup__date-container .day_cell {
    width: 94px;
    height: 79px;
    padding: 13.5px 24px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid var(--design-sys-sec-color__grey--8);
}

.design-sys-showing-popup__date-container .selcet_date,
.design-sys-showing-popup__date-container .day_cell:hover {
    background-color: var(--design-sys-sec-color__grey--9);
}

.design-sys-showing-popup__date-container .dia_semana,
.design-sys-showing-popup__date-container .mes,
.design-sys-showing-popup__date-container .dia {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: black;
}

.design-sys-showing-popup__date-container .dia_semana {
    margin-bottom: 3px;
}

.design-sys-showing-popup__date-container .design-sys__text-input-message-error {
    top: 85px;
}

.design-sys-showing-popup__date-container--error .day_cell {
    border-color: var(--design-sys-sec-color__red);
}
.design-sys-showing-popup__date-container--error .design-sys__text-input-message-error {
    display: flex;
}

/* Time picker */
.design-sys-showing-popup__time-picker {
    margin-top: 32px;
}

/* Method of communication */
.design-sys-showing-popup__title--method {
    margin: 51px 0 0 0;
}

.design-sys-showing-popup__subtitle {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin: 5px 0 0 0;
    color: var(--design-sys-sec-color__grey--3);
}

.design-sys-showing-popup__communication {
    position: relative;
    margin: 26px 10px 0;
}

.design-sys-showing-popup__communication-flex {
    display: flex;
    justify-content: space-between;
}

.design-sys-showing-popup__communication-input {
    display: flex;
    align-items: center;
    gap: 16px;
}

.design-sys-showing-popup__communication-input label {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: black;
    cursor: pointer;
}

.design-sys-showing-popup__communication-input input {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #d1d2d9;
    background-color: white;
    border-radius: 2px;
    cursor: pointer;
}

.design-sys-showing-popup__communication-input input:hover,
.design-sys-showing-popup__communication-input input:checked {
    box-shadow: 0 0 0px 2px #8e8f9340;
}

.design-sys-showing-popup__communication-input input:checked {
    background-color: black;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7071 5.29289C17.0976 5.68342 17.0976 6.31658 16.7071 6.70711L8.70711 14.7071C8.31658 15.0976 7.68342 15.0976 7.29289 14.7071L3.29289 10.7071C2.90237 10.3166 2.90237 9.68342 3.29289 9.29289C3.68342 8.90237 4.31658 8.90237 4.70711 9.29289L8 12.5858L15.2929 5.29289C15.6834 4.90237 16.3166 4.90237 16.7071 5.29289Z' fill='%23ffffff'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.design-sys-showing-popup__communication-input input:disabled {
    background-color: var(--design-sys-sec-color__grey--8);
}

.design-sys-showing-popup__communication--error input {
    border: 1px solid var(--design-sys-sec-color__red);
    box-shadow: 0 0 0px 2px #ff545040;
}

.design-sys-showing-popup__communication--error .design-sys-showing-popup__communication-error {
    display: flex;
    top: 32px;
}

.design-sys-showing-popup__select-all {
    cursor: pointer;
}
