

    /*
     * *
      *
      *     Your Custom Css Is Here...
      *
      * */

    .custom-file-input {
        color: transparent;
        opacity: 1 !important;
    }
    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }
    .custom-file-input::before {
        content: 'Resume';
        color: black;
        display: inline-block;
        border-bottom: 2px solid #e5e8ec !important;
        border-radius: 0;
        padding: 0.375rem 0;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 50px;
    }
    .custom-file-input:hover::before {
        border-color: black;
    }
    .custom-file-input:active {
        outline: 0;
    }
    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
        border-color: #4353ff !important;
    }

    .resume-attach {
        right: 15px;
        top: 10px;
    }