@charset "UTF-8";
/* CSS Document */


.uk-accordion-title.customapplyform-title {
    display: inline-block;
    color: #ffffff;
    font-size: 40px !important;
}

.uk-accordion-title.customapplyform-title:hover {
    color: #ffffff;
}

.uk-accordion-title.customapplyform-title::before {
    display: none;
}
.customapplyform-item.uk-input,
.customapplyform-item.uk-textarea {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ffffff !important;
    background-color: transparent  !important;
    color: #ffffff !important;
}
.customapplyform-item.uk-select {
    border: 1px solid #ffffff !important;
    background-color: transparent  !important;
    color: #ffffff !important;
}
.customapplyform-item.uk-select option {
    padding: 5px;
    border: 1px solid #ffffff !important;
    background-color: var(--default-text-color);
    color: #ffffff !important;
}
.customapplyform-item.uk-select option:hover  {
    background-color: #ffffff !important;
    color: var(--default-text-color) !important;
}
.customapplyform .uk-input::placeholder {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
}
.customapplyform-item.uk-input:-webkit-autofill,
.customapplyform-item.uk-input:-webkit-autofill:hover,
.customapplyform-item.uk-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
    border: none;
    border-bottom: 1px solid #ffffff !important;
    background-color: transparent;
    color: #ffffff;
}
.customapplyform .uk-checkbox {
    border: 1px solid #ffffff !important;
    margin-right: 10px;
}
.customapplyform .uk-checkbox:checked  {
    background-color: transparent !important;
}
.customapplyform-content-photo {
    margin-right: -80px;
    height: 100%;

}
.customapplyform .uk-button {
    color: #ffffff;

}
.customapplyform-content-photo {
    background-image: url(/modules/customcontact/images/grid.png);
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    background-size: 87%;
}
.customapplyform .uk-form-label {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 10px;
}
.customapplyform .form-item-terms {
    display: flex;
    align-items: center;
}
.customapplyform .form-item-position {
    display: flex;
    align-items: center;
}
.customapplyform .form-item-position .uk-radio {
    margin-right: 10px;
    margin-bottom: 3px;
}
.customapplyform .form-item-position .uk-radio:checked  {
    background-color: transparent !important;
    border: 1px solid #ffffff;
}
.customapplyform-position legend {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    padding-bottom: 10px;
}

.customapplyform-cv {
    color: #ffffff !important;
}

.customapplyform-cv .uk-input {
    position: relative;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff !important;
}

.customapplyform-cv .uk-input::file-selector-button {
    color: transparent;
    position: absolute;
    transform-origin: center;
    transform: rotate(30deg);
    top: 0px;
    right: 0px;
    font-size: 0px;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_65' data-name='Group 65' xmlns='http://www.w3.org/2000/svg' width='20.008' height='42.744' viewBox='0 0 20.008 42.744'%3E%3Cpath id='Path_221' data-name='Path 221' d='M35.276,3A7.28,7.28,0,0,0,28,10.276V35.74a10,10,0,0,0,20.008,0V16.187a.909.909,0,1,0-1.819,0V35.74a8.185,8.185,0,0,1-16.37,0V10.276a5.457,5.457,0,0,1,10.913,0V35.74a2.728,2.728,0,0,1-5.457,0V10.276a.909.909,0,1,0-1.819,0V35.74a4.547,4.547,0,0,0,9.094,0V10.276A7.28,7.28,0,0,0,35.276,3Z' transform='translate(-28 -3)' fill='%23fff'/%3E%3C/svg%3E%0A");
}


.customapplyform-cv,
.customapplyform-cv-message,
.customapplyform-cv .placeholder {
    color: #ffffff !important;
}

.customapplyform-cv .messages.messages--error.file-upload-js-error {
    color: #ffffff !important;
    margin-bottom: 15px;
}

.customapplyform-cv .file a {
    color: #ffffff !important;
    margin-right: 20px;
}

.customapplyform-cv .uk-button.uk-button-default:before {
    width: 100%;
    height: 42px;
    border-radius: 21px;
    top: 50%;
    transform: translateY(-50%);
}
.customapplyform .uk-button-text {
    color: #ffffff !important;
    text-decoration: none;
}
.customapplyform .uk-button-text::before {
    border-bottom: 1px solid #ffffff;
}
.customapplyform input[type="file"] {
    color: transparent !important;
}
.customapplyform .fileUpload input.upload {
    color: #ffffff !important;
}
.customapplyform-submit-wrapper.progress-start:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border: 5px solid rgba(255, 255, 255, .15);
    border-left-color: rgba(255, 255, 255, 1);
    border-right-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation: 0.85s spinner ease-in-out infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.customapplyform .customapplyform-title-dot {
    position: relative;
    display: inline-block;
    transform-origin: center;
    transition:  all .5s ease;
    width: 40px;
}
.customapplyform-title[aria-expanded="true"] .customapplyform-title-dot {
    transform: rotateX(180deg);
    bottom: -10px;
}


@media only screen and (max-width: 959px) {
    .customapplyform  .uk-container-item-padding-remove-right {
        width: 100%;
    }
    .customapplyform-title-dot {
        margin-top: 15px;
        margin-left: 0px;
        display: block;
    }
    .customapplyform-title[aria-expanded="true"] .customapplyform-title-dot {
        bottom: 0px;
    }

}


