

/* Start:/supply/payment/scheduled-shutdowns/style.css?176838020056*/
.shutdowns-container {
    padding-bottom: 20px;
}


/* End */


/* Start:/local/components/chelbit/search.shutdowns/templates/.default/style.css?17742473014933*/
:root {
    --border-orange-color: #ff6414;
}

.load-hidden {
    display: none;
}

.flex {
    display: flex;
}

.flex_column {
    flex-direction: column;
}

.flex_row-gap4 {
    row-gap: 4px;
}

.date-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.date-list li {
    position: relative;
}

.date-list li::before {
    /*content: "•";*/
    color: #ff6414;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 10px;
}

.date-list__span {
    margin-left: 12px;
}

.shutdown__search-container {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--color-white);
    padding: 35px 85px 35px 47px;
    border-radius: 10px;
    /*padding: 35px 12px;*/
    row-gap: 10px;
}

.shutdown-input {
    /*width: 100%;*/
    border-radius: 10px;
    height: 48px;
    padding: 15px 56px 14px 30px;
    color: var(--color-black);
    font-size: 16px;
    line-height: 19px;
    background-color: var(--color-gray-6);
    border: 1px solid var(--color-gray-6);
    transition: border-color 164ms ease-in-out;
}

.shutdown-input:hover {
    border-color: var(--border-orange-color);
}

.search-fields__block {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    gap: 10px;
}

.search-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
}


.shutdown-search__result {
    background: #fff;
    border: 1px solid var(--border-orange-color);
    border-radius: 8px 8px 0 0;
    box-shadow: 0 1px 4px #00000013;
    max-height: 390px;
    overflow-y: auto;
    width: 100%;
}

.search-result__container {
    display: flex;
    flex-direction: column;
}

.search-result__item:hover {
    background: #ffe5d7;
    cursor: pointer;
}

.search-result__container > .search-result__item {
    padding: 15px 20px;
    border-bottom: 1px solid #f9f9f9;
    font-size: 16px;
}

.search-result__container > .search-result__item:last-child {
    border-bottom: none;
}

.result-message__container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    font-size: 18px;
    line-height: 1.5;
    background-color: #fff8f4;
    border-radius: 10px;
    border: 1px dashed var(--color-orange);
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.search-result__text {
    font-size: 18px;
    line-height: 1.5;
    max-width: 865px;
    text-align: left;
}

.label__shutdown-city, .label__shutdown-street {
    width: 30%;
}

.label__shutdown-house {
    width: 15%;
}

.label__shutdown-room {
    width: 20%;
}


.shutdown__search-container .btn_solar {
    background: none;
    text-decoration: none;
    border-color: var(--color-orange);
}

.shutdown__search-container .btn_solar {
    color: var(--color-orange);
    font-weight: 500;
}

.shutdown__search-container .btn_solar:hover {
    background: var(--color-orange);
    color: #fff;
}

.shutdown__search-container .btn_orange {
    font-weight: 500;
}

.shutdown__search-container .btn_orange:hover {
    background: none;
    border-color: var(--color-orange);
    color: var(--color-orange);

}

.buttons-container {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

/* Затемнённый фон на весь экран */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Картинка без отступов, адаптивная */
.modal-image {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: block;
    border: none;
    margin: 0;
    object-fit: contain;
}

.error-message {
    color: var(--color-orange);
}

@media (max-width: 900px) {
    .search-fields__block {
        justify-content: unset;
    }

    .label__shutdown-city, .label__shutdown-street {
        width: 45%;
    }

    .label__shutdown-house, .label__shutdown-room {
        width: 45%;
    }

    .shutdown__search-container {
        padding: 35px;
    }
}


@media (max-width: 550px) {
    .search-fields__block {
        display: grid;
        justify-content: unset;
    }

    .label__shutdown-city, .label__shutdown-street, .label__shutdown-house, .label__shutdown-room {
        width: 100%;
    }


    .result-message__container {
        display: grid;

        justify-items: center;
    }

    .shutdown__search-container {
        padding: 35px 12px;
    }
}




/* End */
/* /supply/payment/scheduled-shutdowns/style.css?176838020056 */
/* /local/components/chelbit/search.shutdowns/templates/.default/style.css?17742473014933 */
