.lbl_file{
    color: #5E5E5E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
	width: 100%;
}
.input_file{
    border-radius: 8px;
    background: #FFF;
    border: 0;
}
.input_file:focus-visible{
    border: 2px solid #5E5E5E;
}
.input_file.error{
    border: 4px solid #FF6767;
}
.input_file.error:focus-visible{
    border: 4px solid #FF6767;
}
.file_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-top: .5rem;
}
.myFiles {
    width: 80%;
    display: flex;
    border-radius: 8px;
    background: #FFF;
    border: 2px solid #F5F5F7;
    padding: 5px;
    font-size: 16px;
    color: #cfcfcf;
}
.myFiles p {
    font-size: 16px;
    color: #F5F5F7;
    margin: 0;
    font-weight: 300;
}
.btn_file{
	color: #FFF;
	font-family: Roboto;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #D9D9D9;
	padding: 13px 2rem;
	border: 0;
}
.custom-file-input{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.custom-file-input input[type="file"]{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
@media screen and (max-width:576px) {
    
}
.lbl_file{
    color: #5E5E5E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
	width: 100%;
}
.input_file{
    border-radius: 8px;
    background: #FFF;
    border: 0;
}
.input_file:focus-visible{
    border: 2px solid #5E5E5E;
}
.input_file.error{
    border: 4px solid #FF6767;
}
.input_file.error:focus-visible{
    border: 4px solid #FF6767;
}
.file_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-top: .5rem;
}
.myFiles {
    width: 80%;
    display: flex;
    border-radius: 8px;
    background: #FFF;
    border: 2px solid #F5F5F7;
    padding: 5px;
    font-size: 16px;
    color: #F5F5F7;
}
.myFiles p {
    font-size: 16px;
    color: #F5F5F7;
    margin: 0;
    font-weight: 300;
}
.btn_file{
	color: #FFF;
	font-family: Roboto;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 8px;
	background: #D9D9D9;
	padding: 13px 2rem;
	border: 0;
}
.block_input_pass{
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}
.lbl_pass{
    font-family: Roboto;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 17px;
}
.in_pass{
    border-radius: 8px;
    background: #F5F5F7;
    border: 0;
    outline: none;
    padding: 0.5rem;
    font-size: 16px;
    margin-top: 10px;
}
.block_input_radio{
    width: 48% !important;
}
fieldset{
    border: 0;
    padding: 0;
}
legend{
    color: #5E5E5E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.radio_btn {
    display: flex;
    flex-direction: row;
}
.radio_btn div{
    margin-right: 24px;
}
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: #5E5E5E;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-radio:focus{
    outline: none;
    border: 0;
}
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
border-color: #5E5E5E;
}
.custom-radio:not(:disabled):active+label::before {
    background-color: #5E5E5E;
    border-color: #5E5E5E;
}
.custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-radio:focus:not(:checked)+label::before {
    border-color: #c0c0c0;
}
.custom-radio:checked+label::before {
    border-color: #5E5E5E;
    background-color: #5E5E5E;
}
.custom-radio:disabled+label::before {
    background-color: #c0c0c0;
}
.block_input_search {
    width: 50%;
    position: relative;
}
.in_search {
    border-radius: 15px;
    border: 1px solid #5E5E5E;
    width: 100%;
    padding: 6px 6px 6px 30px;
    position: relative;
    font-size: 14px;
    line-height: 15px;
}
.block_input_search::after{
    position: absolute;
    content: '';
    background: url('../../../search.svg');
    background-image: url('../../../search.svg');
    width: 20px;
    height: 20px;
    display: block;
    top: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 6px;
} 
.block_select {
    width: 48% !important;
}
label.lbl_select {
    display: flex;
    flex-direction: column;
    color: #5E5E5E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.fieldInput select,
.edu_select{
    border-radius: 8px;
    background: #fff;
    padding: 0.5rem;
    font-size: 16px;
    border: 0;
    font-family: Roboto !important;
    margin-top: 10px;
    border: 2px solid #f5f5f7;
    width: 100%;
    color: #757575;
}
.fieldInput select.error,
.edu_select.error{
    border: 4px solid #FF6767;
}
.fieldInput select:focus-visible,
.edu_select:focus-visible{
    outline: none;
    border: 2px solid #5E5E5E;
}
.fieldInput select.error:focus-visible,
.edu_select.error:focus-visible{
    border: 4px solid #FF6767;
}
.block_input{
    display: inline-block;
    /* width: 48% !important; */
    margin-bottom: .5rem;
    margin-right: .5rem;
}
.lbl_text{
    color: #5E5E5E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.fieldWrapper1.fieldInput{
    margin-top: auto;
}
.fieldInput input,
.in_text{
    border-radius: 8px;
    background: #FFF;
    border: 0;
    outline: none;
    padding: 0.5rem;
    font-size: 16px;
    margin-top: 10px;
    border: 2px solid #f5f5f7;
    width: 100%;
    color: #757575;
}
.fieldInput input:focus-visible,
.in_text:focus-visible{
    outline: none;
    border: 2px solid #5E5E5E;
}
.fieldInput input.error,
.in_text.error{
    border: 4px solid #FF6767;
}
.fieldInput input.error:focus-visible,
.in_text.error:focus-visible{
    border: 4px solid #FF6767;
}
.block_input_textarea{
    width: 100%;
}
.lbl_textarea{
    color: #5E5E5E;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    display: flex;
    flex-direction: column;
}
textarea{
    border-radius: 8px;
    background: #FFF;
    margin-top: 10px;
    border: 0;
    padding: 0.5rem;
    margin-top: 10px !important;
    border: 2px solid #f5f5f7;
}
textarea.error{
    border: 4px solid #FF6767;
}
textarea:focus-visible{
    outline: none;
    border: 2px solid #5E5E5E;
}
textarea.error:focus-visible{
    border: 4px solid #FF6767;
}




@media screen and (max-width:576px) {
    .block_input{
        width: 100% !important;
    }
    .block_select{
        width: 100% !important;
    }
    .block_input_search {
        width: 100%;
    }
    .custom-file-input{
        flex-direction: column;
    }
    .btn_file{
        max-width: 41%;
        padding: 11px 2rem;
        margin-top: .3rem;
    }
    .myFiles{
        width: 100%;
    }
}