.vis{display:block}
.novis{display:none}
.disabled{pointer-events:none;opacity:.3}
.close-btn:hover{color:#ccc}
.form-item.type2 .message{bottom:-5px;right:0}
label.radio-inline{line-height:30px}
.wizard-steps-header{display:flex;justify-content:flex-start;align-items:center;margin-top:24px;margin-bottom:48px;overflow:hidden;min-width:0;gap:8px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
.wizard-step{flex:1;position:relative;height:50px;line-height:50px;text-align:center;background:#c8c8c8;color:#666;font-size:14px;font-weight:500;margin-right:5px;padding-left:24px;white-space:nowrap;min-width:0;border-bottom-right-radius:1px;cursor:default;transition:background .2s ease;user-select:none}
.wizard-step:first-child{padding-left:12px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:1px}
.wizard-step:last-child{margin-right:0;border-top-right-radius:4px;border-bottom-right-radius:4px}
.wizard-step::after{content:'';position:absolute;top:0;right:-15px;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:16px solid #c8c8c8;z-index:2}
.wizard-step:not(:first-child)::before{content:'';position:absolute;top:0;left:0;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:15px solid #fff;z-index:1}
.wizard-step:last-child::after{display:none}
.wizard-step.active{background:#05141f;color:#fff}
.wizard-step.active::after{border-left-color:#05141f}
.wizard-step.completed{background:#05141f;color:#fff}
.wizard-step.completed::after{border-left-color:#05141f}
.wizard-section{transition:opacity .3s ease}
.step-text{display:block;width:100%;text-align:left}
.step-number{display:none}
.childage,#timePicker .input-group-append{position:absolute;right:3%;top:20px}
#timePicker{position:relative}
.datetimepicker-input{border-top:0;border-left:0;border-right:0}
.file-upload-box{position:relative;border:2px dashed #0003;border-radius:6px;padding:20px;text-align:center;cursor:pointer;transition:background .3s ease;color:#6c757d}
.file-upload-box:hover{background:#f0f8ff}
.file-upload-box input[type="file"]{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}
.file-upload-box .upload-icon{font-size:22px;color:#0003;display:block;margin-bottom:10px}
.file-upload-box .file-name{pointer-events:none;font-size:14px}
.condition-field{display:flex;align-items:baseline}
#nonEmployee{margin-right:5px}
#relationshipDetailsContainer{margin-top:2rem}
.review-item{padding:10px 0}
.review-item label{font-weight:bold}
.error-text{color:red;font-size:12px;margin-top:4px;display:block}
.wizard-section.step-2{background:rgba(255,255,255,0.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,0.1);border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,0.1);color:#000;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,0.05),inset 0 0 0 1px rgba(255,255,255,0.5)}
.form-item.form-col-half.odd-col{padding-left:0;padding-right:15px}
.form-item.form-col-half.even-col{padding-left:15px;padding-right:0}
.modal-content{border-radius:8px;padding:10px}
.modal-title{font-weight:600}
.modal-body p{font-size:14px;color:#555}
.btn-success{background-color:#0a6b63;border:0}
.btn-success:disabled{background-color:#ccc}
.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);display:none;z-index:999}
.custom-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.8);width:700px;max-width:90%;background:#fff;border-radius:8px;z-index:1000;display:none;opacity:0;transition:all .3s ease}
.custom-modal.show{opacity:1;transform:translate(-50%,-50%) scale(1)}
.custom-modal-header{display:flex;justify-content:space-between;padding:15px;font-weight:bold}
.custom-close{cursor:pointer;font-size:20px}
.custom-modal-body{padding:0 15px;font-size:14px;color:#555}
.custom-modal-footer{display:flex;justify-content:space-between;padding:15px;align-items:center}
#startReportBtn{border:0;padding:10px 15px;cursor:pointer;border-radius:4px;margin-right:15px}
#startReportBtn:disabled{background:#ccc;cursor:not-allowed}
.custom-checkbox{display:flex;gap:8px;margin-bottom:10px;align-items:baseline}
a#cancelModal:hover{background:#ccc;padding:7px;border-radius:7px;color:#fff}
.tag-container{margin-bottom:2vw}
.tag-item{background:#cfd8dc;padding:10px;margin-bottom:6px;display:flex;justify-content:space-between;align-items:center}
.tag-remove{cursor:pointer;font-weight:bold}
.tag-input-row{display:flex;gap:10px;margin-bottom:1vw}
#addInvolvedBtn{color:white;border:0;padding:8px 20px;cursor:pointer}
p.date-label-text{margin-top:3vw;color:rgba(0,0,0,0.6);font-size:.75rem;width:100%}
.date-time-fields{width:100%;display:block}
.date-time-fields{width:100%;display:block}
.date-time-sec{display:flex;margin-bottom:3vw}
.date-time-sec .form-item.form-col-half{margin-top:1vw}
.date-time-fields .form-item.form-col-full{margin-top:1vw}
.details-section-tab,.anonymous-section{padding:2vw 1vw;margin:2vw 0vw}
div#contactDetailsSection,div#anonymousSection{background:#eff1f2;padding:2rem}
@media(max-width:500px){#anonymousSection .form-item:first-child{display:flex;justify-content:space-evenly;align-items:baseline;gap:10px}
}
@media only screen and (min-width:1024px){.form-col-half{width:49.5%;display:inline-block}
.sub-body{padding-left:3rem}
}
.review-item{display:flex;justify-content:space-between;margin-bottom:10px}
.review-item label{font-weight:600}
.review-item span{width:60%}
.details-section-tab label.radio-inline{display:block}
.d-none{display:none}
input#con-timePicker{width:100%}
#timePicker .input--underline input:focus+.label-text,#timePicker.input--underline.is-filled .label-text{left:0}
#timePicker span.label-text{left:12%}