
.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: 120px; text-transform: capitalize;}


/* 4th step styles */
.registration_tbl.form4 tr:nth-child(6) .reg_field_empty button,
.registration_tbl.form4 tr:nth-child(9) .reg_field_empty button {
    background-color: #a8a7a7;
}
.registration_tbl.form4 td.reg_field_empty {
    text-align: left;
}

.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_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;
}


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: 25px;
    text-align: center;
    line-height: 54px;
    margin-right: 85px;
    left: 12px;
}

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

span.step_3:after,
span.step_2:after,
span.step_1:after{
    content: '';
    box-sizing: border-box;
    display: inline-block;
    width: 54px;
    height: 54px;
    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;
    display: inline-block;
    position: absolute;
    left: 64px;
    top: 44px;
}

span.reg_ttl {
    display: block;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 24px;
}

span.reg_ttl2{
    display: block;
    font-size: 21px;
    text-align: center;
    padding: 10px 0;
    margin-top: 7px;
    padding-top: 0;
}

span.reg_txt {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    padding: 5px;
    padding-top: 0;
    border-bottom: 1px solid #ececec;
    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.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 20px;
    z-index: 1;
    top: 5px;
}

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


span.loc_icon,
span.dt_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;
    top: 2px;
}

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: 40px;
}

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

#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;
}




#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 20px;
}

.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;
    top: 7px;
}

.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;
    top: 7px;
}

.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;
    top: 7px;
}

.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;
    top: 7px;
}

.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;
    top: 7px;
}


.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;
}


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


.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: 40px;
}

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

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

#fe_main .dt_wrapper.field_error select {
    border: 1px solid #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: 40px;
}      
#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: 200px;                     
    background-repeat: no-repeat;
    background-image: url(/media/images/icons/calendar.png);
    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 { width: 160px; padding: 10px; text-transform: capitalize;}
.registration_tbl td.reg_field_value { width: 340px;padding-right: 30px; }

.field_errors_notice:hover { overflow: visible; }


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_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;
}

#reg_user_form .registration_tbl {
    width: 325px;
}

.steps, .reg_steps_four {
    width: 315px;
}

span.step {
width: 43px;
    height: 43px;
    top: 19px;
    line-height: 43px;
    margin-right: 57px;
    left: 7px;
}

span.step_3:after, span.step_2:after, span.step_1:after {
    width: 42px;
    height: 42px;
    left: 1px;
}

.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: auto;
}

#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; 
}

#fe_body #fe_main .form2 .loc select {
    height: 40px;
    padding-left: 45px;
    width: 100%;
}

span.loc_icon {
    top: 4px;
}

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

span.lvl {
    content: '';
    width: 82px;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 48px;
    top: 45px;
}

span.dt_icon {
    display: inline-block;
    position: absolute;
    padding-left: 36px;
    height: 38px;
    background-color: transparent;
    border: 1px solid transparent;
    top: 0px;
    border-right: 0px;
}

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

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



#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: 10px;
}

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

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


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

span.reg_txt {                        
    margin: 0 20px;
    margin-bottom: 10px;
}


.registration_tbl tr{
    display: grid !important;
    padding: 0;
}

.registration_tbl td{
    padding: 0;
}

.registration_tbl tbody,
.registration_tbl table{
    display: block;
}

.registration_tbl table{
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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




#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%;
}



span.reg_txt {
    font-size: 12px;
}

.rfval_radio label{
    color: #484848 ;
}

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

.chk_bx a {
    padding-left: 0px;
    float: none;
    display: inline-block;
}

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

.chk_bx_cnt{
    margin-bottom: 0;
}

.form3 td.chk_bx{
    font-size: 13px;
}

span.step {
    width: 49px;
    height: 49px;
    top: 15px;
    line-height: 49px;
    left: 9px;
    margin-right: 71px;
}

span.step_3:after, span.step_2:after, span.step_1:after {
    width: 49px;
    height: 49px;
}

i.fa.fa-check {
    width: 40px;
    height: 40px;
    left: 1px;
    line-height: 42px;
    top: 0px;
}

span.lvl {
    width: 100px;
    height: 5px;
    top: 44px;
}

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


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

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

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


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

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

#fe_footer{
    padding-top: 0;
    z-index: 10;
}

.registration_container {
    z-index: 0;
}

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


label{
    position:unset;
    top:0;
}

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

#fe_web_container #fe_main div.usr_nm input {
    margin-bottom: 10px;
}

#fe_main button{
    height: 47px;
}

#fe_main button.reg_btn {
    margin-top: 10px;
}

.reg_error_list {
    margin-top: 0px;
    margin-bottom: 15px;
}

.ui-datepicker{
    left:unset !important;
}

body.registration-page .ui-datepicker {
     width: 100%;
    padding: 0;
}
 .ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before{
    content: none;
}

.ui-datepicker td span, .ui-datepicker td a{
    padding: 10px;
}


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

span.step.step_1 {
    letter-spacing: -1px;
}

#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 {
    color: #989898;
}

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

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

.chk_bx .field_errors_notice{
    top: -31px;
}

.chk_bx_cnt {
    margin-bottom: 0;
    margin-top: 25px;
}


/* media queries */
@media only screen and (max-width: 320px) {
    .steps, .reg_steps_four {
        width: 265px;
    }
}

#cboxWrapper{
    background-color: #fff;
    top: 100px;
}

#cboxContent #cboxClose:before, #cboxContent #cboxClose:after {
    position: absolute;
    content: ' ';
    height: 22px;
    width: 3px;
    right: 19px;
    top: 9px;
    background-color: #c5c3c3;
}
#confirm_code_modal .msg_icon,
#confirm_code_modal .reg_field_name{
    float: none;
}

#confirm_code_modal {
    width: auto;
}

#confirm_code_modal .msg_icon{
    width: 100%;
}

#cboxWrapper{
    border-radius: 4px;
}

#cboxLoadedContent h2{
    font-size: 20px;
}

#cboxLoadedContent p{
    font-size: 15px;
}

#confirm_code_modal .reg_field_value input {
    width: 100%;
}

#confirm_code_modal,
#confirm_phone_modal{
    padding: 5px;
}


#colorbox{
   overflow: visible !important; 
}

.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;
}