body.registration-page { 
    background-image: url(../image/reg_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.registration_container { padding: 10px 0; width:100%;}
.reg_user_form {}

.registration_right_conatiner{  float:left; margin-left: 20px; padding: 10px 0;}

.registration_title_wrapper{width:100%; height: 49px;}

.registration_title_wrapper div{margin: 0 auto; text-align: center; font-size: 18px; color: #504e4e; font-weight: bold;}
.registration_title_wrapper div.selected_sec{color:#000;}

.reg_sec_divider{
    width:100%; 
    height: 35px; 
    line-height: 35px;
    background: rgba(49,49,49,1);
    background: -moz-linear-gradient(top, rgba(49,49,49,1) 0%, rgba(21,20,20,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(49,49,49,1)), color-stop(100%, rgba(21,20,20,1)));
    background: -webkit-linear-gradient(top, rgba(49,49,49,1) 0%, rgba(21,20,20,1) 100%);
    background: -o-linear-gradient(top, rgba(49,49,49,1) 0%, rgba(21,20,20,1) 100%);
    background: -ms-linear-gradient(top, rgba(49,49,49,1) 0%, rgba(21,20,20,1) 100%);
    background: linear-gradient(to bottom, rgba(49,49,49,1) 0%, rgba(21,20,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#1f1f1f', GradientType=0 );
}
.reg_sec_divider span{ text-transform: uppercase; font-size: 14px; color: #5b5b5b; padding: 0px 10px;}
.reg_sec_divider span.float_right{float: right;}

.registration_tbl { 
    border-spacing: 0; 
    border: 0;
    margin-bottom: 5px; 
    padding: 0px 0px 5px 0px;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
    width: 415px;
}

.registration_tbl td {
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top; 
}
.registration_tbl td.reg_field_name { width: 95px; text-transform: capitalize;}

.field_errors_notice {
    display: inline-block;
    font-size: 10px;
    color: #cecece;
    vertical-align: middle;
    display: block;
    position: absolute;
    /* left: -13px; */
    top: -5px;
    right: 5px;
    background: #e11b2a;
    padding: 2px 10px;
    border-radius: 3px;
}

.field_errors_notice:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e11b2a;
    position: absolute;
    right: 10px;
    bottom: -4px;
}

.field_errors_notice:after {
    content: "\f00d";
    font-size: 14px;
    font-family: "FontAwesome";
    color: #e11b2a;
    position: absolute;
    right: 8px;
    top: 32px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 2px solid #e11b2a;
    border-radius: 50%;
}

.field_errors_notice:hover { overflow: visible; }


button.get_cod_fiscale {
height: 20px;
line-height: 20px;
background-color: #a3c1e4;
}
button.get_cod_fiscale:hover {
background-color: #d1e0f2;
}

.reg_error_list:before {
    content: "\f06a";
    position: absolute;
    top: 2px;
    right: 9px;
    font-size: 14px;
    font-family: "FontAwesome";
    color: #D90222;
}
.reg_error_list .reg_error_item { line-height: 20px;padding:0px;}

.reg_field_button button {
font-weight: bold;
font-size: 14px;
height: 40px;
line-height: 28px;
padding: 0 35px;
}

.registration_tbl td.reg_field_hdiv {padding: 10px 0;}
.reg_field_hdiv hr {
margin: 0;
padding: 0;
height: 1px;
border: 0;
background-color: #CFCFCF;
}

.registration_tbl td.reg_field_check {text-align: left;}
.registration_tbl td.reg_field_button  {text-align: center;  white-space: nowrap;}

.reg_confirm_list .reg_confirm_item { line-height: 16px;padding: 10px;}


.doc_disclaimer{color:#a0a099;}
.reg_disclaimer{color:#5b5b59;}

.doc_disclaimer .fa-envelope{color:#fff; font-size: 14px;}
.doc_disclaimer .fa-whatsapp{color:#25D366;  font-size: 14px;}

.tr_can_be_hidden.noshow,
select.noshow { display: none; } 
.registration_tbl td.captcha_col {
    float: right;
    margin: 0 auto;
    padding: 3px 35px;
}
.rf_18_margin {
    width:120px;
}
.registration_title_wrapper div.reg_acc_sec{
    color: #757575; 
    font-size: 16px;
    text-align: center;
    font-weight:100;  
    padding: 25px 0; 
}
#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), input.input, select, textarea{
    width: 100%;
    height: 35px;
}

.steps,.reg_steps_four{
    width: 410px;
    height: 93px;
    display: block;
    background-image: url(../image/reg_step.png?v=7);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 7px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
    margin: 0 auto;
}

span.step {
    z-index: 9;
    box-sizing: border-box;
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: relative;
    top: 12px;
    font-size: 30px;
    text-align: center;
    line-height: 54px;
    margin-right: 85px;
    left: 12px;
}



span.step_3:after,
span.step_2:after,
span.step_1:after{
    content: '';
    box-sizing: border-box;
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #132e50;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}  

span.step_3:after{
    left:-1px;
}

span.step:last-child {
    margin-right: 0;
}

span.lvl.lvl_2 {
    left: 205px;
}
span.lvl {
    content: '';
    width: 90px;
    height: 4px;
    background-color: #132e50;
    display: inline-block;
    position: absolute;
    left: 64px;
    top: 44px;
}

span.reg_ttl {
    display: block;
    font-size: 30px;
    text-align: center;
    padding: 5px;
    padding-top: 28px;
    font-weight: bold;
    padding-bottom: 10px;
}

span.reg_ttl2 {
    display: block;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    color: #767982;
    margin-top: 15px;
    padding-bottom: 30px;
}

span.reg_txt {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    padding: 10px;
    padding-top: 0;
    border-bottom: 1px dotted #324154;
    margin: 0 50px;
}

.reg_main_ttl {
    text-align: center;
}




div.usr_nm{
    position: relative;
}

div.usr_nm:before {
    content: '';
    background-image: url(../image/user_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 25px;
    z-index: 1;
    border-right: 1px dotted #324154;
    top: 5px;
}

#fe_web_container #fe_main div.usr_nm input{
    padding-left: 45px;
    margin-bottom: 30px;
}


span.loc_icon {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    height: 33px;
    background-color: #132e50;
    border: 1px solid #324154;
    top: 6px;
    border-right: 0px;
    border-bottom-left-radius: 3px ;
    border-top-left-radius: 3px;
}

span.loc_icon{
    top: -2px;
}


.dt_icon_cnt{
    font-size: 0;
}
  
span.loc_icon:before{
    content: '';
    background-image: url(../image/loc.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 38px;
    height: 25px;
    z-index: 1;
    border-right: 1px dotted #324154;
    top: 3px;
}

span.dt_icon:before{
    content: '';
    background-image: url(../image/calendar.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 38px;
    height: 25px;
    z-index: 1;
    border-right: 1px dotted #324154;
    top: 4px;
}



td.usr_nm input{
    padding-left: 45px !important;
}



#fe_web_container {
    padding-bottom: 415px;
}

button.reg_btn.submit_btn {
    width: 100%;
    float: none;
    margin-right: 0;
    height: 47px;
    margin-top: 35px;

}

.registration_tbl td.reg_field_button.submit_button_area {
    padding-left: 0;
    padding: 0 20px;
}

select:focus,
#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]):focus {
    background-color: #ffffff;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(56 120 187);
-moz-box-shadow: 0px 0px 5px 0px rgb(56 120 187);
box-shadow: 0px 0px 5px 0px rgb(56 120 187);
}

#fe_web_container #fe_main:not(:has(.digitain_outer_wrapper)) .registration_container.reg_v8 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).datepicker {
    background-image: none;
}



#fe_main #rf_name_surname {
    background-color: #132e50;
    border: 1px solid #324154;
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), input.input, #fe_main select, #fe_main textarea {
    outline: 0;
    background-color: #132e50;
    border: 1px solid #324154;
    border-radius: 3px;

}

#fe_main .registration_tbl td.reg_field_value .dt_sel_1{
    border-left: 0px;
}

.reg_field_button button {
    background: #3d8bb9;
    border-radius: 3px;

}

.reg_field_button button:hover{
    background-color: #3d8bb9;
    background: #3d8bb9;
}

.form1 select {
    position: relative;
    top: -8px;
}

.registration_tbl td.reg_field_button.back_button_area {
    padding: 0 40px;
}

.btn_right, .btn_left {
    display: inline-block;
    width: 185px;
}


.btn_left button{
    width:100%;
}

td.ref_field_value.rfval_select.loc{
    position: relative;
}

span.loc_icon_cnt{
    position: absolute;
    left: 5px;
    top: 12px;
}

.form2 .loc select{
    padding-left: 40px;
}

.form2 div.pin_icon:before {
content: '';
    background-image: url(../image/loc.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    /* left: 5px; */
    width: 38px;
    height: 25px;
    z-index: 1;
    border-right: 1px dotted #324154;
    top: 6px;
}

.form2 div.tel_icon:before {
    content: '';
    background-image: url(../image/tel.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 25px;
    z-index: 1;
    border-right: 1px dotted #324154;
    top: 6px;
}

.pin_icon,
.usr_nm,
.mail_icon,
.tel_icon,
.pass_icon,
.bonus_icon{
    position: relative;
}

.form3 div.mail_icon:before {
    content: '';
    background-image: url(../image/mail.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 25px;
    z-index: 1;
    border-right: 1px dotted #324154;
    top: 5px;
}

.form3 div.pass_icon:before {
    content: '';
    background-image: url(../image/pass.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 25px;
    z-index: 1;
    border-right: 1px dotted #324154;
    top: 6px;
}

.form3 div.bonus_icon:before {
    content: '';
    background-image: url(../image/bonus.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 25px;
    z-index: 1;
    border-right: 1px dotted #324154;
    top: 6px;
}


.registration_tbl td.reg_field_name, .registration_tbl td.reg_field_value {
    position: relative;
}

#fe_main  .form2 tr td input{
    padding-left: 43px !important;
}

.form1 span.step_2:after,
.form1 span.step_3:after,
.form1 .lvl_1,
.form1 .lvl_2{
    display: none;
}

.form2 span.step_3:after,
.form2 .lvl_2{
    display: none;
}


i.fa.fa-check {
    width: 46px;
    height: 46px;
    background-color: #3d8bb9;
    /* position: absolute; */
    left: 0px;
    border-radius: 50%;
    line-height: 46px;
    top: -1px;
    position: relative;
    color: #c7eaf9;
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).mdm, #fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).txt_med, select.sel_med, select.mdm {
    width: 100%;
}




.field_err_item {
    color: #ffffff;
    padding: 0;
}

.bonus_icon input,
.pass_icon input,
.mail_icon input{
    padding-left: 45px !important;
}

.registration_tbl td.reg_field_value input{
    width: 100%;
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).sml, #fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).txt_small, select.sml, select.sel_small {
    width: 76px !important;
}

.reg_field_button button{
    border-radius: 3px !important;
}

.form1 .usr_nm .field_errors_notice {
    top: -25px;
    right: 0;
}

.form2 .field_errors_notice,
.form2 .res .field_errors_notice,
.form2 .loc .field_errors_notice {
    top: -10px;
}

.form2 .step_2, .form1 .step_2, .form1 .step_3 {
    color: #c7c7c7;
}

.registration_tbl td.reg_field_name {
    padding-left: 24px;
}

.form3 td.chk_bx {
    padding-left: 20px;
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), input.input, #fe_main select, #fe_main textarea {
 height: 38px;
}

.form3 .field_errors_notice {
    top: -10px;
}

#fe_main #rf_name_surname.field_error {
    border: 1px solid #cf1b24;
}

#fe_main #rf_name_surname.field_error:focus{
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 5px 0px #cf1b24;
    -moz-box-shadow: 0px 0px 5px 0px #cf1b24;
    box-shadow: 0px 0px 5px 0px #cf1b24;
}

#fe_main .dt_wrapper.field_error select {
    border: 1px solid #cf1b24;
        -webkit-box-shadow: 0px 0px 5px 0px #cf1b24;
    -moz-box-shadow: 0px 0px 5px 0px #cf1b24;
    box-shadow: 0px 0px 5px 0px #cf1b24;
}

#fe_main .dt_wrapper.field_error span.dt_icon{
    border-color: #cf1b24; 
    
}

.chk_bx a {
    padding-left: 24px;
}

.dt_sel_1{
    border-bottom-left-radius: 0px  !important;
    border-top-left-radius: 0px !important;
    
}

.dt_wrapper.field_error{
    position: relative;
}

#reg_user_form .registration_tbl {
    background-color: white;
    color: #484848;
}

body.portable-device #reg_user_form .registration_tbl{
    background-color: transparent;
    box-shadow: 0 0 black;
}

.registration_container { 
    padding-top: 0;
    box-sizing: border-box;
    max-width: 100%;
}
.reg_title span{
    color: #fff;              
    font-size: 17px;  
}
.reg_title{
    padding: 10px;
    background-color: #191919;
    text-align: center;
}


.reg_field_cont{
    padding: 10px 5px;    
}
.reg_field_cont div {
    padding-top: 15px;
}
#fe_main .registration_container  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), select, textarea{
    width: 100%;
    padding: 0 0px;
    height: 38px;
}      
#fe_main .registration_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).datepicker {
    width: 100% !important;                     
    background-repeat: no-repeat;
    background-image: none;
    background-position: 170px 50%;       
}
.reg_field_cont select {
    width: 100%;
    height: 40px;
    font-size: 13px;
}
#fe_main .registration_container label .rf_gender_m, #fe_main .registration_container label .rf_gender_f {
    display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
}
/* hide input */
#fe_main .registration_container input.radio:empty {
    visibility: hidden;    
    position: absolute;
}

/* style label */
#fe_main .registration_container input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 45px;
    text-indent: 3.25em; 
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 45px;
}

#fe_main .registration_container input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #b2b3b6;
    border-radius: 3px 0 0 3px;
}

/* toggle hover */
#fe_main .registration_container input.radio:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

#fe_main .registration_container input.radio:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
#fe_main .registration_container input.radio:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #9CE2AE;
    background-color: #4DCB6D;
}

#fe_main .registration_container input.radio:checked ~ label {
    color: #777;
}

.registration_tbl { 
    color: #777;
    font-size:14px;
    border-spacing: 0; 
    border: 0;
    margin-bottom: 5px; 
    background-color: #000;                                        
    background-position: 0px 91px;
    background-repeat: no-repeat; 
    padding: 0px 0px 5px 0px;
    max-width:100%;
    width:100%;
}
.gender_option{
    display:inline-block;
    width: 49%;
    padding: 0px !important;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    
}
.registration_tbl td {
padding: 3px 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.registration_tbl td.reg_field_name { color: #484848;
    font-size: 16px; text-transform: capitalize;}
.registration_tbl td.reg_field_value { width: 340px;padding-right: 30px; }

.field_errors_notice {
display: inline-block;
font-size: 10px;
color: #CF1B24;
vertical-align: middle;
}
.field_errors_notice:hover { overflow: visible; }
.field_errors_notice .field_err_item {
max-width: 260px;
}

button.get_cod_fiscale {
height: 30px;
line-height: 30px;
background-color: #a3c1e4;
font-size: 12px;
margin-top: 5px;
}
button.get_cod_fiscale:hover {
background-color: #d1e0f2;
}

.reg_error_list {
    border: 1px solid #D90222;
    background-color: #f8d2d6;
    padding-left: 8px;
    position: relative;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 13px;
}
.reg_error_list:before {
    content: "\f00d";
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 14px;
    font-family: "FontAwesome";
    color: #D90222;
    border-left: 1px dotted grey;
    padding-left: 6px;
    line-height: 17px;
}
.reg_error_list .reg_error_item { 
    line-height: 25px;
    color: #de2031;

}

.reg_field_button button {
font-weight: bold;
font-size: 14px;
height: 30px;
line-height: 28px;
}

.registration_tbl td.reg_field_hdiv {padding: 10px 0;}
.reg_field_hdiv hr {
margin: 0;
padding: 0;
height: 1px;
border: 0;
background-color: #CFCFCF;
}

.registration_tbl td.reg_field_check {text-align: left;}
.registration_tbl td.reg_field_button  {text-align: right;}
 
.reg_confirm_list {
background-color: #9CC6AE;
border: 1px solid #005826;
padding-left: 30px;
position: relative;
margin-bottom: 10px;
}
.reg_confirm_list:before {
content: "\f00c";
position: absolute;
left: 13px;
top: 11px;
font-size: 14px;
font-family: "FontAwesome";
color: #005826;
}
.reg_confirm_list .reg_confirm_item { line-height: 16px;padding: 10px;}


.reg_disclaimer{color:#5b5b59;padding-left: 20px;}

.tr_can_be_hidden.noshow,
select.noshow { display: none; } 
.gender_option {
    display: inline-block;
    width: 47%;
    margin: 1%;
    padding: 0px !important;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
}
#fe_main .registration_container input.radio:empty {
    visibility: hidden;
    position: absolute;
}
#fe_main .registration_container input.radio:checked ~ label {
    color: #777;
}
#fe_main .registration_container input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 40px;
    text-indent: 60px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    background: #25252f;
    height: 40px;
    border: 1px solid #555;
    color: #999;
}
#fe_main .registration_container input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 40px;
    background: #1e1d23;
    border-right: 1px solid #444;
    border-radius: 3px 0 0 3px;
}
#fe_main .registration_container input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: 15px;
    color: #25252f;
    background-color: #e99b20;
}
.reg_field_cont a {
    text-decoration: underline;
}
.reg_field_cont .txt {
    text-align: left;
}
#fe_main input[type="checkbox"]#rf_18plus{
    margin: 0;
    margin-top: 10px;
}
option {
    color: #000;
}

span.step {
    width: 63px;
    height: 63px;
    top: 7px;
    line-height: 63px;
    margin-right: 94px;
    left: 13px;
    color: #ffffff;
}
span.step_3:after, span.step_2:after, span.step_1:after {
    width: 64px;
    height: 64px;
}

.reg_field_name{
    display: inline-block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.lbl {
    line-height: 37px;
    display: block;
}

.reg_field_value{
}

td.usr_nm:before {
    top: 22px;
}

#reg_user_form .registration_tbl {
    width: 490px;
}

#fe_main input[type="radio"], #fe_main input[type="checkbox"] {
    display: inline-block;
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), input.input, #fe_main select, #fe_main textarea {
    
     padding-left: 0px; 
     font-size: 16px;
}

#fe_body #fe_main .form2 .loc select{
    font-size: 16px;
    height: 38px;
    padding-left: 45px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

span.loc_icon {
    top: 3px;
}

i.fa.fa-check {
    width: 54px;
    height: 54px;
    background-color: #3d8bb9;
    /* position: absolute; */
    left: 1px;
    border-radius: 50%;
    line-height: 54px;
    top: 0px;
    position: relative;
    color: #c7eaf9;
}

span.lvl {
    content: '';
    width: 110px;
    height: 6px;
    background-color: #132e50;
    display: inline-block;
    position: absolute;
    left: 75px;
    top: 43px;
}



span.dt_icon:before{
    top: 6px;
}
.registration_tbl td.reg_field_value{
    padding-right: 0px;
    width:100% ;
}

.form2 td.reg_field_value{
        padding-bottom: 27px;
}

.registration_tbl td.reg_field_name{
    padding-left: 0;
}

/* 4th step styling */
.registration_tbl.form4 td.reg_field_name {
    display: block;
    height: 35px;
    width: 100%;
}
.registration_tbl.form4 td.reg_field_value,
.registration_tbl.form4 td.reg_field_empty {
    display: block;
    text-align: center;
    width: 100%;
}
#fe_body #fe_main .registration_tbl.form4 #rf_telephone,
#fe_body #fe_main .registration_tbl.form4 #mobile_code,
#fe_body #fe_main .registration_tbl.form4 #rf_email {
    padding-left: 10px;
}
.registration_tbl.form4 #mobile_resend {
    margin-bottom: 2px;
}
.registration_tbl.form4 #mobile_confirm {
    margin-top: 2px;
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).sml, #fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).txt_small, select.sml, select.sel_small {
    width: 64px;
}

#fe_main .registration_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), select, textarea {
    max-width: 235px;
}

.cnt_sel{
    position: relative;
    padding-bottom: 27px;
}

span.loc_icon_cnt{
    top:0;
    left:0;
}


span.lvl.lvl_2 {
    left: 232px;
}

span.reg_txt {                        
    margin: 0 20px;
}


.registration_tbl tr{
    padding: 0;
}

.registration_tbl td{
    padding: 0;
}


.registration_tbl table{
    padding: 0 40px;
}

.registration_tbl td.reg_field_button.submit_button_area{
    padding: 0 40px;
    padding-top: 0;
}




#fe_body #fe_main .registration_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), select, textarea{
    max-width: 100%;
    font-size: 16px;
    width: 100%;
}

.reg_email_warning span{
    display: block;
    width: 100%;
    background: var(--reg_warning_msg, #f4c05f);
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    color: var(--reg_warning_msg_txt, #52320d);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

span.reg_txt {
    font-size: 13px;
    border-bottom: 1px solid #ececec;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.rfval_radio label{
    color: #777777 ;
    margin-right: 7px;
}

.btn_right, .btn_left{
    width: auto;
    width: calc(50% - 2px);
}

.chk_bx a {
    padding-left: 0px;
    color: #5c96b0;
    text-decoration: underline;
}

.form3 td.chk_bx{
    padding-left: 45px;
    padding-top: 25px;
    position: relative;
    font-size: 16px;
}



div.usr_nm:before {
    top: 6px;
}

.form1 select {
    padding-left: 10px !important;
}

.form2 .field_errors_notice{
    right: 0;
    top:5px;
}

.dt_area .field_errors_notice {
    top: -11px;
}

td.reg_field_name.dt_ttl {
    padding-bottom: 3px;
}

.form2 .field_errors_notice, .form2 .res .field_errors_notice, .form2 .loc .field_errors_notice {
    top: -25px;
}

.form3 .field_errors_notice {
    top: -25px;
    right: 0;
    z-index: 2;
}

#rf_country.field_error{
    border: red;
} 

#fe_footer{
    padding-top: 0; 
}

.registration_container {
    z-index: 0;
}

body.portable-device #fe_main{
    background-color: white;
}

.dt_area .field_errors_notice {
    top: -25px;
    right: 0;
}

.dt_ttl label{
    top:12px
}

.dt_wrapper{
    display: block;
}

.rfval_radio input{
    top:5px;
}

label{
    position: relative;
    top: 12px;
}

.tr_fld{
    padding-bottom: 26px;
}

.reg_field_button button{
    border-radius: 0px;
    font-size: 20px;
    padding: 5px 10px;
    height: auto;
    margin-bottom: 20px;
    border: none;
    min-width: 100px;
    font-weight: 100;
    height: 47px;
}

.registration_tbl.form2 button.reg_btn.submit_btn{
    margin-top: 0;
}

#rf_country.field_error {
    border: 1px solid #cf1b24;
}

#rf_country.field_error:focus{
    -webkit-box-shadow: 0px 0px 5px 0px #cf1b24;
    -moz-box-shadow: 0px 0px 5px 0px #cf1b24;
    box-shadow: 0px 0px 5px 0px #cf1b24;
}
.tel_prefix{
    display:flex;
}
#fe_body #fe_main .registration_container .form2 .tel_prefix #rf_prefix{
    width: 85px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right:0px!important;
    outline: none;
    pointer-events: none;
    cursor:not-allowed;
}
#fe_body #fe_main .registration_container .form2 .tel_prefix #rf_telephone{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left:5px!important;
}

.form2 .step_2{
    color: #fff;
}

.form2 .step_3{
    color: #c7c7c7;
}

.form3 .usr_nm,
.pass_icon,
.mail_icon{
    margin-bottom: 27px;
}

.form3 .usr_nm input{
    margin-bottom: 0px !important;
}

span.step_2{
    margin-right: 96px;
}

.chk_bx input.field_error{
   outline: 1px solid #e11b2a;
}


.gender_cnt {
    display: inline;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.gender_cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #d2d2d2;
  border-radius: 50%;
  box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.5);

}

/* On mouse-over, add a grey background color */
.gender_cnt:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.gender_cnt input:checked ~ .checkmark {
  background-color: #72b6d4 ;
}



/* Show the indicator (dot/circle) when checked */
.gender_cnt input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.gender_cnt .checkmark:after {
     top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;

    
}

.chk_bx input{
    float: left;
}

/* The container */
.chk_bx_cnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chk_bx_cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2{
    position: absolute;
    top: -3px;
    left: -25px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #c4c4c4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.chk_bx_cnt:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk_bx_cnt input:checked ~ .checkmark2 {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk_bx_cnt input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk_bx_cnt .checkmark2:after {
    left: 7px;
    top: -5px;
    width: 6px;
    height: 13px;
    border: solid #5d96b3;
    border-width: 0 4px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

.chk_bx div{
    line-height: 20px;
    position: relative;
    top: -3px;
    line-height: 24px;
}

.dt_wrapper input.datepicker{
    padding-left: 45px !important;
}

body.registration-page .ui-datepicker {
    width: 293px ;
    padding: 0;
    
}

body#fe_body.registration-page .ui-datepicker .ui-datepicker-header {
    background-color: #f2f2f2 ;
}

body#fe_body.registration-page .ui-state-default, body#fe_body.registration-page .ui-widget-content .ui-state-default, #fe_body .ui-widget-header .ui-state-default {
    background-color: #f1f1f1;
    color: #000;
}

body#fe_body.registration-page .ui-datepicker select.ui-datepicker-month, body#fe_body.registration-page .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    height: 27px;
    background-color: #f2f2f2;
}

body#fe_body.registration-page .ui-datepicker th {
    color: #1f7fd5;
}

body#fe_body.registration-page .ui-datepicker td span, body#fe_body.registration-page .ui-datepicker td a {
    text-align: center;
}

body#fe_body.registration-page #ui-datepicker-div {
    z-index: 9999999;
    padding: 15px;
    box-sizing: border-box;
}

body#fe_body.registration-page .ui-datepicker .ui-datepicker-prev {
    background-image: url(../image/chevron_prv.png);
    left:0;
}

body#fe_body.registration-page .ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}

body#fe_body.registration-page .ui-datepicker .ui-datepicker-next {
    background-image: url(../image/chevron_nxt.png);
    right: 0;
}

body#fe_body.registration-page .ui-datepicker .ui-datepicker-prev-hover, body#fe_body.registration-page .ui-datepicker .ui-datepicker-next-hover{
    top:0;
    left: 0;
}

body#fe_body.registration-page .ui-datepicker .ui-datepicker-next-hover{
    left: unset;
    right: 0;
}

body#fe_body.registration-page .ui-datepicker .ui-datepicker-prev, body#fe_body.registration-page .ui-datepicker .ui-datepicker-next {
    top: 5px;
}

.close_error{
    display: none;
}

body#fe_body.registration-page .dt_area input{
    margin-bottom: 20px;
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).field_error, select.field_error, textarea.field_error {
    border-color: #CF1B24;
    border: 1px solid #cf1b24;
    
}    

body#fe_body.registration-page #fe_main .dt_wrapper input.field_error:focus{
    -webkit-box-shadow: 0px 0px 5px 0px #cf1b24;
    -moz-box-shadow: 0px 0px 5px 0px #cf1b24;
    box-shadow: 0px 0px 5px 0px #cf1b24;
}

.form3 .pass_icon .field_errors_notice{
    top: -33px;
}

.form3 .pass_icon .field_errors_notice:after{
    top: 41px
}

/*a.ui-state-default.ui-state-active{
    position: relative;
    z-index: 10;
    color:#fff !important;
}

a.ui-state-default.ui-state-active:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #6aabe0;
    z-index: -3;
    display: block;
    position: absolute;
    top: 3px;
    border-radius: 50%;
    left: 8px;
}*/

body#fe_body.registration-page .ui-state-default, body#fe_body.registration-page .ui-widget-content .ui-state-default, #fe_body .ui-widget-header .ui-state-default {
    background-color: #f1f1f1;
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
    font-size: 13px;
}

body#fe_body.registration-page .ui-state-active{
    background-color: #6aabe0 !important;
    border-radius: 50%;
    color: #fff !important;    
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]).field_error:focus, select.field_error:focus, textarea.field_error:focus{
    -webkit-box-shadow: 0px 0px 5px 0px #cf1b24;
    -moz-box-shadow: 0px 0px 5px 0px #cf1b24;
    box-shadow: 0px 0px 5px 0px #cf1b24;
}

.chk_bx.field_error .checkmark2 {
    border: 2px solid #e11b2a;
}

.chk_bx .field_errors_notice:before{
          right: unset;
    left: 0; 
}

.chk_bx .field_errors_notice:after{
          display:none;
}

.chk_bx .field_err_item {
    top: 0;
}

.chk_bx .field_err_item {
    top: 0;
    line-height: 2;
}

.chk_bx .field_errors_notice {
    width: 250px;
    left: -1px;
    top: -29px;
}

.reg_main_ttl a{
    color: #104A79 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.page_tt_bar{
   display: none; 
}

/*sms verification */
.confirm_phone_modal_btns{
    text-align: center;
}

.confirm_phone_modal_btns .btn_left button,
.confirm_phone_modal_btns .btn_right button{
    border-radius: 3px;
    font-size: 20px;
    padding: 5px 10px;
    height: auto;
    border: none;
    min-width: 100px;
    font-weight: 100;
    height: 47px; 
    width: calc(99% - 10px); 
    color: #fff;
}

.confirm_phone_modal_btns .btn_right button{
    background-color: #f8a500;
}

.confirm_phone_modal_btns .btn_right button:hover{
    background-color: #d5ad5f;
}

#confirm_code_modal h2{
    text-align: center;
}

#confirm_code_modal .reg_field_value{
    width: 100%;
}


#confirm_code_modal .reg_field_value input{
    width: 288px;
    padding: 0 0px;
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding-left: 40px;
}

#confirm_code_modal .reg_field_value input:focus{
    background-color: #ffffff;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(56 120 187);
    -moz-box-shadow: 0px 0px 5px 0px rgb(56 120 187);
    box-shadow: 0px 0px 5px 0px rgb(56 120 187);
}

#confirm_code_modal .reg_field_button{
    width: 100%;
}

#confirm_code_modal .reg_field_name {
    width: auto;
    display: inline-block;
    float: left;
    padding-left: 0;
}

#confirm_code_modal .btn_middle{
    text-align: center;
    display: inline-block;
    width: 100%;
}

#confirm_code_modal .btn_middle button{
    width: 40%;
    background-color: #f8a500;
    margin-top: 20px;
    margin-bottom: 0;
}

#confirm_code_modal .msg_icon{
    width: 300px;
    float: right;
    position: relative;
}

#confirm_code_modal .msg_icon:before{
    content: '';
    background-image: url(../image/sms-icon.png);
    width: 25px;
    height: 25px;
    background-size: 26px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 5px;
    border-right: 1px dotted #cfcfcf;
    padding-right: 4px; 
}

#error_phone_modal .reg_error_list{
    margin-top: 5px;
    margin-bottom: 10px;
}
.login_overlay_error_container .login_oec_title, .login_overlay_error_container .login_oec_contents {
    color: #666;
}

.reg_v8 .form1 .steps {
    background-image: url('/media/user_registration/general/images/step_1.png');
}

.reg_v8 .form2 .steps {
    background-image: url('/media/user_registration/general/images/step_2.png');
}

.reg_v8 .form3 .steps {
    background-image: url('/media/user_registration/general/images/step_3.png');
}

.reg_v8 .form1 .reg_steps_four{
    background-image: url('/media/user_registration/general/images/step_1_verification.png');
}
.reg_v8 .form2 .reg_steps_four{
    background-image: url('/media/user_registration/general/images/step_2_verification.png');
}
.reg_v8 .form3 .reg_steps_four {
    background-image: url('/media/user_registration/general/images/step_3_verification.png');
}
.reg_v8 .form4 .reg_steps_four {
    background-image: url('/media/user_registration/general/images/step_4_verification.png');
}
