.fcat-custom-form{margin:0 auto;width:100%;padding:20px;background:#fff;border-radius:4px;box-shadow:0 0 13px -4px #ccc}.fcat-custom-form-required:after{content:" *";color:red}.fcat-custom-form .row{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.fcat-custom-form .column{flex:1 1 100%;gap:15px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.fcat-custom-form .form-item{display:flex;flex-direction:column;gap:5px;width:100%}.fcat-custom-form .form-label,.fcat-custom-form .form-label>a{font-size:15px;font-weight:600;color:#444;text-transform:capitalize}.fcat-custom-form .form-label>a{text-decoration:underline;text-transform:none}.fcat-custom-form .form-control{width:100%;padding:10px 12px;color:#333;font-size:15px;border:1px solid #ccc;border-radius:4px;background-color:#fff;resize:none;transition:border-color .3s,box-shadow .3s}.fcat-custom-form .form-control:not(textarea){max-height:38.85px}.fcat-custom-form .form-control:focus{border-color:#aaa;box-shadow:0 0 5px #ddd;outline:0}.fcat-custom-form .btn{display:inline-block;width:200px;max-width:100%;padding:10px 20px;font-size:16px;margin:15px 0;font-weight:600;color:#fff;background-color:#333;border:0;border-radius:4px;cursor:pointer;text-align:center;transition:background-color .3s ease-in-out}.fcat-custom-form .btn:active,.fcat-custom-form .btn:hover{background-color:#000}.checkbox-option input[type=checkbox],.form-file-input[type=file],.radio-option input[type=radio]{display:none}.file-list li,.form-file-label{display:flex;align-items:center;border-radius:5px}.form-file-label{height:100px;width:100%;border:1px dashed #999;color:#3f3f3f;justify-content:center;transition:all .3s ease;cursor:pointer}.form-file-label:hover{color:#007bff!important;border:1px dashed #007bff}.file-list{margin-top:10px;padding-left:0;list-style:none}.file-list li{justify-content:space-between;padding:8px 10px;background:#f1f1f1;margin-bottom:5px;font-size:14px;color:#333}.file-list li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list li .remove-file{margin-left:10px;color:#ff4d4d;cursor:pointer;font-weight:700;transition:color .3s}.file-list li .remove-file:hover{color:red}.invalid-feedback{color:red;font-size:14px;margin-top:5px}.checkbox-option,.radio-option{display:flex;align-items:center;margin:10px 0}.radio-options-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px}.checkbox-option label,.radio-option label{font-size:16px;font-weight:500;color:#333;cursor:pointer}.checkbox-option input[type=checkbox]+label,.radio-option input[type=radio]+label{position:relative;padding-left:30px;cursor:pointer}.checkbox-option input[type=checkbox]+label:before{content:"";position:absolute;top:50%;left:0;width:20px;height:20px;background-color:#fff;border:2px solid #333;border-radius:4px;transition:all .3s ease;transform:translateY(-50%)}.checkbox-option input[type=checkbox]:checked+label:before{background-color:#000;border-color:#000}.checkbox-option input[type=checkbox]:checked+label:after{content:"✓";position:absolute;top:50%;left:4px;transform:translateY(-50%);font-size:16px;color:#fff}.radio-option input[type=radio]+label:before{content:"";position:absolute;top:50%;left:0;width:20px;height:20px;background-color:#fff;border:2px solid #333;border-radius:50%;transition:all .3s ease;transform:translateY(-50%)}.radio-option input[type=radio]:checked+label:before{background-color:#000;border-color:#000}.radio-option input[type=radio]:checked+label:after{content:"";width:10px;height:10px;background-color:#fff;border-radius:100%;position:absolute;top:50%;left:5px;transform:translateY(-50%)}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#333;border:1px solid #000;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{border:0;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:transparent;color:#fff;outline:0}.select2-dropdown{background-color:#f7f7f7}.select2-container--default .select2-results__option--selected{background-color:#eee;color:#999}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#333;color:#fff}.select2-container--default .select2-search--dropdown .select2-search__field{outline:0}.select2-results__message{font-size:14px;color:#c00;font-weight:600}.select2-container .select2-selection--multiple,.select2-container .select2-selection--single{display:flex;align-items:center;min-height:39px}.custom-date-input{min-height:39px}.select2-container--default .select2-selection--multiple,.select2-container--default .select2-selection--single{border-color:#ccc}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #aaa;box-shadow:0 0 5px #ddd}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;transform:translateY(-50%)}