
.gj-job-alert-form .btn-open-form {
    display: inline-block;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
}
.gj-job-alert-form .btn-open-form i {
    display: inline-block;
    width: 20px;
}
.gj-job-alert-form .btn-open-form:hover {
    opacity: 0.9;
}
.gj-job-alert-form .job-alert-form {
    padding: 30px 30px 25px;
    border: 1px solid #ECE8EB;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 30px;
    display: none;
    position: relative;
}
.gj-job-alert-form .job-alert-form .title-form {
    font-size: 16px;
    margin: 0 0 20px;
    color: #1D2027;
    padding-right: 20px;
}
.gj-job-alert-form .job-alert-form .btn-close-form {
    position: absolute;
    top: 26px;
    right: 30px;
    line-height: 1;
    font-size: 24px;
    cursor: pointer;
    color: #1D2027;
}
.gj-job-alert-form .job-alert-form input {
    width: 100%;
    border: 1px solid #ECE8EB;
    border-radius: 5px;
    padding: 9px 24px;
    font-size: 16px;
    line-height: 30px;
    color: #1D2027;
    margin-bottom: 15px;
    background: none;
}
.gj-job-alert-form .job-alert-form button {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    height: auto;
}


/* Dashboard Alert */
body .gj-dashboard-main.alerts table tr td {
    padding: 40px 8px;
}
.gj-dashboard-main.alerts td.position{
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    color: #1D2027;
    text-transform: capitalize;
}
.gj-dashboard-main.alerts td{
    font-size: 16px;
    line-height: 30px;
    color: #1D2027;
}
.gj-dashboard-main.alerts td.action i {
    font-weight: normal;
    color: #ACA2BE;
    font-size: 16px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #F7F5F9;
    border-radius: 23px;
    margin-left: 24px;
    text-align: center;
}
/* Dahsboard end Alert */