.work-with-us-form-container{width:80%;max-width:850px;min-width:fit-content}.work-with-us-form-container .work-with-us-form{background:#fff 0 0 no-repeat padding-box;box-shadow:0 3px 40px #00000029;border-radius:15px}.work-with-us-form .form-row-1 .input-field{width:33.5%}.work-with-us-form .form-row-2 .input-field:first-child{width:66%}.work-with-us-form .form-row-2 .input-field:last-child{width:34%}.work-with-us-form .form-row-3 .input-field:first-child{width:66%}.work-with-us-form .form-row-3 .input-field:last-child{width:34%}.work-with-us-form .form-row-4 .input-field:first-child{width:34%}.work-with-us-form .form-row-4 .input-field:first-child input{height:125px;border:2px dashed #e1e1e1;border-radius:unset}.work-with-us-form .form-row-4 .input-field:last-child{width:66%}.work-with-us-form .form-row-4 .input-field:last-child textarea{height:180px}.work-with-us-form select,.work-with-us-form textarea{border:2px solid #e1e1e1;border-radius:15px;height:56px;outline:0;padding:15px 20px}.work-with-us-form .field-form::placeholder{color:#e1e1e1;font-size:18px;font-weight:600}.custom-input-file{height:170px;border:2px dashed #e1e1e1;border-radius:unset;position:relative;padding:20px 25px;display:flex;flex-direction:column;justify-content:space-around;cursor:pointer}.custom-input-file input{border:unset;padding:unset;position:absolute;width:100%;height:100%;opacity:0;top:0;left:0}.custom-input-file .text{color:#e1e1e1;font-size:20px}.custom-input-file .limit-text{color:#e1e1e1;font-size:14px}.work-with-us-form .custom-date-picker{position:relative;display:inline-block;width:100%;padding:.5em;border-radius:4px;border:1px solid #ccc;font-size:1em;background:url(/Ramex/img/icons/workWithUs/calendar-regular.svg)no-repeat right 10px center;background-size:20px 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.work-with-us-form .custom-date-picker::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;color:transparent;background:0 0;z-index:1;cursor:pointer}.work-with-us-form .custom-date-picker::-webkit-clear-button,.work-with-us-form .custom-date-picker::-webkit-inner-spin-button{display:none;-webkit-appearance:none}.work-with-us-form .custom-date-picker::-moz-clear-button,.work-with-us-form .custom-date-picker::-moz-inner-spin-button{display:none}.work-with-us-form .privacy-row{display:flex;justify-content:start;align-items:center;width:100%;gap:10px}.work-with-us-form .privacy-row label{margin-bottom:2px}.work-with-us-form .privacy-row input[type=checkbox]{appearance:none;background-color:transparent;border:2px solid #e1e1e1;padding:7px;border-radius:50px;display:inline-block;position:relative}.work-with-us-form .privacy-row input[type=checkbox]:checked:after{content:"";width:7px;height:7px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000}.work-with-us-form .privacy-row input[type=checkbox]:checked{background-color:#e1e1e1;border:2px solid #000}.work-with-us-form .form-button{display:flex;justify-content:center;align-items:center;margin-top:15px}@media (max-width:830px){.work-with-us-form .form-row{flex-direction:column}.work-with-us-form .form-row .input-field,.work-with-us-form .form-row-1 .input-field:first-child,.work-with-us-form .form-row-1 .input-field:last-child,.work-with-us-form .form-row-2 .input-field:first-child,.work-with-us-form .form-row-2 .input-field:last-child,.work-with-us-form .form-row-3 .input-field:first-child,.work-with-us-form .form-row-3 .input-field:last-child,.work-with-us-form .form-row-4 .input-field:first-child,.work-with-us-form .form-row-4 .input-field:last-child{width:100%}}.custom-multi-select{position:relative;width:100%;border:2px solid #e1e1e1;border-radius:15px;padding:15px 20px;font-size:18px;font-weight:600;color:#464646;background-color:#fff;cursor:pointer}.custom-multi-select .selected-options{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.custom-multi-select .selected-options span{background-color:#e1e1e1;border:1px solid #ccc;border-radius:4px;padding:5px;color:#000;display:flex;align-items:center;justify-content:space-between}.custom-multi-select .selected-options span .remove-option{margin-left:10px;cursor:pointer;font-weight:700}.custom-multi-select .options-dropdown{display:none;position:absolute;top:100%;left:0;width:100%;border:2px solid #e1e1e1;border-radius:0 0 15px 15px;background-color:#fff;max-height:200px;overflow-y:auto;z-index:10}.custom-multi-select .options-dropdown div{padding:10px;cursor:pointer;font-weight:300;text-transform:capitalize}.custom-multi-select .options-dropdown div:hover{background-color:#f1f1f1}.custom-multi-select .options-dropdown div.selected{background-color:#d5d4d4}