/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2025 | 06:59:17 */
.mfp-content {
	scrollbar-width: thin;
}


.page-id-2242 .elementor-element-75ead53 {
    display:none;
}

.wpcf7-captchar,
    .wpcf7-form .wpcf7-date,
    .wpcf7-form .wpcf7-number,
    .wpcf7-form .wpcf7-quiz,
    .wpcf7-form .wpcf7-select,
    .wpcf7-form .wpcf7-text {
        color: #3E3F3F;
    }

    .page-id-2242 .wpcf7-form input[type=text] {
        width: 100% !important;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
		
		@media (max-width: 500px) {
			grid-template-columns: 1fr;
		}
    }

    .col-full {
        grid-column: 1 / -1;

        .wpcf7-file {
            width: 100%;
        }
    }

    .wpcf7-form .container .checkmark:after {
        left: 7px ;
        top: 2px;
    }

    .requisiti p {
        margin: 0;
    }

    .page-id-2242 .wpcf7-file::file-selector-button {
        background: transparent;
        border: none;
        color: transparent;
        font-family: inherit;
        text-align: center;
    }

    .page-id-2242 .wpcf7 input[type="file"] {
		width: 100%;
        border-radius: 5px;
        /*color: transparent;*/
		padding-left: 70px;
        transition: background ease-in-out 200ms;

        &:hover {
            background: var(--e-global-color-5245ae2, #014595) !important;
        }

        &::after {
            content: "Allega curriculum";
            color: #3E3F3F;
            position: absolute;
            font-weight: 500;
            inset: 0;
			left: 20px;
        	text-align: start;
            font-size: 14px;
            transition: color ease-in-out 200ms;
        }
		
        &:hover::after {
            color: white;
        }
		
		
		&[name="allega_decreto"]::after {
    		content: "Allega decreto";
		}
    }

    .container_privacy .container {
        margin: auto;
    }


/*Pulsante lavora con noi*/
.navigation_button a.ekit-menu-nav-link {
    background: #014595 !important;
    border-radius: 10px !important;
    color: white !important;
    padding-block: 7px !important;
    transition: all 100ms ease-out;
}

.navigation_button a.ekit-menu-nav-link:hover {
    filter:brightness(1.2);
    box-shadow: 0 0 5px 0px #014595;
}

.navigation_button {
    align-self: center;
    height: max-content;
	width: fit-content;
    
}



/*Pulsante di chiusura modale*/
.page-id-2242 i.eae-close.fas.fa-times {
    position: fixed;
    left: unset;
    top: 7%;
    right: 21.5%;
    
    @media (max-width: 1024px) {
            right: 8%;
        
    }

  @media (max-width: 767px) {
       right: 5%;
          top: 6%;
        
  }
}