/* Form css ui check starts*/
#breachnotification { max-width: 500px; margin: 0 auto; padding: 20px; }
.tac { text-align: center; }
.prd-slt { display: inline-block; margin: 10px 20px 10px 0; }
.prd-slt input { margin-right: 5px; }
.contactForm label { display: block; margin: 15px 0 5px; font-size: 14px; }
.contactForm label sup { color: red; }
.contactForm label span { font-weight: normal; color: #666; font-size: 12px; }
.contactForm input, .contactForm select { 
    width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; 
    font-size: 14px; box-sizing: border-box; 
}
.error-field, .error-field1 { color: red; font-size: 12px; display: none; }
.dwn-priv { font-size: 12px; color: #666; margin: 15px 0; text-align: center; }
.fbutton { text-align: center; margin-top: 20px; }
.fbutton input { padding: 10px 40px; border: none; border-radius: 4px; background: #ea132c; color: white; cursor: pointer; }
/* Form css ui check ends*/
    .edi-btn {
        max-width: 375px;
        padding: 30px;
        margin: auto !important;
        position: static;
    }

    .promo-flash,
    .breadcrumb {
        display: none;
    }

    inputgroup#prdselect {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    inputgroup#prdselect label {
        margin: 0px 20px 0px 0px;
        font-weight: 500;
        display: inline !important;
    }

    inputgroup#prdselect input {
        width: 40px !important;
        margin: 5px 0px;
        display: inline-block;
        min-width: 0px;
    }

    inputgroup#prdselect .prd-slt {
        display: inline-block;
    }

    .edi-btn inputgroup.select.country-code:after {
        left: 52px;
        bottom: 10px;
        top: 50px;
    }

    .edi-btn inputgroup input[type="number"]:focus {
        outline: none !important;
        border: 1px solid #2a79bb !important;
        box-shadow: none !important;
    }

    inputgroup.select.country-code .country-value {
        left: 6px;
        bottom: 10px;
        position: absolute;
        height: 18px !important;
        font-size: 14px;
        font-weight: 300;
        background: white;
        z-index: 100;
        line-height: 14px;
        cursor: pointer;
        width: 44px !important;
    }

    inputgroup.half.select.country-code.focus label {
        margin: 0;
    }

    .date-time-note {
        font-weight: 300;
        font-size: 12px;
        line-height: 17px;
        color: #999;
        margin-top: 10px;
    }

    inputgroup.half.select.country-code {
        margin: 10px 15px;
    }

    .edi-btn inputgroup.select.country label,
    .edi-btn inputgroup.select.country label sup {
        color: transparent;
        background-color: transparent;
    }

    .edi-btn inputgroup.select.country.focus label {
        color: #2a79bb
    }

    .edi-btn inputgroup.select.country.focus label sup {
        color: red
    }


    .edi-btn inputgroup.half {
        display: block;
        width: unset;
        margin: 0px;
    }

    .edi-btn inputgroup.half input {
        width: 94% !important;
    }

    .edi-btn inputgroup.select.half.country {
        max-width: unset !important;
        margin: unset !important;
    }
    .edi-btn inputgroup.select.half.country select:after{
        top: 50px;
    }
    @media screen and (max-width: 600px) {
        inputgroup.half.select.country-code {
            margin: 0;
            width: max-content
        }

        inputgroup.select.half.country {
            margin: 0;
            width: auto !important;
        }

        input#Phone,
        .edi-btn .za_country_code+label {
            width: auto !important;
            min-width: 275px;
        }

        .edi-btn inputgroup.prd-slt .prd-slt-inner input {
            min-width: auto;
            width: 30px !important;
        }

        .edi-btn inputgroup.prd-slt .prd-slt-inner {
            min-width: 110px;
            margin: 0 10px;
        }

        .edi-btn inputgroup input,
        .edi-btn inputgroup.half input,
        .edi-btn inputgroup textarea,
        .edi-btn inputgroup label {
            width: 93% !important;
        }
    }
div#scroll {
    padding: 40px 0
}

.breadcrumb {
    display: none
}

[data-attr="form-field"] input#Submit {
    max-width: 100% !important
}

[data-attr="form-container"] {
    max-width: 400px;
    min-height: 50vh;
    border: solid #e9f0f6 1px;
    background: #f9fcff;
    padding: 10px;
    border-radius: 14px
}

[data-attr="form-field"].inputgroup {
    max-width: 370px
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    grid-gap: 30px
}

.left {
    max-width: 600px;
    width: 100%
}

label span.min-label {
    font-size: 12px
}

.suc-msg {
    text-align: center;
    background: #f1fff1;
    padding: 10px 20px;
    border-radius: 20px;
    border: solid #bce4bc 1px;
    max-width: 600px
}