.advantage .advantage_description,
.product .description {
    white-space: normal;
}

/* Fix date page_selection_package */
/*SF-00340215*/
#page_selection_package .datepicker_element input[type="text"] {
    width: 163px !important;
    font-size: 22px !important;
    padding-left: 15px !important;
    margin-top: 0 !important;
    color: #000000 !important;
}

#page_selection_package .time_selection.single,
#page_selection_package .date,
#page_selection_package .package_line_performance_selector select {
    font-size: 22px !important;
    color: #000000 !important;
}

.package_line_performance_selector {
    background-color: #ffcfd0 !important;
    padding: 20px 30px !important;
    border-radius: 20px !important;
    min-width: 40% !important;
    width: 240px !important;
}
@media screen and (max-width: 1200px) {
    .package_line_performance_selector {
        margin-left: auto;
        margin-right: auto;
    }
}

.package_line_performance_selector .time_selection.single {
    align-self: flex-start;
    margin-left: 0px !important;
}

[_ts15] [_ts15_tags_common_datepicker] label {
    background-color: #ff0000 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
}

[_ts15] [_ts15_tags_common_datepicker] {
    column-gap: 35px !important;
}

[_ts15] [_ts15_tags_common_datepicker] label .icon::before {
    width: 24px !important;
    height: 24px !important;
    fill: white !important;
}
/*SF-00340215 end */

/* S1357: titles landing page */
.ts-Heading {
    font-weight: bold !important;
    font-size: 1.5rem !important;
}

/* 51886: inconsistency logo landing page */
@media screen and (min-width: 991px) {
    #header_container {
        padding: 3.5em 2em;
    }
}

.content_element .content .table_container th {
    font-weight: bold;
}

#page_selection_package .datepicker_element input[type="text"] {
    width: 163px;
    font-size: 22px;
    padding-left: 10px;
    margin-top: 0;
    color: #000000;
}

#page_selection_package .time_selection.single,
#page_selection_package .date,
#page_selection_package .package_line_performance_selector select {
    font-size: 22px;
    color: #000000;
}

.package_line_performance_selector {
    background-color: #ffcfd0;
    padding: 20px 30px;
    border-radius: 20px;
}

[_ts15] [_ts15_tags_common_datepicker] label {
    background-color: #ff0000;
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

[_ts15] [_ts15_tags_common_datepicker] label .icon::before {
    width: 20px !important;
    height: 20px !important;
    color: white !important;
}

/* 00341249 */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: white;
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 560px;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-align: justify;
}

.popup-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.popup-title,
.popup-detail,
.popup-checkbox {
    color: red !important;
}

.popup-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 30px;
}

.popup-buttons button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.popup-buttons button:hover {
    opacity: 0.8;
}

.popup-buttons #backBtn {
    background-color: #bfbfbf;
}

.popup-buttons #confirmBtn {
    background-color: #f7a546;
}

.popup-buttons button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.custom-button {
    padding: 12px 18px;
    background-color: #bfbfbfbf;
    color: #000000;
    border: none;
    border-radius: 12px;
    cursor: not-allowed;
    font-size: 14px;
}

.custom-button.enabled {
    cursor: pointer;
    background-color: #f7a546;
}

.custom-button.enabled:hover {
    opacity: 0.8;
}

@media (max-width: 990px) {
    .popup-box {
        max-width: 300px;
    }
}
/* 00341249 END */
