@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes swingRotate{0%{transform:rotate(0deg)}25%{transform:rotate(-90deg)}75%{transform:rotate(90deg)}to{transform:rotate(0deg)}}.custom_modal_backdrop{background:#000;bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:100}.custom_modal_body{position:fixed;width:500px;background:#fff;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 40px);border-radius:20px;left:50%;top:50%;z-index:200;transform:translate(-50%,-50%);display:flex;flex-direction:column}.main_popup_new{display:flex;flex-direction:column;align-items:center;gap:var(--Spacing-Size4---16,16px);border-radius:var(--Spacing-Size5---20,20px);background:var(--Colors-White---FFFFFF,#fff);flex:1 1;overflow:hidden}.main_popup_new .popup_header{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.main_popup_new .popup_header h6{display:flex;flex-direction:column;justify-content:center;gap:var(--Spacing-Size0---0,0);align-self:stretch;margin-bottom:0}.main_popup_new .popup_header p{color:var(--Colors-DarkGrey---898989,#898989);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0;display:flex;width:100%}.main_popup_new .main_popup_body{display:flex;justify-content:center;align-items:flex-start;gap:var(--Spacing-Size2---8,8px);align-self:stretch;flex:1 1;overflow-y:auto}.main_popup_new .main_popup_body .pop_main_cont{display:flex;flex-direction:column;gap:var(--Spacing-Size3---12,12px);flex:1 0}.main_popup_new .main_popup_body .pop_main_cont .modal_popup_cont .modal_popup_body{flex:1 1;overflow-y:hidden;overflow-x:hidden}.main_popup_new .main_popup_body .pop_main_cont .modal_popup_cont .modal_popup_body .form-check{min-height:auto!important}@media(max-width:575px){.main_popup_new{width:100%}.main_popup_new .address_popup_cont .address_popup_body .form-check .main_cont img{width:24px;height:24px}.main_popup_new .address_popup_cont .address_popup_body .form-check label{flex-direction:row}}@media(max-width:767px){.custom_modal_body{width:90vw!important}.custom_modal_body.modal_bottom_overlay{width:100vw;bottom:0;top:100%;height:100%}}.modal_close_icon{position:absolute;top:16px;right:16px;background:rgba(0,0,0,0);border:none;font-size:24px;font-weight:700;color:#000;cursor:pointer;z-index:300}.modal_close_icon:hover{color:#555}.success-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:999}.success-modal{background:#fff;padding:2rem;border-radius:12px;text-align:center;width:90%;max-width:400px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.success-message{font-size:1.2rem;color:#333;margin-bottom:1.5rem}.close-btn{padding:.5rem 1.2rem;background-color:#28a745;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s ease}.close-btn:hover{background-color:#218838}.text-color{font-weight:600;color:#333}