.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(15,12,12,.8);display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;z-index:99999}.modal-overlay .modal-content{box-sizing:border-box;width:100%;min-height:100%;box-shadow:none;background:#fff;border-radius:0;padding:60px 20px;position:relative;display:flex;flex-direction:column}@media only screen and (min-width:992px){.modal-overlay .modal-content{max-width:850px;min-height:auto;height:auto;margin-top:67px;margin-bottom:67px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:60px 40px;background:#d3d3d3 url(/images/salary-popup-bg.png) 50%/cover no-repeat}}.modal-overlay .modal-content .loader-overlay{position:absolute;top:-10%;left:0;width:100%;height:100vh;background:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:center;z-index:9999}@media only screen and (min-width:992px){.modal-overlay .modal-content .loader-overlay{top:0;height:100%}}.modal-overlay .modal-content .close-icon{position:absolute;top:15px;right:15px;cursor:pointer;z-index:10}.modal-overlay .modal-content .modal-body{display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%}.modal-overlay .modal-content .modal-body .form-card{width:100%;min-height:100%;background:#fff;padding:20px;flex-direction:column;gap:30px;overflow-y:auto;border-radius:8px;border:1px solid #efede5}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card{max-width:670px;height:auto;border-radius:8px;border:1px solid #efede5;padding:40px 30px}}.modal-overlay .modal-content .modal-body .form-card h2{font-family:gotham,sans-serif;font-size:20px;font-weight:600;color:#0d0c22;font-style:normal;font-weight:700;line-height:140%;padding-bottom:16px}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card h2{font-size:24px}}.modal-overlay .modal-content .modal-body .form-card .mandatory{margin-bottom:40px;font-size:14px;color:#6d6e8a;font-family:gotham,sans-serif;font-style:normal;font-weight:500;line-height:160%}.modal-overlay .modal-content .modal-body .form-card .mandatory .required-star{color:#a21040;font-weight:500}.modal-overlay .modal-content .modal-body .form-card form{display:flex;flex-direction:column;gap:20px}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form{gap:30px}}.modal-overlay .modal-content .modal-body .form-card form .form-group{position:relative}.modal-overlay .modal-content .modal-body .form-card form .form-group input{width:100%;border:none;border-bottom:1px solid #d7d7e0;background:rgba(0,0,0,0);outline:none;padding:12px 0 8px;font-family:gotham,sans-serif;color:#0d0c22;font-size:16px;font-weight:500;line-height:normal;margin-bottom:10px}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form .form-group input{margin-bottom:0}}.modal-overlay .modal-content .modal-body .form-card form .form-group label{position:absolute;top:12px;left:0;font-size:16px;font-weight:500;color:#6d6e8a;font-family:gotham,sans-serif;line-height:normal;pointer-events:none;transition:all .2s ease}.modal-overlay .modal-content .modal-body .form-card form .form-group label .required-star{color:#a21040;margin-left:2px}.modal-overlay .modal-content .modal-body .form-card form .form-group input:focus+label,.modal-overlay .modal-content .modal-body .form-card form .form-group input:not(:placeholder-shown)+label{top:-20px;font-size:14px;color:#6d6e8a}.modal-overlay .modal-content .modal-body .form-card form .form-group .error{font-size:12px;color:red;font-family:gotham,sans-serif;margin-top:4px;margin-bottom:16px}.modal-overlay .modal-content .modal-body .form-card form .form-row{display:flex;flex-direction:column;gap:16px}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form .form-row{flex-direction:row;gap:20px}.modal-overlay .modal-content .modal-body .form-card form .form-row .form-group{flex:1 1}}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon{display:flex;flex-direction:column;align-items:center;gap:20px;margin-left:0}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon{flex-direction:row;align-items:flex-start;margin-left:20px}}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-icon{width:100px;height:100px;object-fit:cover;border-radius:5px;margin:0 auto}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-icon{margin:0}}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields{display:flex;flex-direction:column;gap:16px;flex:1 1;text-align:center}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields{text-align:left}}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie label{display:block;padding-top:14px;padding-bottom:10px;font-family:gotham,sans-serif;color:#6d6e8a;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-align:center;width:100%;max-width:295px}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie label{text-align:left;width:100%;max-width:100%}}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .custom-file-upload{display:flex;justify-content:center}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .custom-file-upload{justify-content:flex-start}}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .custom-file-upload input[type=file]{display:none}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .custom-file-upload label{display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;width:100%;border:1px solid #d7d7e0;border-radius:8px;padding:10px 16px}@media only screen and (min-width:992px){.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .custom-file-upload label{width:auto;justify-content:space-between}}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .custom-file-upload label{color:#0d0c22;font-family:gotham,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .custom-file-upload label .icon{width:16px;height:16px;object-fit:contain}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .custom-file-upload label:hover{background:#f9f9f9}.modal-overlay .modal-content .modal-body .form-card form .form-section-with-icon .form-fields .upload-selfie .error{color:red;margin-top:4px;font-family:gotham,sans-serif;font-size:12px}.modal-overlay .modal-content .modal-body .form-card form .checkbox{display:flex;flex-direction:column}.modal-overlay .modal-content .modal-body .form-card form .checkbox label{font-size:14px;line-height:1.6;color:#6d6e8a;cursor:pointer}.modal-overlay .modal-content .modal-body .form-card form .checkbox label .checkText{display:flex;flex-direction:row;gap:8px;align-items:flex-start}.modal-overlay .modal-content .modal-body .form-card form .checkbox label .checkText .checkmark{width:18px;height:18px;border:2px solid #6d6e8a;border-radius:2.5px;background:#fff;display:inline-block;position:relative;transition:border-color .2s ease;top:3px}.modal-overlay .modal-content .modal-body .form-card form .checkbox label input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.modal-overlay .modal-content .modal-body .form-card form .checkbox label input[type=checkbox]:checked+.checkmark{border:rgba(0,0,0,0)}.modal-overlay .modal-content .modal-body .form-card form .checkbox label input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;background-size:contain;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMjAgMTEuODNDMTkuNzM0OCAxMS44MyAxOS40ODA0IDExLjkzNTQgMTkuMjkyOSAxMi4xMjI5QzE5LjEwNTQgMTIuMzEwNCAxOSAxMi41NjQ4IDE5IDEyLjgzVjE4LjRDMTkgMTguNTU5MSAxOC45MzY4IDE4LjcxMTcgMTguODI0MyAxOC44MjQzQzE4LjcxMTcgMTguOTM2OCAxOC41NTkxIDE5IDE4LjQgMTlINS42QzUuNDQwODcgMTkgNS4yODgyNiAxOC45MzY4IDUuMTc1NzQgMTguODI0M0M1LjA2MzIxIDE4LjcxMTcgNSAxOC41NTkxIDUgMTguNFY1LjZDNSA1LjQ0MDg3IDUuMDYzMjEgNS4yODgyNiA1LjE3NTc0IDUuMTc1NzRDNS4yODgyNiA1LjA2MzIxIDUuNDQwODcgNSA1LjYgNUgxNS4xN0MxNS40MzUyIDUgMTUuNjg5NiA0Ljg5NDY0IDE1Ljg3NzEgNC43MDcxMUMxNi4wNjQ2IDQuNTE5NTcgMTYuMTcgNC4yNjUyMiAxNi4xNyA0QzE2LjE3IDMuNzM0NzggMTYuMDY0NiAzLjQ4MDQzIDE1Ljg3NzEgMy4yOTI4OUMxNS42ODk2IDMuMTA1MzYgMTUuNDM1MiAzIDE1LjE3IDNINS42QzQuOTExMjUgMy4wMDI2MyA0LjI1MTQ2IDMuMjc3NDEgMy43NjQ0MyAzLjc2NDQzQzMuMjc3NDEgNC4yNTE0NiAzLjAwMjYzIDQuOTExMjUgMyA1LjZWMTguNEMzLjAwMjYzIDE5LjA4ODggMy4yNzc0MSAxOS43NDg1IDMuNzY0NDMgMjAuMjM1NkM0LjI1MTQ2IDIwLjcyMjYgNC45MTEyNSAyMC45OTc0IDUuNiAyMUgxOC40QzE5LjA4ODggMjAuOTk3NCAxOS43NDg1IDIwLjcyMjYgMjAuMjM1NiAyMC4yMzU2QzIwLjcyMjYgMTkuNzQ4NSAyMC45OTc0IDE5LjA4ODggMjEgMTguNFYxMi44M0MyMSAxMi41NjQ4IDIwLjg5NDYgMTIuMzEwNCAyMC43MDcxIDEyLjEyMjlDMjAuNTE5NiAxMS45MzU0IDIwLjI2NTIgMTEuODMgMjAgMTEuODNaIiBmaWxsPSIjQTIxMDQwIi8+CiAgPHBhdGggZD0iTTEwLjcyIDExLjAwMDFDMTAuNTMyMyAxMC44MzEzIDEwLjI4NzggMTAuNzM5NyAxMC4wMzU0IDEwLjc0MzdDOS43ODMwOCAxMC43NDc3IDkuNTQxNTggMTAuODQ3IDkuMzU5MzYgMTEuMDIxNkM5LjE3NzE1IDExLjE5NjIgOS4wNjc3IDExLjQzMzMgOS4wNTI5NyAxMS42ODUyQzkuMDM4MjUgMTEuOTM3MiA5LjExOTMzIDEyLjE4NTQgOS4yNzk5NiAxMi4zODAxTDExLjUgMTQuNzEwMUMxMS41OTI5IDE0LjgwNzYgMTEuNzA0NiAxNC44ODUzIDExLjgyODMgMTQuOTM4NkMxMS45NTIgMTQuOTkxOCAxMi4wODUzIDE1LjAxOTUgMTIuMjIgMTUuMDIwMUMxMi4zNTM5IDE1LjAyMDggMTIuNDg2NyAxNC45OTQ3IDEyLjYxMDQgMTQuOTQzMkMxMi43MzQxIDE0Ljg5MTYgMTIuODQ2MiAxNC44MTU4IDEyLjk0IDE0LjcyMDFMMTkuNzIgNy43MjAwNkMxOS44MTE5IDcuNjI1NTEgMTkuODg0MyA3LjUxMzc4IDE5LjkzMyA3LjM5MTI0QzE5Ljk4MTggNy4yNjg3MSAyMC4wMDU5IDcuMTM3NzggMjAuMDA0IDcuMDA1OTJDMjAuMDAyMiA2Ljg3NDA2IDE5Ljk3NDQgNi43NDM4NiAxOS45MjIyIDYuNjIyNzVDMTkuODcgNi41MDE2MyAxOS43OTQ1IDYuMzkxOTkgMTkuNyA2LjMwMDA2QzE5LjYwNTQgNi4yMDgxNCAxOS40OTM3IDYuMTM1NzMgMTkuMzcxMSA2LjA4Njk5QzE5LjI0ODYgNi4wMzgyNCAxOS4xMTc3IDYuMDE0MTEgMTguOTg1OCA2LjAxNTk3QzE4Ljg1NCA2LjAxNzgzIDE4LjcyMzggNi4wNDU2NCAxOC42MDI2IDYuMDk3ODFDMTguNDgxNSA2LjE0OTk5IDE4LjM3MTkgNi4yMjU1MSAxOC4yOCA2LjMyMDA2TDEyLjIzIDEyLjU4MDFMMTAuNzIgMTEuMDAwMVoiIGZpbGw9IiNBMjEwNDAiLz4KPC9zdmc+") no-repeat 50%}.modal-overlay .modal-content .modal-body .form-card form .submit-btn{margin-top:12px;background:linear-gradient(90deg,#c93b83,#ec2978 50%,#f3755f);border:none;border-radius:8px;padding:12px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;font-family:gotham,sans-serif;transition:opacity .2s ease}.modal-overlay .modal-content .modal-body .form-card form .submit-btn.disabled{opacity:.5;cursor:not-allowed}.crop-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;z-index:99999}.crop-modal-overlay .modal-content{position:relative;box-sizing:border-box;min-height:100%;background:none;padding:60px 20px;width:100%;max-width:100%;border-radius:8px;box-shadow:none;display:flex;flex-direction:column}@media only screen and (min-width:992px){.crop-modal-overlay .modal-content{background:url(/images/salary-popup-bg.png) #d3d3d3 50%/cover no-repeat;background-size:cover;box-shadow:0 4px 12px rgba(0,0,0,.15);max-width:820px;min-height:auto;margin-top:67px;margin-bottom:67px;padding:60px 40px}}.crop-modal-overlay .modal-content .close-icon{display:none}@media only screen and (min-width:992px){.crop-modal-overlay .modal-content .close-icon{display:block;position:absolute;top:15px;right:15px;cursor:pointer;z-index:10}}.crop-modal-overlay .modal-content .modal-body{display:flex;justify-content:center;align-items:flex-start;width:100%}.crop-modal-overlay .modal-content .modal-body .form-card{border-radius:8px;border:none;background:none;padding:20px;width:100%;max-width:670px;display:flex;flex-direction:column;gap:20px}@media only screen and (min-width:992px){.crop-modal-overlay .modal-content .modal-body .form-card{gap:30px;border:1px solid #efede5;background:#fff;padding:40px 30px}}.crop-modal-overlay .modal-content .modal-body .form-card h2{font-family:gotham,sans-serif;font-size:20px;color:#fff;font-style:normal;font-weight:700;line-height:140%}@media only screen and (min-width:992px){.crop-modal-overlay .modal-content .modal-body .form-card h2{font-size:24px;color:#0d0c22;margin-bottom:0}}.crop-modal-overlay .modal-content .modal-body .form-card .crop-container{position:relative;width:100%;max-width:610px;height:407px;margin:0 auto;border:1px solid #d7d7e0;border-radius:8px;overflow:hidden;background:#d9d9d9}@media only screen and (min-width:992px){.crop-modal-overlay .modal-content .modal-body .form-card .crop-container{max-width:610px;height:407px}}.crop-modal-overlay .modal-content .modal-body .form-card .crop-container .reactEasyCrop_CropArea{border-radius:8px}.crop-modal-overlay .modal-content .modal-body .form-card .button-row{display:flex;justify-content:center;align-items:center;gap:20px;position:fixed;bottom:10px;left:0;width:100%;padding:10px 20px}@media only screen and (min-width:992px){.crop-modal-overlay .modal-content .modal-body .form-card .button-row{gap:10px;background:#fff}}.crop-modal-overlay .modal-content .modal-body .form-card .button-row .action-btn{flex:1 1;border-radius:8px;border:1px solid #d7d7e0;padding:13px 26px;font-family:gotham,sans-serif;color:#0d0c22;font-size:14px;font-weight:500;cursor:pointer;background:rgba(0,0,0,0);transition:all .3s ease;background:#fff}@media only screen and (min-width:992px){.crop-modal-overlay .modal-content .modal-body .form-card .button-row .action-btn{width:100%;max-width:196px}}.crop-modal-overlay .modal-content .modal-body .form-card .button-row .cancel-btn{color:#0d0c22}.crop-modal-overlay .modal-content .modal-body .form-card .button-row .save-btn{color:#fff;font-weight:500;background:linear-gradient(90deg,#c93b83,#ec2978 50%,#f3755f)}@media only screen and (min-width:992px){.crop-modal-overlay .modal-content .modal-body .form-card .button-row{position:static;width:auto;padding:0;background:none;border-top:none}.crop-modal-overlay .modal-content .modal-body .form-card .button-row .action-btn{flex:unset}}.preview-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;z-index:99999}.preview-modal-overlay .modal-content{box-sizing:border-box;width:100%;min-height:100%;box-shadow:none;background:#fff;border-radius:0;padding:60px 20px;position:relative;display:flex;flex-direction:column}@media only screen and (min-width:992px){.preview-modal-overlay .modal-content{max-width:850px;min-height:auto;height:auto;margin-top:67px;margin-bottom:67px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:60px 40px;background:#d3d3d3 url(/images/salary-popup-bg.png) 50%/cover no-repeat}}.preview-modal-overlay .modal-content .loader-overlay{position:absolute;top:-10%;left:0;width:100%;height:100vh;background:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:center;z-index:9999}@media only screen and (min-width:992px){.preview-modal-overlay .modal-content .loader-overlay{top:0;height:100%}}.preview-modal-overlay .modal-content .close-icon{position:absolute;top:15px;right:15px;cursor:pointer;z-index:10}.preview-modal-overlay .modal-content .modal-body{display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%}.preview-modal-overlay .modal-content .modal-body .form-card{width:100%;min-height:100%;border-radius:8px;border:1px solid #efede5;background:#fff;padding:20px;display:flex;flex-direction:column;gap:30px;overflow-y:auto}@media only screen and (min-width:992px){.preview-modal-overlay .modal-content .modal-body .form-card{max-width:670px;height:auto;border-radius:8px;border:1px solid #efede5;padding:40px 30px}}.preview-modal-overlay .modal-content .modal-body .form-card h2{font-family:gotham,sans-serif;font-size:20px;color:#0d0c22;font-style:normal;font-weight:700;line-height:140%}@media only screen and (min-width:992px){.preview-modal-overlay .modal-content .modal-body .form-card h2{font-size:24px}}.preview-modal-overlay .modal-content .modal-body .form-card .preview-img{display:block;width:100%;height:auto;border-radius:8px;object-fit:cover;border:1px solid #d7d7e0}.preview-modal-overlay .modal-content .modal-body .form-card .button-row{display:flex;justify-content:center;align-items:center;gap:20px}@media only screen and (min-width:992px){.preview-modal-overlay .modal-content .modal-body .form-card .button-row{gap:10px}}.preview-modal-overlay .modal-content .modal-body .form-card .button-row .action-btn{border-radius:8px;border:1px solid #d7d7e0;padding:13px 26px;font-family:gotham,sans-serif;color:#0d0c22;font-size:14px;font-weight:500;cursor:pointer;background:#fff;transition:all .3s ease;width:100%;max-width:144px}@media only screen and (min-width:992px){.preview-modal-overlay .modal-content .modal-body .form-card .button-row .action-btn{max-width:195px}}.preview-modal-overlay .modal-content .modal-body .form-card .button-row .action-btn:hover{background:#f5f5f5}.preview-modal-overlay .modal-content .modal-body .form-card .button-row .edit-btn{color:#0d0c22}.preview-modal-overlay .modal-content .modal-body .form-card .button-row .submit-btn{border-radius:8px;background:linear-gradient(90deg,#c93b83,#ec2978 50%,#f3755f);color:#fff;font-family:gotham,sans-serif;font-size:14px;font-weight:500;line-height:normal;padding:13px 26px;border:none;cursor:pointer;transition:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.preview-modal-overlay .modal-content .modal-body .form-card .button-row .submit-btn:active,.preview-modal-overlay .modal-content .modal-body .form-card .button-row .submit-btn:focus,.preview-modal-overlay .modal-content .modal-body .form-card .button-row .submit-btn:hover{background:linear-gradient(90deg,#c93b83,#ec2978 50%,#f3755f);color:#fff;outline:none}.completed-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:flex-start;z-index:99999}.completed-modal-overlay .modal-content{box-sizing:border-box;width:100%;min-height:100%;box-shadow:none;background:#fff;border-radius:0;padding:60px 20px;position:relative;display:flex;flex-direction:column;justify-content:center;z-index:1}@media only screen and (min-width:992px){.completed-modal-overlay .modal-content{max-width:860px;min-height:auto;height:auto;margin-top:15%;margin-bottom:15%;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:40px}}.completed-modal-overlay .modal-content .close-icon{position:absolute;top:15px;right:15px;cursor:pointer;z-index:10}.completed-modal-overlay .modal-content .modal-body{display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%}.completed-modal-overlay .modal-content .modal-body .form-card{width:100%;min-height:100%;padding:20px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}@media only screen and (min-width:992px){.completed-modal-overlay .modal-content .modal-body .form-card{height:auto}}.completed-modal-overlay .modal-content .modal-body .form-card h2{font-family:gotham,sans-serif;font-size:20px;color:#0d0c22;font-style:normal;font-weight:700;line-height:140%;text-align:center;background:var(--Gradient-Primary,linear-gradient(90deg,#c93b83 0,#ec2978 50%,#f3755f 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media only screen and (min-width:992px){.completed-modal-overlay .modal-content .modal-body .form-card h2{font-size:34px}}.completed-modal-overlay .modal-content .modal-body .form-card .form-message{color:#0d0c22;text-align:center;font-family:gotham,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:160%}@media only screen and (min-width:992px){.completed-modal-overlay .modal-content .modal-body .form-card .form-message{font-size:18px}}.completed-modal-overlay .modal-content .modal-body .form-card .button-ok{display:flex;justify-content:center;align-items:center;gap:20px}@media only screen and (min-width:992px){.completed-modal-overlay .modal-content .modal-body .form-card .button-ok{gap:10px}}.completed-modal-overlay .modal-content .modal-body .form-card .button-ok .action-btn{border-radius:8px;border:1px solid #d7d7e0;padding:13px 26px;font-family:gotham,sans-serif;color:#0d0c22;font-size:14px;font-weight:500;cursor:pointer;background:#fff;transition:all .3s ease}.completed-modal-overlay .modal-content .modal-body .form-card .button-ok .ok-btn{color:#fff;background:linear-gradient(90deg,#C93B83,#EC2978 50%,#F3755F)}@import"https://use.typekit.net/cqp8pvt.css";.selfie-steps-container{background-color:#fff}.selfie-steps-container .selfie-steps-wrapper{max-width:1440px;margin:0 auto;padding:40px 20px}@media only screen and (min-width:992px){.selfie-steps-container .selfie-steps-wrapper{padding:60px 40px}}