/*final steps custom css*/
h6 {
    font-size: 14px;
    font-weight: 400;
}

#zstbox #zpvr {
    padding-left: 15px;
}

.section50 {
    float: left;
    width: 50%;
}

/* Specific phone validation error styling */
.phoneOptionNr-help-block.with-errors.mandatory-error,
.phoneNumber-help-block.with-errors.mandatory-error,
.secondPhoneOptionNr-help-block.with-errors.mandatory-error,
.secondPhoneNumber-help-block.with-errors.mandatory-error {
    color: #dc3545 !important;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

.custom-box {
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px silver;
    margin-bottom: 10px;
}

.custom-box .section-info-box {
    margin-bottom: 20px;
}

.custom-box h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.custom-box h5 i {
    color: #ff7100;
    padding-right: 10px;
}

.custom-box p {
    margin-bottom: 5px;
    border-bottom: 1px solid silver;
    font-size: 14px;
    padding-bottom: 5px;
    max-width: 98%;
}

.feedback-survey-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.15em;
    cursor: pointer;
}

.feedback-survey-section .form-check-label {
    margin-left: 8px;
    line-height: 1.6;
}

.feedback-survey-section .form-check {
    display: flex;
    align-items: flex-start;
}

.feedback-survey-section input[type="text"]:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.feedback-survey-section input[type="text"]:enabled {
    background-color: #fff;
}

.bestseller-tag {
    display: inline-block;
    background-color: #d50000;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 10px;
}

.tv-option-wrapper {
    display: block;
}

/*
.separator {
    display: block;
    width: 100%;
    border-bottom: 2px solid silver;
}*/

.review-submit-section h4 {
    font-size: 20px !important;
}

.custom-box p:last-child {
    border-bottom: 0px;
}


/*end final step custom css*/

.m-check {
    border: 3px solid silver;
    margin-top: 40px;
}

.m-check .check {
    top: -30px;
    right: 50%;
    height: 50px;
    width: 50px;
    border: 3px solid silver;
}

.m-check .check:after {
    left: 16px;
    top: 10px;
    width: 13px;
    height: 23px;
    border: solid #ff7100;
    border-width: 0 6px 6px 0;
}

.m-check label {
    padding: 20px 10px !important;
    margin-right: 20px !important;
    border-right: 2px solid silver;
}

.section-wrap .row {
    margin-right: 10px;
    margin-left: 10px;
}

.QuoteForm-section::before {
    background: transparent;
}

.QuoteForm-section .display-table-cell .container {
    background: #efefef;
    border-radius: 5px;
}

label {
    font-size: 14px;
    font-weight: 600;
}

.speed,
.tv,
.mobile,
.phone {
    display: grid;
}

#section-1 .col-sm-6 h3 {
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.hide {
    display: none;
}

.tv-option .circle-buttons {
    margin-bottom: 5px;
    border-radius: 0px;
    border-bottom: 1px solid #b3b3b3;
    background: none;
    padding: 4px 0px;
}

.tv-option .circle-buttons:last-child {
    border-bottom: 0px;
}

.circle-buttons {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 4px 10px;
    background: #fff;
    border-radius: 5px;
    transition: all ease 500ms;
    color: #949494;
}

#section-1 .circle-buttons {
    background: #fff;
    box-shadow: 4px 4px 0px #b95200;
}

#section-1 .circle-buttons input[type=checkbox]:checked {
    background: #eee;
}

#section-1 .circle-buttons:hover {
    box-shadow: none;
    background: #eee;
    transition: all ease 500ms;
}

#section-1 .selected,
#section-1 .tv .circle-buttons.disabled {
    box-shadow: none;
    background: #eee;
}

#zstbox.disabled {
    background-color: #ccc;
    pointer-events: none;
}

#zpvr.disabled {
    background-color: #ccc;
    pointer-events: none;
}

.bonus-phone-options.hide {
    display: none;
}

.swal-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.swal-text {
    font-size: 20px;
}

.swal-button {
    background-color: rgba(255, 113, 0, 0.7);
    border: 1px solid rgba(255, 113, 0, 0.7);
}

.swal-button:not([disabled]):hover {
    background-color: #ff7100;
    border-color: #ff7100;
}

.swal-footer .swal-button-container:last-child {
    margin-left: auto;
}

@media (max-width: 479px) {
    .swal-footer {
        flex-direction: column;
        align-items: center;
    }

    .swal-footer .swal-button-container:last-child {
        margin-left: 0;
    }
}

.tv-modul-summary.hide {
    display: none;
}

.tv-modul-summary .circle-buttons {
    padding: 4px 10px;
}

.tv-modul-summary .circle-buttons.disabled,
.tv-modul-card.disabled {
    display: none;
}

.tv-modul-summary .circle-buttons span {
    padding: 6px 0px 7px 30px;
}

#tv-modul-card {
    height: 40px;
    margin: 7px;
    padding: 0 10px;
}

.selected {
    font-weight: 600;
    color: #111;
}

#section-1 img {
    max-width: 60px;
    /* filter: invert(1); */
    margin-right: 10px;
}

#section-1 .active {
    box-shadow: none;
    background: #eee;
}

.circle-buttons.disabled {
    background: #eee;
    pointer-events: none;
}

.circle-buttons label {
    z-index: 99;
    padding: 6px 0px 7px 30px;
    width: 100%;
    cursor: pointer;
    margin: 0;
}

.circle-buttons label.label-wrap {
    position: relative;
    margin-right: 10px;
    border-right: 1px solid #ff7100;
    max-width: 80%;
}

.circle-buttons label.label-wrap .check {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.circle-buttons input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid silver;
}

.square-check {
    border-radius: 5px;
    left: 8px;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #ff7100;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Target only the product selection boxes in step 1 */
#section-1 .col-sm-6 .form-group {
    padding: 10px 30px;
    background: #ff7100;
    border-radius: 10px;
    transition: all ease-in 200ms;
    min-height: 480px;
}

.col-sm-6 .form-group {
    padding: 10px 30px;
    background: #ff7100;
    border-radius: 10px;
    transition: all ease-in 200ms;
}

/* Ensure address forms aren't affected */
.col-sm-6 .kunden {
    background: transparent;
    padding: 0px !important;
    min-height: auto;
    /* Override min-height if needed */
}

.col-sm-6 .kunden {
    background: transparent;
    padding: 0px !important;
}

.col-sm-6 .form-group.p_phone {
    padding: 0px;
    background: none;
    margin-top: 23px;
}

.circle-buttons input:checked~.check:after {
    display: block;
}

.square-field {
    background-color: white;
}

.price {
    font-weight: 600;
}

.price:after {
    content: "CHF";
    display: inline;
    font-size: 10px;
    position: relative;
    top: -10px;
}

.price-container {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    /* Space between elements */
    white-space: nowrap;
    /* Prevent wrapping */
}

.original-price {
    text-decoration: line-through;
    color: #666;
    /* Slightly muted color for struck-through price */
}

.discount-label {
    color: #ff0000;
}

.discount-price {
    font-weight: bold;
}

.panel-body .row.tv-option {
    margin-top: 30px;
    /* Add more space above Pay-TV packages */
}

#package-summary .package-options {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#package-summary .package-options>div {
    display: flex;
    align-items: baseline;
}

#package-summary .summary-title {
    min-width: 70px;
    display: inline-block;
    flex-shrink: 0;
}

#package-summary .package-options span:not(.summary-title) {
    margin-left: 10px;
    flex: 1;
}

#package-summary {
    /*background: #ff7100;
    padding: 10px 30px;
    */
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    font-size: 14px;
    color: #fff;
}

#package-summary .row {
    align-items: center;
    max-width: 1140px;
    margin: 0px auto;
    background: #ff7100;
    padding: 10px 20px;
}

.summary-title {
    font-weight: bold;
    min-width: 100px;
    display: inline-block;
}

#summary-price {
    font-size: 40px;
    display: inline-flex;
    margin-top: 10px;
}

#summary-price:after {
    position: static;
}

.package-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.panel-heading a {
    display: block;
    width: 100%;
    padding: 25px;
    background: #dddddd;
}

.collapse.in {
    display: block !important;
}

#QuoteForm .btn.btn-custom {
    margin-bottom: 40px;
}

fieldset {
    padding-bottom: 50px;
}

.total-info {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 40px;
    /* font-weight: 600; */
    text-transform: uppercase;
}

.left-icon i {
    float: left;
    display: flex;
    justify-content: center;
    background: #ff7100;
    color: white;
    padding: 20px;
    margin-right: 20px;
    font-size: 29px;
    width: 70px;
}

.left-icon img {
    float: left;
    display: flex;
    justify-content: center;
    background: #ff7100;
    margin-right: 20px;
    width: 70px;
    padding: 10px;
}

.btn:focus {
    box-shadow: none !important;
}

@media screen and (max-width: 768px) {
    #package-summary {
        position: relative;
        box-shadow: none;
    }

    .section50 {
        float: none;
        width: 100%;
    }
}

.panel-heading a .fas {
    float: right;
    font-size: 30px;
    line-height: 22px;
}

a.collapsed .fa-angle-down {
    transform: rotate(180deg);
}

a.collapsed .fa-angle-up {
    transform: rotate(180deg);
}

.stb-txt {
    color: red;
}

/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.open-modal {
    font-weight: bold;
    background: none;
    color: #b3b3b3;
    border: none;
    outline: none;
}

.open-modal:hover {
    color: #000;
}

.open-modal:focus {
    outline: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgb(0 0 0 / 53%);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in;
}

.modal.is-visible {
    visibility: visible;
    opacity: 1;
}

.modal-dialog {
    position: relative;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 5px;
    background: var(--white);
    overflow: auto;
    cursor: default;
}

.modal-dialog>* {
    padding: 1rem;
}

.modal-header,
.modal-footer {
    background: var(--lightgray);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header .close-modal {
    font-size: 1rem;
}

.modal p+p {
    margin-top: 1rem;
}

#package-total-price {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.package-title {
    padding-left: 70px;
}

.validpriority .panel-collapse {
    position: relative;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-overlay.hide {
    display: none;
}

.section-overlay i {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}

#lieferadresse .form-control[disabled] {
    background: #ddd;
}

.price-monthly {
    float: right;
}

span.email-ids {
    float: left;
    /* padding: 4px; */
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 5px;
}

span.cancel-email {
    border: 1px solid #ccc;
    width: 18px;
    display: block;
    float: right;
    text-align: center;
    margin-left: 20px;
    border-radius: 49%;
    height: 18px;
    line-height: 15px;
    margin-top: 1px;
    cursor: pointer;
}

.email-id-row {
    border: 1px solid #ccc;
}

.email-id-row input {
    border: 0;
    outline: 0;
}

span.to-input {
    display: block;
    float: left;
    padding-right: 11px;
}

.email-id-row {
    padding-top: 6px;
    padding-bottom: 7px;
    margin-top: 13px;
}

.text-center.text-success {
    font-size: 16px;
    color: #ff7100;
}

.invisible {
    visibility: hidden;
}

.gratis {
    position: absolute;
    z-index: 99;
    max-width: 110px !important;
    top: -40px;
    left: -10px;
}

@keyframes flashing {
    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    750% {
        opacity: 1;
    }
}

.button-flashing {
    animation-name: flashing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    max-width: 176px !important;
}

@media screen and (max-width: 640px) {
    .gratis {
        max-width: 90px !important;
        top: -35px;
        left: 7px;
    }
}

#ep-promo:hover {
    cursor: pointer;
}

@media (max-width: 576px) {
    .bottom-text {
        position: static !important;
        padding: 0 !important;
        margin-bottom: 5%;
    }
}

.bottom-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.aktionInfoText {
    margin: 0;
    color: white;
}

.aktion-text {
    color: red;
}