.company-form-checkbox-container{margin:15px 0;display:flex;align-items:flex-start;gap:10px}.company-form-checkbox-input{width:20px;height:20px;margin-top:3px!important;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #141e46;border-radius:4px;position:relative;background-color:#fff}.company-form-checkbox-input:checked{background-color:#edf7fb;border-color:#141e46}.company-form-checkbox-input:checked:after{content:"✓";position:absolute;color:#141e46;font-size:14px;font-weight:700;left:50%;top:50%;transform:translate(-50%,-50%)}.company-form-checkbox-label{font-size:15px;line-height:1.5;color:#141e46;font-weight:500;cursor:pointer}.weekly-schedule-btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border:none;border-radius:4px;color:#141e46;font-size:16px;font-weight:700;background-color:#d1e9f7;cursor:pointer}.weekly-schedule-btn:hover{background-color:#edf7fb;color:#141e46!important}.custom-cancle-btn{background-color:gray;color:#fff;border:1px solid gray}.custom-cancle-btn:hover{color:gray;background-color:#f8f9fa;border:1px solid gray}input::placeholder{font-size:.8rem;color:#b4b4b4!important}.company-form-photo-selection{width:100%;height:160px;border:1px solid #ddd;border-radius:8px;background:#f9f9f9;overflow:hidden;display:flex;align-items:center!important;justify-content:center!important;padding:13px;position:relative}.company-form-uploader-container{border:1px dashed #999;height:100px;width:100px;border-radius:5px;text-align:center;cursor:pointer!important;display:flex;align-items:center;justify-content:center}.company-form-upload-icon{color:#888;text-align:center!important;font-size:12px;display:flex;flex-direction:column;align-items:center;gap:5px}.company-form-upload-icon-file{font-size:20px}.company-form-image-preview,.company-form-image-preview-container{width:100%;height:100%;position:relative}.company-form-image-preview{border-radius:4px;overflow:hidden}.company-form-preview-image{width:100%;height:100%;object-fit:cover;border-radius:8px!important}.company-form-remove-button{position:absolute;top:10px;right:10px;background:red;color:#fff;display:flex;justify-content:center;align-items:center;border:none;border-radius:50%;cursor:pointer;height:20px;width:20px;transition:background .5s ease}.company-form-remove-button:hover{background:#d50000}.company-form-remove-button svg{width:12px;height:12px}.step-item{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#ddd;font-size:18px;font-weight:700;color:#fff;position:relative;transition:all .3s ease}.step-item.active{background-color:#007bff;box-shadow:0 0 10px rgba(0,123,255,.6)}.step-item.completed{background-color:#28a745}.step-item:after{content:"";position:absolute;top:50%;left:100%;height:2px;width:123px;background-color:#ddd;transform:translateY(-50%);transition:background-color .3s ease,width .3s ease}.step-item.completed:after{background-color:#28a745}.step-item:last-child:after{display:none}@media (max-width:1200px){.step-item:after{width:80px}.step-indicator{gap:60px}}@media (max-width:768px){.step-item:after{width:60px}.step-indicator{gap:40px}.step-item{width:30px;height:30px;font-size:14px}}@media (max-width:480px){.step-indicator{gap:20px}.step-item:after{width:20px}.step-item:last-child:after{display:none}}.qr-code-switch.ant-switch-checked{background-color:#141e46!important}