@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');

* {
    font-family: "Titillium Web";
}

.nav-topbar {
    color: #fff;
    margin-left: 15px;

}

.topbar-border {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.profile-page-1area {
    padding-top: 290px;
    padding-bottom:150px;
}

.page-breadcrumb {
    color: #5c6f82;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 16px;
}

.page-title {
    color: #00679c;
    font-size: 32px;
    font-weight: bold;
    font-family: "Titillium Web";
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-title-small{
    color: #00679c;
    font-size: 18px;
    font-weight: bold;
    font-family: "Titillium Web";
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;

}

.policy-data {
    max-height: 55vh;
    overflow: scroll;
}

.policy-data-wrapper {
    background: rgba(202, 224, 252, .3);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 35px 30px;
}

.policy-data::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.policy-data::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.policy-data::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.policy-data::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.policy-content {
    background: none;
    margin-bottom: 20px;
    padding: 0;
}

.policy-content-title {
    color: #5C6F82;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.policy-description {
    font-size: 18px;
    line-height: 27px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.nav-topbar {
    width: 98%;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.checkboxes label {
    color: #5C6F82;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 8px;
}

.d-none {
    display: none !important;
}

.notification-bell-icon {
    margin-top: 45px !important;
    position: relative;
}

.notification-bell-icon li a {
    padding: 0 !important;
    margin: 10px 42px !important;
}

.notification-bell-icon li a.btn {
    padding: 5px 10px !important;
}

.notification-count {
    position: absolute;
    font-size: 12px;
    color: #fff;
    right: 22px;
    top: -5px;
    background: #F83E5A;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border-radius: 3px;
    padding: 0 5px;
}

.form-group {
    margin-bottom: 50px !important;
}

.form-group input {
    margin-top: 0 !important;
    background: #F0F6FC !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #17324D;
    font-size: 18px;
    font-weight: 600;
    outline: none;
}

.form-group label {
    color: #5A768A;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #0066CC;
    text-decoration: underline;
    background-color: transparent;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: none;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
    outline: none;
}

.inputfile + label * {
    pointer-events: none;
}

.file-input {
    margin-bottom: 50px;
}

.btn-loginhere {
    display: inline-block;
}

.btn-loginhere a {
    padding: 15px 80px !important;
    border-radius: 3px !important;
}

.btn-loginhere a {
    color: white;
    font-size: 18px;
}

#area_of_competition_form .btn-loginhere a {
    color: #00679c !important;
    font-size: 18px;
}
#area_of_competition_form .btn-loginhere a.collapsed {
    color: white !important;
    font-size: 18px;
}

.personal-data-checkbox {
    margin-right: 8px !important;
}

.for-back-btn {
    margin-right: 15px;
    margin-top: 0;
}

.for-back-btn a {
    border-width: 2px;
    border-radius: 4px;
    border-color: #00679c;
    color: #00679c;
    margin-left: 0;
}

.application-list-table {
    width: 100%;
}

.application-list-table .list-header {
    background: #F8F9F9;
    color: #5C6F82;
}

.collapse-menu-under {
    border: 0;
}

.collapse-one {
    border: 0;
}

.collapse-one {
    padding: 0;
}

.list-header {
    display: inline-block;
    width: 100%;
    background: #F8F9F9;
}

.list-header p {
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    color: #5C6F82;
}

.list-row {
    color: #17324D;
    font-size: 16px;
    font-weight: bold;
}

.collapse-menu-under {
    padding: 0;
}

.list-row {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.list-row p {
    margin-bottom: 0;
}

.collapse-header {
    display: inline-block;
    width: 100%;
    background: #F8F9F9;
}

.collapse-header .job-details {
    color: #5C6F82;
}

.collapse-header p {
    margin-bottom: 0;
    padding: 15px 0;
}

.collapse-content {
    margin-top: 10px;
}

.collapse-content p {
    font-weight: bold !important;
}

.collapse-content a {
    color: #00679c;
}

.collapse-content .job-details {
    color: #17324D !important;
    font-weight: bold;
}

.candidate-btn {
    background: #00679c;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
    padding: 15px 15px;
}

.btn-loginhere {
    margin-top: 30px;
}

.candidate-btn:hover {
    text-decoration: none;
}

.modal .btn-loginhere {
    margin: 0;
}

.modal-padding {
    padding-right: 50px;
    padding-left: 50px;
}

.modal .modal-body {
    border: none;
    color: #00679c;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}

.modal .modal-footer {
    border: none;
}

.modal .modal-btn {
    margin: 0;
}

.modal .modal-content {
    padding: 15px !important;
    width: 100%;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.form-title p {
    font-size: 22px;
    font-weight: bold;
    color: #5C6F82;
}

a.cv-form-btn {
    padding: 15px 15px !important;
    font-size: 18px;
    border-radius: 10px !important;
}

a.cv-form-btn img {
    margin-right: 15px;
}

.experience-card {
    background: #F0F6FC;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    position: relative;
}

.experience-card .year {
    font-size: 20px;
    color: #5C6F82;
}

.experience-card .field {
    font-size: 18px;
    color: #5C6F82;
}

.add-course-btn {
    margin-top: 15px;
}

.card-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.upload-cv-section {
    margin-top: 40px;
}

.upload-cv-image {
    margin-right: 40px;
    cursor: pointer;
}

.upload-cv-heading {
    color: #17324D;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.select-from-disk {
    color: #5C6F82;
    font-size: 16px;
}

.select-from-disk a {
    color: #00679c;
}

.cv-input label {
    font-size: 16px;
    font-weight: normal;
}

.pr-40 {
    padding-right: 40px;
}

.cv-document-btn {
    font-size: 18px;
}

.mr-30 {
    margin-right: 30px !important;
}

.pl-50 {
    padding-left: 50px;
}

.mt-50 {
    margin-top: 50px !important;
}

.d-block {
    display: block !important;
}

.m-0 {
    margin: 0 !important;
}

.float-left {
    float: left;
}

.w-100 {
    width: 100%;
}

.panel-default {
    border: none !important;
}

.expertise-btn {
    width: inherit !important;
}

.expertise-item {
    margin-bottom: 30px !important;
}

.panel-title {
    float: inherit !important;
}


.btn-loginhere .login-here.for-competence-btns {
    font-size: 22px;
    border: 2px solid #00679c !important;
    background: none;
    color: #00679c;
}

.for-competence-btns.collapsed {
    border-color: transparent;
    background: #00679c !important;
    color: #fff !important;
}


.main-list, .inner-list {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

.list-heading-bg {
    background: #F8F9F9;
    font-weight: bold;
    color: #5C6F82;
    padding: 15px 10px;
    text-transform: uppercase;
}

.inner-list li {
    padding-left: 20px;
    padding-right: 20px;
    color: #17324D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 25px;
    border-bottom: .5px solid #d7e1e8;
}

.inner-list b {
    margin-bottom: 10px;
    display: block;
}

.inner-list .dots-wrapper {
    margin-right: 30px;
}

.inner-list .attach-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inner-list .dot {
    height: 20px;
    width: 20px;
    background: #5C6F82;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.inner-list .dot.active {
    background: #00679c;
}

/* .inner-list .dot:last-child {
    background: #5C6F82;
    margin-right: 0;
} */

.attach-wrapper a {
    color: #00679c !important;
}

.main-list {
    margin-bottom: 50px;
}

.expertise-item {
    box-shadow: none !important;
}

.align-items-center {
    align-items: center;
}

.pr-80 {
    padding-right: 80px !important;
}

.document-of-experience-upload-img {
    width: 120px;
    margin-right: 40px;
}

.flex-column {
    flex-direction: column;
}

.document-item {
    background: #F0F6FC;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    padding: 26px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

.document-item-container{ display: inline-flex;}

.document-content {
    flex: 0 0 75%;
    color: #00679c;
    font-size: 16px;
}

.document-item .card-close-btn {
    top: 10px;
    right: 10px;
}

.document-content .document__size {
    color: #ADB7C0;
    font-size: 14px;
    margin-left: 10px;
}

.document-item .progress {
    margin: 0;
    margin-top: 10px;
    height: 6px;
    border-radius: 0;
}

.document-item .progress-bar {
    background: #00679c;
}

.mb-15 {
    margin-bottom: 15px;
}

.experience-document {

    color: #5C6F82;
}

.experience-form-modal .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
}

.experience-form-modal .form-group input {
    padding: 10px;
}

.experience-form-modal .form-group textarea {
    background: #F0F6FC;
    padding: 10px;
    border: 0;
    outline: none;
    border-radius: 10px;
}

button.save-btn {
    border: none;
    outline: none;
    padding: 10px 20px !important;
    text-transform: uppercase;
}

svg path {
    fill: #fff;
    stroke: #00679c;
    transition: .3s;
}

svg path:hover {
    fill: #00679C;
    cursor: pointer;
}


.selected {
    fill: #00679C;
    background-color: #00679C;
}

.province-list {
    background: #F0F6FC;
    padding: 25px;
    font-weight: bold;
    font-size: 16px;
    width: 80%;
}

.province-list p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #E5E5E5;
}

.province-inner-list {
    padding: 0;
    list-style: none;
    color: #17324D;
    font-weight: normal;
    font-weight: normal;
}

.province-inner-list li {
    display: flex;
    margin-top: 15px;
}

.input-wrapper {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.input-wrapper .checkbox-input-design {
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 2px solid #5C6F82;
    display: block;
    transition: .3s;
}

.input-wrapper .checkbox-input-design.active {
    background-size: 20px !important;
    background: url(../images/tick.png);
    background-position: center;
    border: 0;
}

.input-wrapper .checkbox-input {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 0 !important;
    z-index:3;
}

.province-wrapper {
    list-style: none;
}

.province-wrapper .province-item {
    position: relative;
    color: #5C6F82;
    font-weight: normal;
    padding: 10px 0;
}

.province-wrapper .card-close-btn {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.location-item {
    background: #F0F6FC;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    padding: 15px;
    margin-bottom: 30px;
}

.location-item .location__name {
    font-weight: bold;
    color: #5C6F82;
    font-size: 22px !important;
}

.location-item .location__content {
    font-size: 18px;
    color: #5C6F82;
}

.location__content p {
    margin-bottom: 20px;
}

.cv-file-item {
    background: #F0F6FC;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    padding: 15px;
    margin-bottom: 50px;
}

.cv-file-item .file__type {
    color: #5C6F82;
    font-size: 20px;
    text-transform: uppercase;
}

.cv-file-item .file__size {
    color: #ADB7C0;
    font-size: 14px;
    display: block;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.cv-file-item .file__name {
    font-size: 24px;
    color: #17324D;
    font-weight: 600;
}

.cv-file-item .file__content {
    color: #5C6F82;
    font-size: 16px;
}

.area-of-competence {
    background: #F0F6FC;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    padding: 15px;
    min-height: 230px;
    font-weight: 600;
    color: #5C6F82;
    font-size: 16px;
    margin-bottom: 30px;
}

.area-of-competence .section-title {
    text-transform: uppercase;
    font-size: 20px;
}

.documents-of-competence {
    background: #F0F6FC;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    padding: 15px;
    min-height: 130px;
    font-weight: 600;
    color: #5C6F82;
    font-size: 16px;
}

.documents-of-competence .section-title {
    text-transform: uppercase;
    font-size: 20px;
}

.buttons-wrapper {
    display: flex;
    justify-content: space-between;
}

.buttons-wrapper .btn-loginhere {
    margin-top: 0;
    padding-top: 15px;
    text-transform: uppercase;
}

.outline-gray a {
    border: 2px solid #5C6F82;
    background: none !important;
    color: #5C6F82 !important;
    font-size: 18px;
    box-sizing: border-box;
}

a.send-application-btn {
    font-size: 18px;
    padding: 15px 20px !important;
}

.user-details-wrapper {
    background: #F0F6FC;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0,0,0,0.20);
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #5C6F82 !important;
    font-size: 18px;
    box-sizing: border-box;
    padding: 15px;
}

.user-details {
    width: 100%;
}

.user-details_item {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 18px;
}

.user-details_item b {
    color: #00679c;
    font-weight: bold;
}

.user__avatar {
    margin: 20px 0;
    background: #F2F2F2;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,.15);
}

.chart-wrapper {
    background: #F0F6FC;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0,0,0,0.20);
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #5C6F82 !important;
    font-size: 18px;
    box-sizing: border-box;
    padding: 15px;
}

.chart-wrapper .chart {
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.20);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.chart-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chart-buttons-container .btn-loginhere {
    margin-top: 0;
    padding-top: 0;
    width: 60%;
    text-transform: uppercase;
}

.chart-buttons-container .btn-loginhere a {
    padding: 15px 10px !important;
}

.profile-expertise {
    background: #F0F6FC;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0,0,0,0.20);
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #5C6F82 !important;
    font-size: 18px;
    box-sizing: border-box;
    padding: 15px;
}

.profile-expertise .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}


.expertise-details {
    width: 100%;
    margin-top: 20px;
}

.expertise-details_item {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 18px;
}

.expertise-details_item b {
    color: #00679c;
    font-weight: bold;
}

.application-sent-wrapper {
    display: flex;
}

.col-lg-4 > div {
    height: 100%;
}

.box {
    background: #F0F6FC;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0,0,0,0.20);
    display: flex;
    height: 400px !important;
    justify-content: center;
    align-items: center;
    /* margin-top: 150px; */
    flex-direction: column;
    box-sizing: border-box;
    padding: 15px;
}

.box a, .boxTitle{
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #00679c;
    font-size: 30px;
}

.w-100 {
    width: 100%;
}

.mt-100 {
    margin-top: 100px;
}

.mt-0 {
    margin-top: 0;
}

.avanti-btn {
    text-transform: uppercase !important;
    font-size: 16px !important;
    padding: 15px 25px !important;
    font-weight: 600 !important;
    min-width: 200px;
    border: none;
    outline: none;
}


button.login-here {
    border: none;
    outline: none;
}

.nav-topbar .logout-btn {
    width: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.community-btn {
    background: #fff !important;
    border: 2px solid #00679c !important;
    border-radius: 4px ;
    color: #00679c !important;
}

.headerless {
    padding: 0 !important;
    height: 100vh !important;
    display: flex;
    align-items: center;
}

.headerless .box {
    margin-top: 0 !important;
}

.headerless .box a, .headerless .boxTitle {
    font-size: 28px !important;
}

.box-inner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.box-inner-content img {
    width: 160px;
    /*margin-top: 60px;*/
}

.box-inner-content a {
margin-bottom: 60px;
}

.area-staff-indire-container .box {
    margin-top: 0 !important;
}

.area-candidature-container .box {
    margin-top: 50px;
}

.notification-container {
    position: relative;
}

.notification-counter {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background: #F83E5A;
    color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.10);
}

.collapse-btn-container {
    display: flex;
}

.collapse-btn {
    margin-right: 8px;
}

.application-notice .form-title {
    margin-bottom: 20px;
}

.form-group select {
    background: #F0F6FC !important;
    border: none;
    outline: none;
    color: #17324D;
    font-size: 18px;
    font-weight: 600;
}

.evalutors-containers .evalutor-item {
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: .5px solid rgba(0,0,0,0.10);
    width:100%;
}

.evalutor-item-header {
    display: inline-block;
    margin-bottom: 10px;
    width:100%;
}

.evalutor-item .evalutor-description {
    font-weight: normal;
}

.evalutor-item .collapse-content .job-details {
    color: #5C6F82 !important;
    font-size: 16px !important;
}

.d-none {
    display: none;
}

.collapse-btn {
    color: #00679c !important;
}

.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    height: 16px;
    width: 16px;
    z-index: 99;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 2px solid ;
}

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

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #00679C;
    border-color:#00679C;
}

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

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.evalutor-modal p {
    font-size: 18px;
    color: #00679c ;
}

/*_____________tutor-section-blade ______________*/
.tutor-section-blade {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 105px;
}
.tutor-section-blade .box .box-inner-content a {
    margin: 0;
}


/*_____________area-tutor-section ______________*/
.area-tutor-section .dubble-box .box {
    height: 184px !important;
}
.area-tutor-section .dubble-box .box:nth-child(1) {
    margin-bottom: 30px;
}
.area-tutor-section .box .box-inner-content a {
    margin: 0;
}
.area-staff-indire-container .box .box-inner-content img {
    margin-top: 25px;
}
.area-tutor-section .dubble-box .box .box-inner-content img {
    width: 80px;
    margin-top: 10px;
}

.candidate-profile-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box.candidate-profile {
    display: block;
    height: auto !important;
}


/*profile section*/
.profile-section .profile-detail.candidate-profile a.lucia {
    color: #5c6f82 !important;
}

.candidate-profile-box-content img {
    margin: 5px 0px 5px 0px;
}
.row.profile-section .box.profile-detail.candidate-profile .data-persnaly {
    margin-top: 0;
}

.row.profile-section .box.profile-detail.candidate-profile .data-persnaly a.login-here {
    border-radius: 3px;
    min-width: 175px;
    font-size: 18px;
    padding: 10px 20px !important;
    color: #fff !important;
}

.row.profile-section .box.profile-detail.candidate-profile .data-persnaly button.login-here:hover {
    background: #0f4f9e;
}

.row.profile-section .community button.login-here {
    background: #fff;
    border: 1px solid #00679c;
    color: #00679c;
    min-width: 175px;
    border-radius: 3px;
    font-size: 18px;
}
.row.profile-section .community button.login-here:hover{
    background: #00679c;
    border: 1px solid #00679c;
    color: #fff;
}
.row.profile-section .box.profile-detail.candidate-profile .community {
    margin-top: 0;
}

.box-inner-content.Competenze a {
    margin: 0;
}

.box-inner-content.Competenze .Competenze-btn {
    display: flex;
    margin-top: 23px;
}

.box-inner-content.Competenze .Competenze-btn .data-persnaly {
    margin-top: 0;
}

.box-inner-content.Competenze .Competenze-btn .data-persnaly button.login-here {
    width: 260px;
    height: 100%;
    margin: 0;
    font-size: 18px;
}

.box-inner-content.Competenze .Competenze-btn .data-persnaly:nth-child(2) {
    margin: 0px 9px;
}

.box-inner-content.Competenze .Competenze-btn .data-persnaly button.login-here:hover{
    background: #005e8e;
}

.profile-section .box.candidate-profile {
    margin-top: 10px;
}

.profile-section .Competenze-wrapper {
    margin-top: 10px;

}
.profile-section {
    display: flex;
}

.profile-section .box.Competenze-wrapper {
    height: 100% !important;
}

/*DATI PERSONALI*/
.dati-personali .personal-data .login-form.for-personal-data {
    display: flex;
    flex-flow: wrap;
}
.dati-personali .personal-data {
    padding-bottom: 0;
}
.salva-btn .login-here {
    margin-top: 0;
}
.password-set {
    position: relative;
}

.password-set img {
    position: absolute;
    top: 69%;
    right: 40px;
    transform: translateY(-50%);
}
.login-form .login-form-warpper{
    flex-flow: wrap;
}
.login-form .login-form-warpper textarea{
    margin-top: 0 !important;
    background: #F0F6FC !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #17324D;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    width: 100%;
    padding: 8px 13px;
}
.login-form .login-form-warpper .requisito-pad{
    margin: 10px 0px !important;
}
.login-form  .file-input-wrapper .file-input {
    margin-bottom: 10px;
}
.login-form .file-input-wrapper .file-input .file-attach {
    width: 358px;
    margin: auto;
}
.foote-button .annulla-btn .avanti-btn {
    border: 2px solid #5C6F82;
    background: #fff;
    border-radius: 3px;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #5C6F82;
    padding: 11px 12px !important;
}
.foote-button .login-here {
    margin: 0;
}

.foote-button .btn-loginhere {
    margin: 0;
}

.file-input-wrapper {
    margin-bottom: 35px;
}

.alert-modal h2{
    margin: 10px 0px 0px 0px;
    text-align: left;
    color: #00679c;
    font-size: 32px;
    font-family: "Titillium Web";
    font-weight: 700;
    text-transform: uppercase;
}

.alert-modal .modal-dialog.modal-md .modal-content {
    max-width: 900px;
}

.alert-modal .modal-dialog.modal-md {
    width: 900px;
}
.alert-modal .modal-dialog.modal-md .modal-content .btn-loginhere a {
    margin: 0;
}

.alert-modal .modal-dialog.modal-md .modal-content .alert-modal-left-bar {
    text-align: left;
    margin-top: 21px;
}
.close-set {
    z-index: 999;
    opacity: 1 !important;
}
.close-set span {
    color: #000;
    cursor: pointer;
    z-index: 999999;
}

/*==========intervantion===============*/

.intervantion .box {
    height: 310px !important;
    margin-bottom: 30px;
}
.intervantion .box .box-inner-content a {
    margin: 0;
}


/*========   ========*/
table.working-table thead tr {
    background: #F8F9F9;
}

table.working-table thead tr th {
    padding: 21px 10px !important;
    font-size: 14px;
    color: #5C6F82;
    text-transform: uppercase;
    text-align: center !important;
}
table.working-table tbody tr td.workig-text {
    width: 35%;
    padding-left: 50px;
    padding-right: 15px;
    color: #17324D;
    font-size: 16px;
}
table.working-table thead tr th:nth-child(1) {
    padding-left: 50px;
}
table.working-table tbody tr td {
    vertical-align: text-top;
    padding: 21px 10px !important;
    text-align: center;
}
table.working-table tbody td.workig-text-bolde {
    font-weight: 800;
    color: #17324D;
    font-size: 16px;
}
table.working-table tbody tr td button.concludi {
    min-width: 215px;
    font-size: 18px;
    padding: 10px 20px !important;
    color: #fff !important;
    background: #00679c;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px !important;
    border: 0;
    margin-right: 8px;
}

table.working-table tbody tr td button.questionario {
    min-width: 215px;
    font-size: 18px;
    padding: 10px 20px !important;
    color: #fff !important;
    background: #5C6F82;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px !important;
    border: 0;
}
table.working-table tbody tr {
    border-bottom: 1px solid #D8D8D8;
}

/*____________INTERVENTI REALIZZATI_____________*/
table.working-table tbody tr td .uploaded_CV {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

/*____________Richieste-table_____________*/
table.Richieste-table tbody tr td.workig-text {
    width: 60%;
}
table.Richieste-table tbody tr td.workig-text-bolde {
    width: 20%;
}
table.Richieste-table tbody tr td.workig-text-bolde {width: 20%;}

table.Richieste-table tbody tr td button.concludi {
    margin-bottom: 15px;
}

table.Richieste-table tbody tr td button.concludi:hover {
    background: #005e8e;
}

table.Richieste-table tbody tr td button.questionario {
    background: #fff;
    border: 2px solid #00679c;
    color: #00679c !important;
}

table.Richieste-table tbody tr td button.questionario:hover {
    background: #005e8e;
    border: 2px solid #005e8e;
    color:#fff !important;
}

.availability-section .form-title .form-title-text {
    margin-bottom: 20px;
}

.availability-section .map-set {
    background: #F0F6FC;
    padding: 15px;
}
.availability-section .lazio-section .province-list p {
    border: 0;
    padding: 0;
}
.availability-section .lazio-section .province-list ul.province-inner-list {
    border-top: 1px solid #E5E5E5;
}

.availability-section .province-list label.lazio {
    color: #17324D !important;
}
.availability-section .province-list label.lazio {
    color: #17324D !important;
}
.availability-section .lazio-section .province-list ul.province-inner-list li label {
    margin: 0;
    color: #17324D;
    font-weight: 500;
}
.availability-section .Seleziona-section {
    margin-top: -59px;
}

.availability-section .Seleziona-section ul {
    padding: 0px 0px 20px 20px;
}

.availability-section .Seleziona-section ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #303233;
    font-weight: 900;
    font-size: 18px;
    margin-right: 8px;
    cursor: pointer;
}
.availability-section .Seleziona-section ul li:hover{
    color: #00679c;
}


.popup-Seleziona-section ul li {
    position: relative;
}

.popup-Seleziona-section ul input {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    opacity: 0;
    z-index: 99;
}
.availability-section .popup-Seleziona-section {
    margin-top: 0px;
}

.availability-section .popup-Seleziona-section ul {
    padding: 0px 0px 20px 20px;
}

.availability-section .popup-Seleziona-section ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #303233;
    font-weight: 900;
    font-size: 14px;
    margin-right: 18px;
    cursor: pointer;
}

.availability-section .popup-Seleziona-section ul li:hover{
    color: #00679c;
}

.popup-Seleziona-section ul li {
    position: relative;
}

.popup-Seleziona-section ul input {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    opacity: 0;
    z-index: 99;
}

.popup-Seleziona-section ul input ~ label {
    background: none;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: .3s;
}

.popup-Seleziona-section ul input:checked ~ label {
    background: #0073E6;
    color: #fff;
}

.popup-timepicker font { min-width: 50px; }

.popup-timepicker input[type="time"] {
    font-size: 22px;
    font-weight: bold;
    color: #5C6F82;
    border: 0;
    width: 100%;
    border-bottom: 2px solid #707070;
    margin-left: 14px;
    padding-left: 31px;
}
.popup-timepicker input[type="time"]:focus{
    outline: none;
}
.popup-timepicker {
    font-size: 15px;
    font-weight: bold;
    color: #5C6F82;
    display: flex;
    width: 50%;
    align-items: center;
    margin-right: 20px;
    position: relative;
}
.popup-time-set {
    display: flex;
    width: 100%;
    clear: both;
    margin-left: 2px;
}
.popup-timepicker span {
    display: block;
    min-width: 20px;
    min-height: 20px;
    background: #707070;
    border-radius: 50px;
    position: absolute;
    left: 63px;
}

.btn-loginhere a {
    /* color: white !important; */
    font-size: 18px;
}

.passtrengthMeter{
    position: relative;
    width: 100%;
}

.passtrengthMeter > input{
    width: 100%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.passtrengthMeter > input:focus {
    outline-width: 0;
}

.passtrengthMeter::after{
    content: '';
    height: 3px;
    overflow: hidden;
    width: 0%;
    transition: width .5s;
    position: absolute;
    left: 0px;
    bottom: -31px;
}

.passtrengthMeter.weak::after{
    background-color: #00CF86;
    width: 25%;
}

.passtrengthMeter.medium::after{
    content: '';
    background-color: #00CF86;
    width: 50%;
}

.passtrengthMeter.strong::after{
    content: '';
    background-color: #00CF86;
    width: 75%;
}

.passtrengthMeter.very-strong::after{
    content: '';
    background-color: #00CF86;
    width: 100%;
}

.passtrengthMeter .showPassword{
    display:none ;
}

.passtrengthMeter .showPassword.active{
    opacity: .5;
}

.passtrengthMeter .showPassword img{
    display: block;
    width: 100%;
    height: auto;
}

.passtrengthMeter .showPassword:hover{
    cursor: pointer;
}

.passtrengthMeter .tooltip {
    background: #000000;
    top: 100%;
    color: #fff;
    font-family:Arial;
    font-size: 12px;
    display: block;
    left: 50%;
    margin-bottom: 15px;
    opacity: 0;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    min-width: 70px;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.passtrengthMeter.weak .tooltip{
    background-color: #EC644B;
}
.passtrengthMeter.weak .tooltip:after{
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #EC644B 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.passtrengthMeter.medium .tooltip{
    background-color: #E87E04;
}
.passtrengthMeter.medium .tooltip:after{
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #E87E04 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.passtrengthMeter.strong .tooltip{
    background-color: #EFBF17;
}
.passtrengthMeter.strong .tooltip:after{
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #EFBF17 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.passtrengthMeter.very-strong .tooltip{
    background-color: #42A72A;
}
.passtrengthMeter.very-strong .tooltip:after{
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #42A72A 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.passtrengthMeter.weak .tooltip:before {
    top: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.passtrengthMeter .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #000000 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.passtrengthMeter:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.lte8 .passtrengthMeter .tooltip {
    display: none;
}

.lte8 .passtrengthMeter:hover .tooltip {
    display: block;
}
p.password-sicura {
    color: #00CF86;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    display: none;
}
.password-set input {
    padding: 7px 50px 7px 10px;
}
.passtrengthMeter.weak ~ p.password-sicura {
    display: block;
}
.passtrengthMeter.medium ~ p.password-sicura {
    display: block;
}
.passtrengthMeter.strong ~ p.password-sicura {
    display: block;
}
.passtrengthMeter.very-strong ~ p.password-sicura {
    display: block;
}

.timepicker input[type="time"] {
    font-size: 22px;
    font-weight: bold;
    color: #5C6F82;
    border: 0;
    width: 100%;
    border-bottom: 2px solid #707070;
    margin-left: 14px;
    padding-left: 31px;
}
.timepicker input[type="time"]:focus{
    outline: none;
}
.timepicker {
    font-size: 22px;
    font-weight: bold;
    color: #5C6F82;
    display: flex;
    width: 50%;
    align-items: center;
    margin-right: 20px;
    position: relative;
}
.time-set {
    display: flex;
    width: 100%;
    clear: both;
    margin-left: 17px;
}
.timepicker span {
    display: block;
    min-width: 20px;
    min-height: 20px;
    background: #707070;
    border-radius: 50px;
    position: absolute;
    left: 64px;
}
.box-inner-content.Competenze .Competenze-btn .data-persnaly a.login-here.modal-btn {
    padding: 15px 49px !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.Seleziona-section ul li {
    position: relative;
}

.Seleziona-section ul input {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    opacity: 0;
    z-index: 99;
}

.Seleziona-section ul input ~ label {
    background: none;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: .3s;
}

.Seleziona-section ul input:checked ~ label {
    background: #0073E6;
    color: #fff;
}

.btn-loginhere.outline a {
    box-sizing: border-box !important;
    border: 2px solid #00679c !important;
    background: transparent !important;
    color: #00679c !important;
    padding: 10px 30px !important;
}

.btn-loginhere.mr-3 {
    margin-right: 15px;
}

.news-side {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.filtra-item {
    margin-bottom: 10px;
}

.news-side-heading {
    color: #004D99;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.sort-item {
    display: flex;
}

.management-item-footer {
    display: flex;
}

.management-box {
    height: auto !important;
    margin-bottom: 35px;
    min-height: 350px;
    max-height: 400px;
}

.management-item-title {
    width: 100%;
}

.management-item-content {
    font-weight: bold;
}

.management-item-footer .btn-loginhere a {
    font-size: 14px;
    padding: 10px 5px !important;
    margin: 0;
    border: 2px solid #00679c !important;
}

.management-item-footer .btn-loginhere.outline a {
    background: white;
}

.sort-item {
    margin-bottom: 20px;
}

.sort-item img {
    margin-right: 15px;
}

.sort-item span {
    font-weight: bold;
}

.management-item-title h3 {
    font-weight: bold;
    font-size: 32px;
    color: #004D99;
}

.management-item-title p {
    color: #5C6F82;
    font-weight: bold;
}

.add-news-btn {
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    right: 30px;
    background: #00679c;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.add-news-btn img {
    height: 30px;
    width: 30px;
}
input[type="time"]::-webkit-calendar-picker-indicator{ cursor: pointer;}
.time_picker { margin-left: 10px; padding: 5px 0 5px 30px; outline: none; font-size: 18px; border: none; border-bottom: 2px solid #5C6F82; width: calc(100% - 35px);}

.avatar_image {
    height: 55px;
    width: 55px;
    object-fit: cover;
    border-radius: 50%;
}

.change-avatar {
    position: relative;
    height: 100px;
    width: 100px;
    cursor: pointer;
}

.avatar-input {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}

.inner-avatar-image {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-dropdown-menu {
    width: 300px;
}

.profile-name {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.profile-email {
    color: #000;
    color: #000;
}

.profile-dropdown-menu .logout-btn {
    display: block;
    width: auto !important;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding: 15px 0 10px 0 !important;
    text-align: center;
    text-decoration: none;
}

.avatar-item {
    margin-top: 10px;
}

.notification-bell-icon.navbar-right {
    margin-right: 0;
}

.ui-timepicker-standard {
    z-index: 9999 !important;
}

.popup-timepicker label {
    width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.timepicker label {
    width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

button.dropdown-toggle {
    background: none;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
}

.user-full-name {
    margin-left: 10px;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.triple-box .box {
    margin-bottom: 20px !important;
}

.triple-box .box:last-child {
    margin-bottom: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.mt-3 {
    margin-top: 30px;
}

.job-details.description {
    font-weight: normal !important;
}

.tutor-modal .modal-body p {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-align: left;
}

.tutor-modal .modal-header-title {
    border-bottom: none;
    color: #5C6F82;
    font-size: 26px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.tutor-modal .modal-header-title .modal-subheading {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    color: #5C6F82;
    margin-bottom: 15px;
}

.tutor-modal .form-attributes {
    background: #F0F6FC;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.tutor-modal .btn-loginhere a {
    padding: 15px 10px !important;
}

.row-note {
    position: absolute !important;
    right: 0;
    transform: translateX(70%);
    font-size: 14px;
    color: #00679c;
}

.body-textarea {
    background: transparent;

    color: #5C6F82;

    max-height: 200px;
    overflow: auto;
    width: 100%;
    border: none;
    padding: 15px;
    outline: none;
    height: 250px;
}

.body-textarea::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.body-textarea::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.body-textarea::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
}

/* Handle on hover */
.body-textarea::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.7);
}

.small-school-container {
    border: 2px solid #00679c;
    padding: 15px;
    font-size: 16px;
}

.small-school-submit {
    float: right;
}

.radio-container {
    position: relative;
    height: 20px;
    margin-right: 15px;
    width: 20px;
    display: inline-block;
}

.radio-container input {
    position: absolute;
    z-index: 99;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.radio-container span {
    height: 100%;
    width: 100%;
    border: 2px solid #00679c;
}

.radio-container input:checked ~ .checkmark {
    background-color: #00679C;
    border-color:#00679C;
}

.role-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.details .field-container {
    margin-bottom: 15px;
}

.role-item label {
    margin-bottom: 0;
}

.school-input-box {
    border: 2px solid #00679c;
    margin-left: 15px;
    outline: none;
    min-width: 250px;
    padding: 10px;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

li .dropdown-item a.profile-btn {
    padding: 8px 20px !important;
    border-radius: 20px;
    margin: 5px 0 !important;
    width: 70%;
    display: inline-block;
    border: 1px solid #00679c;
    transition: 0.3s all;
    text-decoration: none;
}

a.profile-btn:hover {
    background: #00679c;
    color: #fff;
}

.profilo-rating img {
    width: 15px;
}

.profilo-table {
    width: 100%;
}

.profilo-table td, .profilo-table th {
    padding: 15px !important;
}

.d-inline-block {
    display: inline-block;
}

.profilo-note {
    font-weight: bold;
}

.mt-4 {
    margin-top: 40px;
}

.trash-icon {
    width: 15px;
}

.ml-1 {
    margin-left: 10px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mobile-block {
    background: #e2e2e2;
    padding: 15px;
}

.section-title {
    font-size: 18px;
    text-align: center;
}

.mobile-block .content-section {
    margin-top: 20px;
    border-bottom: 1px dashed #00679c;
    padding-bottom: 20px;
    text-align: center;
}

.mobile-block .starts-container {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 0 5px;
    margin-top: 15px;
}

.mobile-block .starts-container img {
    width: 10px;
}

.content-data {
    color: #00679c !important;
    font-size: 18px;
}

.mobile-block-footer {
    text-align: center;
    margin-bottom: 15px;
}

.login-here.lista-interventi-btn {
    padding: 10px 10px!important;
    font-size: 16px !important;
}

.lista-interventi-btn-container {
    margin-top: 15px;
}

.menu-toggle-mobile {
    display: none;
}

.flex-wrap {
    flex-wrap: wrap;
}

.position-relative {
    position: relative;
}

.for-back-btn a {
    white-space: nowrap;
}

.upload-cv-section:empty {
    margin-top: 0px !important;
}

.mb-3 {
    margin-bottom: 15px;
}

.feedback-text {
    max-width: 200px;
}

.for-back-btn {
    padding-bottom: 0 !important;
}

.btn-secondary {
    outline: none;
    background: #707070 !important;
    color: #FFF;
}

.custom_table_class .btn {
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 10px 25px;
    margin-left: 15px;
}

.lock-hover {
    position: relative;
}

.lock-hover:hover:after {
    content: "";
    background: #707070;
    background-image: url("../images/lock.svg");
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.align-items-start {
    align-items: flex-start;
}
.questionario-modal-title {
    font-size: 22px !important;
    text-align: left !important;
}
.modal-subtitle {
    font-size: 16px;
    color: #707070;
    display: block;
}
.questionario-file {
    display: flex;
    flex-direction: column;
}
.questionario-file .file-name {
    color: #0b2e13;
    font-size: 18px;
    text-transform: capitalize;
}
.questionario-modal-content .inputfile + label {
    font-size: 16px;
}
.up-download-icon {
    transform: rotateX(180deg);
}

.questionario-btn {
    border: 2px solid;
    border-color: #707070;
    margin-left: 15px;
    padding: 10px 30px;
     color: #707070;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 3px;
}
.questionario-btn.save-btn {
    border-color: #0066CC;
    color: #0066CC;
}
.questionario-modal-content .file-input {
    align-items: flex-start;
}
.modal-content p {
    margin-bottom: 20px;
}
.questionario-modal-content .starts-container {
    margin-bottom: 40px;
    display: inline-block;
}
.feedback-modal textarea {
    font-weight: normal;
}
.feedback-modal .modal-header {
    margin-top: 0 !important;
}
.feedback-modal-content {
    margin-bottom: 20px;
}
.box-inner-content.Competenze {
    width: 100%;
}
.box-inner-content.Competenze .Competenze-btn .data-persnaly button.login-here {
    width: 100%;
    font-size: 16px;
}
.box-inner-content.Competenze .Competenze-btn .data-persnaly:nth-child(2) {
    margin: 0;
}
.pb-1 {
    padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
    .d-lg-none {
        display: none;
    }

    .d-lg-block {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .d-md-block {
        display: block;
    }

    .d-md-none {
        display: none;
    }
}
