﻿.PriceAlertContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.PriceAlertContainer, .thankYouContainer {
    font-size: 17px;
    font-family: 'Assistant', Arial, sans-serif;
}

    .PriceAlertContainer .Title, .thankYouContainer .Title {
        line-height: 20px;
        font-weight: 600;
        font-size: 18px;
        display: inline-block;
        position: relative;
        top: -2px;
    }

    .PriceAlertContainer .TitleImg, .thankYouContainer .TitleImg {
        width: 24px;
        height: 24px;
        float: right;
        margin-left: 7px;
        background-color: black;
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/alert-price-icon.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/alert-price-icon.svg) no-repeat center;
    }

    .PriceAlertContainer .SliderTitle {
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .PriceAlertContainer .PriceTxt {
        font-size: 22px;
    }

    .PriceAlertContainer .selectTimeWapper {
        display: flex;
        gap: 9px;
        flex-wrap: wrap;
    }

        .PriceAlertContainer .selectTimeWapper .selectTime:hover {
            cursor: pointer;
        }

        .PriceAlertContainer .selectTimeWapper .selectTime {
            background-color: rgba(246, 246, 246, 1);
            border-radius: 20px;
            padding: 12px 12px;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            width: 103px;
            height: 32px;
            justify-content: center;
            align-items: center;
        }

            .PriceAlertContainer .selectTimeWapper .selectTime[selected] {
                background-color: rgba(177, 204, 255, 1);
            }

    .PriceAlertContainer .send-wapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
    }

    .PriceAlertContainer .selectTimeTitle {
        margin-bottom: 5px;
    }

    .PriceAlertContainer .send-wapper .form-control {
        border-radius: 12px;
        height: 48px;
        direction: rtl;
    }

    .PriceAlertContainer .custom-control-label {
        font-size: 16px;
        margin-top: -6px;
    }

    .PriceAlertContainer .custom-control.custom-checkbox {
        margin-top: 6px;
        margin-right: 4px;
        display: flex;
        gap: 8px;
    }

    .PriceAlertContainer .form-row input[type="text"], .PriceAlertContainer .form-row input[type="tel"],
    .PriceAlertContainer .form-row input[type="email"],
    .PriceAlertContainer .form-row select.form-control {
        background: transparent;
        border: none;
        border-bottom: 1px solid #000000;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        color: #000;
    }

    .PriceAlertContainer .form-row input[type="tel"] {
        text-align: left;
    }

        .PriceAlertContainer .form-row input[type="text"]:focus,
        .PriceAlertContainer .form-row input[type="email"]:focus,
        .PriceAlertContainer .form-row input[type="tel"]:focus,
        .PriceAlertContainer .form-row select.form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .PriceAlertContainer .form-row .form-control {
        /*height: 32px;*/
    }

    .PriceAlertContainer .row .Takanon {
        font-size: 14px;
    }

    .PriceAlertContainer .form-row.smsRow {
        margin-top: 10px;
    }

    .PriceAlertContainer .form-row [name='selectedDay'] {
        width: 65px;
        margin-left: 3px;
    }

    .PriceAlertContainer .form-row [name='email'] {
        margin-top: 3px;
    }

    .PriceAlertContainer .form-row.emailRow {
        margin-top: 10px;
    }

    .PriceAlertContainer .form-row .CreateAlertBtn {
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 18px;
    }
    .PriceAlertContainer .personal-privacy-wrp div {
    display:inline-block;
    }
    .PriceAlertContainer .personal-privacy-wrp input {
        margin-left: 10px
    }
    .thankYouContainer {
        display: none;
    }

    .thankYouContainer .SliderTitle {
        margin-top: 24px;
        color: #001C32;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: normal;
    }

    .thankYouContainer .ReminderTime {
        border-radius: 12px;
        padding: 12px;
        background: var(--Gray4, #F6F6F6);
        color: var(--Black, #001C32);
        text-align: right;
        font-family: Assistant;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .thankYouContainer .links {
        margin-top: 24px;
    }

    .thankYouContainer .application {
        display: block;
        width: 100%;
    }

        .thankYouContainer .application span {
            color: var(--Black, #001C32);
            text-align: right;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 16px;
        }

        .thankYouContainer .application a img {
            border: 0;
            display: inline-block;
            width: 50%;
            max-width: 131px;
        }


/* Slide Start */
.range-slider {
    width: 100%;
    padding: 4px 20px 20px 20px;
}

    .range-slider .input-range {
        -webkit-appearance: none;
        width: 100%;
        height: 4px;
        border-radius: 5px;
        background: #74d5df;
        outline: none;
    }

        .range-slider .input-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #EBF3FF;
            border: 2px solid #B1CCFF99;
            cursor: pointer;
            box-shadow: #D7E7FF 0 4px 10px 0;
            -webkit-transition: background .15s ease-in-out;
            transition: background .15s ease-in-out;
        }

            .range-slider .input-range::-webkit-slider-thumb:hover {
                background: #fff;
            }

        .range-slider .input-range:active::-webkit-slider-thumb {
            background: #fff;
        }

        .range-slider .input-range::-moz-range-thumb {
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 50%;
            background: #0081e4;
            cursor: pointer;
            -webkit-transition: background .15s ease-in-out;
            transition: background .15s ease-in-out;
        }

            .range-slider .input-range::-moz-range-thumb:hover {
                background: #fff;
            }

        .range-slider .input-range:active::-moz-range-thumb {
            background: #fff;
        }

.range-value {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}


::-moz-range-track {
    background: #353535;
    border: 0;
}

input::-moz-focus-inner {
    border: 0;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0.15, #94A14E), color-stop(0.15, #C5C5C5) );
    cursor: pointer;
}

#PriceAlertPopup .HtmlBody .activation {
    top: 37%;
    position: fixed;
}
