﻿
.c-fileupload {
    display: flex;
    margin-bottom: 15px;
    box-sizing: inherit;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin: 0;
    padding: 0;
    font-family: Flanders Art Sans;
    -webkit-font-smoothing: antialiased;
    /*padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;*/
}

.c-fileupload__filepath {
    width: 100%;
    border-top-color: rgb(195, 195, 195);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(195, 195, 195);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(195, 195, 195);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(195, 195, 195);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 3px;
    font-size: 14px;
    font-size: .875rem;
    transition: all .25s ease;
    min-height: 4.5em;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-top:25px
}

.c-fileupload__button {
    margin: 0;
    padding: 25px 15px 24px;
    border-radius: 0;
    margin-right: 1px;
    background: #006fb7;
    color: #fff;
    font-weight:500;
}
#CV {
    display: none
}


input__tooltip {
    visibility: hidden;
    position: absolute;
    padding: 15px 15px 10px;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #009639;
    color: #009639;
    text-align: center;
    transform: translateY(-100%);
    transition: all .25s ease;
}
.input__tooltip__trigger {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
    color: #989898;
    cursor: pointer;
}
