<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hSpacer{
    border-bottom: 1px solid #d5dade;
}
#appoiment-ty{
    display: none;
}
.termsmodal{
    display: block; 
}

.terms-dialog{
    max-width: 80% !important;
    overflow-y: initial !important
}
.terms-body{
    height: 600px;
    overflow-y: auto;
}
.termsmodal-title{
    display: block !important; 
} 
.terms-footer{
    display: block !important;
}
.accept-terms{
    display: inline-flex;
}
#cont-terms{
    width: 35px;
    height: 20px;
}
.continua-btn{
    width: 100%;
}
.continua-btn #continua{
    float: right;
}
.disabledBtnTerm{
    opacity: .5;
    cursor: default;
    pointer-events: none;
}
.job-form .container{
    max-width: 1200px !important;
    padding-left: 0!important;
    padding-right: 0!important;
}    
.job-form{
    padding: 0;
}
.job-form-t2 .mesaj textarea{
    width: 100% !important;
}
.job-form-t2 .send-job{
    float: right;
}
.job-form-t2 .select-wrapper:before{
    color: #54bbba !important;
}
.job-form-t2 input{
    width: 100%;
}
.job-form-t2 #cv{
    padding: 3px !important; 
}

#job-ty{
    display: none;
}

.disabledBtnJob{
    opacity: .6;
    pointer-events: none;
}

#gdprJob{
    width: auto;
    margin-left: 30px;
}
.gdprRow{
    display: inline-flex;
}
.gdprApprove input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.gdprApprove .checkmark {
  position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #54bbba;
}
.gdprApprove .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.gdprApprove input:checked ~ .checkmark {
    background-color: #54bbba;
}
.gdprApprove input:checked ~ .checkmark:after {
    display: block;
}
.gdprApprove .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#gdprJobP{
    width: auto;
    margin-left: 30px;
}
.prelucrareDateApprove .checkmark, 
.contactOportunitatiApprove .checkmark, 
.keepApplicationApprove .checkmark{
    position: absolute;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #54bbba;
}
.prelucrareDateApprove input,
.contactOportunitatiApprove input,
.keepApplicationApprove input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#prelucrareDateP,
#contactOportunitatiP,
#keepApplicationP{
    width: auto;
    margin-left: 30px;
}
.prelucrareDateApprove .checkmark:after,
.contactOportunitatiApprove .checkmark:after,
.keepApplicationApprove .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.prelucrareDateApprove input:checked ~ .checkmark,
.contactOportunitatiApprove input:checked ~ .checkmark,
.keepApplicationApprove input:checked ~ .checkmark {
    background-color: #54bbba;
}
.prelucrareDateApprove input:checked ~ .checkmark:after,
.contactOportunitatiApprove input:checked ~ .checkmark:after,
.keepApplicationApprove input:checked ~ .checkmark:after {
    display: block;
}
.prelucrareDateApprove .checkmark:after,
.contactOportunitatiApprove .checkmark:after,
.keepApplicationApprove .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media only screen and (max-width: 991px){
    .job-form-t2{
        margin-bottom: 0;
    }
    .job-form{
        padding: 0 8% 8% 8%;
    }
}

@media only screen and (max-width: 767px){

    .terms-dialog{
        margin: 0 auto;
    }
    #cont-terms{
        width: 80px !important;
    }
    #termsAndCond{
        padding-right: 0 !important;
    }
  .new-account-t1{
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 350px){
    #cont-terms{
        width: 110px !important;
    }
}</pre></body></html>