.img-certificate-wrapper #file-input{
    display:none;
}
.file-input-label-wrapper{
    display: flex;
    align-items: center;
    justify-content: start;
}
.file-input-label-wrapper.hidden{
    display: none;
}
.file-input-label-wrapper .select-btn{
    transition: all .4s;
    border-radius: 99px;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.file-input-label-wrapper.error .select-btn{
    border: 1px solid red;
    color: red;
}
.file-input-label-wrapper.error .select-btn-text{
    color: red;
    font-weight: bold;
}
.file-input-label-wrapper .select-btn-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #6A89AD;
    padding-left: 20px;
    pointer-events: none;
}
.file-input-select-wrapper{
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 11px 10px 11px 40px;
    border-radius: 99px;
    border: 1px solid #ffffff;
    display: none;
}
.file-input-select-wrapper #file-input-select{
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-input-select-wrapper.active{
    display: inline-flex;
    max-width: calc(100% - 40px - 24px);
    margin-bottom: 45px;
}
.img-certificate-wrapper img.remove{
    vertical-align:middle;
    margin-left: 20px;
    cursor:pointer;
    display:none;
    transition: all .4s;
}
.img-certificate-wrapper img.remove:hover{
    opacity: .4;
}
.btn-file-info{
    margin-left: 40px;
    cursor: pointer;
    transition: all .4s;
}
.btn-file-info:hover{
    filter: brightness(0) invert(1);
}

.btn-file-info-tooltip .tooltip-inner{
    max-width: 360px;
    padding: 30px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    border-radius: 20px;
    background: #000000ab;
}

@media (max-width: 767px){
    .btn-file-info-tooltip .tooltip-inner{
        background: #000000f0;
    }
    .file-input-label-wrapper .select-btn-text{
        padding-left: 0;
        margin-top: 20px;
    }
    .file-input-label-wrapper, .file-input-label-wrapper #file-input-label, .file-input-label-wrapper .select-btn{
        display: block;
    }
    .btn-file-info{
        margin-top: -56px;
        margin-left: 148px;
    }
}