.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10}.modal-content-popup{transform:translate(-50%,-50%);position:fixed;top:50%;left:50%;z-index:11}.input-height-54{height:54px}.grey-placeholder::placeholder{color:#999;font-size:14px}.custom-checkbox{display:flex;align-items:center}.custom-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer}.custom-checkbox input[type=checkbox]:checked{background-color:#4aa0f3;border-color:#4aa0f3}.custom-checkbox input[type=checkbox]:checked:after{content:"✓";position:relative;bottom:4px;color:#fff}.select-custom{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#999;font-size:14px}.select-custom.selected{color:#000}.custom-arrow{position:absolute;top:50%;right:25px;transform:translateY(-50%);pointer-events:none}.w-658{width:658px}.dropdown-field{cursor:pointer;display:flex;justify-content:space-between;align-items:center}.dropdown-options{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #d7d7d7;border-radius:6px;z-index:12;max-height:200px;overflow-y:auto}.dropdown-option{padding:5px 12px;cursor:pointer;color:#434343;font-size:14px}.dropdown-option:hover{background-color:#f0f0f0}@media (max-width:576px){.modal-content-popup{width:100%;padding:8px}.modal-padding{padding:25px 10px}.w-658{width:100%}}