/*
 Theme Name: HIRD
 Author: Prashant Jain
 Version: 1.0
*/

.use_cases_inn_wrp .header-subtext{
    color : #000;
}
.header_webllisto_logo{
    height: 50px;
}

.modal{
    z-index: 99999999999999999999;
}

a[type="button"]{
text-decoration: none;
	display: inline-block;
}

a[type="button"]:hover{
color: #fff;
}

.job_no_fee_notice{
    margin-top:20px;
    padding:22px;
    border-radius:var(--job-radius);
    background:#fff8e8;
    border:1px solid #f5e3ab;
    display:flex;
    gap:16px;
    align-items:flex-start;
}
.job_no_fee_icon{
    flex-shrink:0;
    width:38px;
    height:38px;
    border-radius:10px;
    background:#fdecc0;
    color:#a9750c;
    display:flex;
    align-items:center;
    justify-content:center;
}
.job_no_fee_icon svg{ width:20px; height:20px; }
.job_no_fee_text{ font-size:14.5px; line-height:1.7; color:#6b5a2a; }
.job_no_fee_title{ margin:0 0 6px; font-size:15.5px; font-weight:700; color:#8a6412; }
.job_no_fee_text p{ margin:0 0 8px; }
.job_no_fee_text p:last-child{ margin-bottom:0; }
.job_no_fee_contact a{ color:#8a6412; font-weight:700; text-decoration:underline; }
