.viewBlur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9900;
    background-color: rgba(223, 223, 223, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popUpCallBackNew{
    width: calc(518px - 47.4px);
    /* height: calc(302px - 47.4px); */
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(68, 68, 79, 0.1);
    border-radius: 4px;
    padding: 23.7px;
    text-transform:initial;
}
.popUpCallBackNew_close{
    display: flex;
    justify-content: flex-end;
    /* cursor: pointer; */
}
.closePopUpCallBackNew{
    cursor: pointer;
}
.popUpCallBackNew_close:hover .svgIcon{
    fill:#139DD9;
    transition:.2s;
}
.popUpCallBackNew_title{
    /* font-family: 'Segoe UI'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #171725;
    margin-bottom: 16px;
}
.popUpCallBackNew_text{
    /* font-family: 'Segoe UI'; */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #171725;
    margin-bottom: 27px;
}
.popUpCallBackNew_input{
    position: relative;
    margin-bottom: 32px;
}
.popUpCallBackNew_input_text{
    width: 470px;
    height: 40px;
    left: 0px;
    top: 0px;
    border: 1px solid #CED6E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 10px;
    position: relative;
}
.popUpCallBackNew_input_text:focus {
    outline: none;
    border: 1px solid #139DD9;
    transition:.2s;
}
.popUpCallBackNew_input_text:focus + .popUpCallBackNew_input_title{
    color:#139DD9;
    transition:.2s;
}
.popUpCallBackNew_input_title{
    /* font-family: 'Segoe UI'; */
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #CED6E0;
    background: #fff;
    padding: 6px;
    text-transform:initial;
    position: absolute;
    top: 0;
    margin-top: -13px;
    margin-left: 10px;
}
.popUpCallBackNew_buttons{
    display: flex;
    justify-content: flex-end;
}
.popUpCallBackNew_buttons_exit{
    width: 99px;
    height: 40px;
    /* font-family: 'Segoe UI'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #696974;
    border: 1px solid #E2E2EA;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    transition: .2s;

}
.popUpCallBackNew_buttons_accept{
    width: 98px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #139DD9;
    border: 1px solid #139DD9;
    border-radius: 4px;
    /* font-family: 'Segoe UI'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FAFAFB;
    cursor: pointer;
    box-sizing: border-box;
    transition: .2s;

}
.popUpCallBackNew_buttons_accept:hover{
    background: #fff;
    border: 1px solid #139DD9;
    color: #139DD9;
    transition: .2s;
}
.popUpCallBackNew_buttons_exit:hover{
    border: 1px solid #139DD9;
    transition: .2s;
}

.popUpCallBackNew_finish{
    width: calc(518px - 47.4px);
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(68, 68, 79, 0.1);
    border-radius: 4px;
    padding: 24px;
    text-transform:initial;
}
.popUpCallBackNew_text span{
    font-weight: 600;
}
.popUpCallBackNew_buttons_close{
    width: 99px;
    height: 40px;
    /* font-family: 'Segoe UI'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #696974;
    border: 1px solid #E2E2EA;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.popUpCallBackNew_buttons_close:hover{
    border: 1px solid #139DD9;
    transition: .2s;
}
.offViewBlur{
    display: none;
}
.symbolAlert {
    /* font-family: 'Segoe UI'; */
    color:#FFA047;
    font-weight: 600;
    margin: 5px 0;
}
.callBackBtn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    width: auto;
    min-height: 32px;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    background: #00aff0;
    margin: 16px 15px;
    color: #fff;
    box-sizing: border-box;
    /* font-family: Segoe UI; */
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inputDetective_disable{
    pointer-events:none;
    background: #ccc;
    border: 1px solid #ccc;
}