.input-group{
    display: flex;
}
.mb-3{
    margin-bottom: 16px;
}
.input-group-text{
    display: flex;
    align-items: center;
    padding: 4px 15px;
    font-size: 15px;
    margin-left: -1px;
    font-weight: 400;
    line-height: 1.5;
    color:#212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}
.job-details, .job-application{
    background: #fff;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.job-details{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.job-application{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 25px;
}
.detail-row{
    margin-bottom: 20px;
}
.detail-label{
    color: #008BDC;
    font-size: 14px;
    margin-bottom: 5px;
}
.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5{
    color: #008BDC !important;
}
.detail-value{
    font-size: 15px;
}
.section-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.optional-services{
    margin-top: 30px;
}
.service-option{
    margin-bottom: 15px;
}
.service-price{
    color: #666;
    font-size: 14px;
}
.btn-submit{
    background: #00bfa5;
    border: none;
    padding: 10px 30px;
    color: #fff;
}
.btn-submit:hover{
    background: #00a693;
    color: #fff;
}
.btn-submit:disabled{
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
}
.report-advert{
    color: #ff4444;
    text-decoration: none;
    float: right;
}
.required-field::after{
    content: ' *';
    color: #dc3545;
    font-weight: bold;
}
.ibox-title{
    background: none !important;
}
.add-link{
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
}
.add-link:hover{
    color: #0056b3;
    text-decoration: underline;
}
.is-invalid{
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.is-invalid:focus{
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
#loginForm{
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
#loginForm .alert{
    margin-bottom: 15px;
}
#loginForm .btn{
    margin-right: 10px;
}
#loginFeedback{
    margin-top: 10px;
}
.iti--allow-dropdown {
    width: 100% !important;
}
.form-control:disabled{
    cursor: not-allowed;
}
.info-icon {
    color: #007bff;
    cursor: pointer;
    margin-left: 5px;
    font-size: 14px;
}
.info-icon:hover {
    color: #0056b3;
}
.popup {
    display: none;
    position: absolute;
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1000;
    min-width: 222px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    margin-top:-5px;
}
.popup::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #333;
}
.label-container {
    position: relative;
    display: inline-block;
}

