.cw_add_property__container{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;margin:auto;max-width:500px;padding:0}.cw_add_property__heading{color:#333;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.cw_add_property__group{margin-bottom:1rem}.cw_add_property__label{color:#555;display:block;font-weight:700;margin-bottom:.5rem}.cw_add_property__input,.cw_add_property__textarea{border:1px solid #ccc;border-radius:4px;color:#333;font-size:1rem;padding:.8rem;transition:border-color .3s;width:100%}.cw_add_property__input:focus,.cw_add_property__textarea:focus{border-color:#007bff;outline:none}.cw_add_property__textarea{min-height:100px;resize:vertical}.cw_add_property__submit-btn{align-items:center;background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;gap:10px;justify-content:center;padding:1rem;position:relative;width:100%}.cw_add_property__submit-btn:hover{background-color:#0056b3}.cw_add_property__loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#007bff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.cw_add_property__popup{align-items:center;background-color:#28a745;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#fff;display:hidden;gap:10px;left:20px;padding:10px 20px;position:fixed;top:20px}.cw_add_property__popup-close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem}.cw_add_property__popup-close:hover{color:#000}