@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Common Classes */
    .clickable{
        cursor: pointer;
    }
    
    .wowFont{
        font-size: 12px !important;
        font-family: system-ui, Helvetica, Arial, sans-serif !important;
        font-weight:400;
    }

/* Jobs List Classes */
    .list-width{
        width:100%;
    }

    .list-header{
        color:black;
    }

    .list-data{
        color:cornflowerblue;;
    }

/* JD Page */
    .jd-width{
        width:100%;
    }

    .jd-width .table.table-bordered td,
    .jd-width .table.table-bordered th {
        padding: 5px 3px;
    }


/* Application Page */
/* .has-error .form-control{
    border-color:grey !important;
} */

/* .has-success .form-control{
    border-color:green !important;
} */


.error-pagge-section{
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page-inner-section{
    /* min-width: 80%;
    min-height: 60vh; */
    margin-top: 10vh;
    margin-bottom: 10vh;
    text-align: center;
}

.error-letter-character{
    text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white;
    font-size: 16rem;
    font-weight: 800;
    letter-spacing: -30px;
    color: #e4e4e4;
    position: relative;
    left: -7px;
}

.error-title {
    font-size: 2.75rem;
    font-weight: 700;
    margin: 1.75rem 0 1.25rem;
}

.error-desc {
    font-size: 1.25rem;
    margin-bottom: 3.5rem;
}
