.popup_content{background:white;padding:50px;border-radius:3rem!important;text-align:center;overflow-y:scroll;box-shadow:0 10px 25px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.popup_content::-webkit-scrollbar{display:none!important}.inner_div_of_popup{width:90%;align-items:center;gap:1rem}.inner_div_of_popup,.popup_content_div{height:100%;display:flex;justify-content:center}.popup_content_div{width:50%;align-items:flex-start;flex-direction:column;gap:10px}.popup_content_div>h2{font-size:35px;margin-bottom:20px!important}.popup_content_div>h2,.popup_content_div>h3{width:95%;font-family:Poppins-Bold\.ttf;text-align:right;color:var(--Dark-font)}.popup_content_div>h3{font-size:30px}.popup_content_div>p{font-size:20px;font-family:Poppins-SemiBold\.ttf;text-align:left;color:var(--Dark-font)}.image_div_of_map{width:40%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:12px;overflow:hidden;box-shadow:0 0 4px #0000005f}.image_div_of_map>img{width:100%;height:100%;object-fit:cover}.readio_btn_gropu{margin:1rem 0;width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:2rem}.input_value_box{width:250px;padding:1.5rem;border:2px solid black;background-color:white;border-radius:12px;color:black;transition:all .3s ease}.input_value_box>p{font-size:18px;font-family:Poppins-Medium\.ttf}.first_redio_btn.selected input[type=radio]{accent-color:black}.first_redio_btn.selected .input_value_box{background-color:var(--green-bg);color:white;border:2px solid var(--green-bg)}.first_redio_btn{display:flex;align-items:flex-start;justify-content:center;gap:1rem;cursor:pointer}.confirm_btn{padding:12px 24px;background-color:var(--Dark-font);color:white;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:all .3s ease}.confirm_btn:disabled{background-color:#ccc;cursor:not-allowed}.modal-content{background-color:#ffffff00!important;border:none;outline:none}@media (min-width:768px) and (max-width:1024px){.image_div_of_map{display:none}.popup_content{padding:50px 30px!important}.inner_div_of_popup{width:100%}.popup_content_div{width:100%;border-radius:20px;flex-direction:column;justify-content:center!important}.readio_btn_gropu{padding:1rem}}@media (max-width:768px){.popup_content{width:95vw;height:auto;overflow-y:scroll;padding:50px 20px!important;border-radius:20px;flex-direction:column;justify-content:center!important}.popup_overlay{align-items:flex-start;padding:20px 0}.inner_div_of_popup{flex-direction:column;align-items:flex-start;justify-content:flex-start;height:auto}.popup_content_div{width:100%;height:auto;gap:1rem}.popup_content_div>h2{font-size:23px;margin-bottom:20px!important}.popup_content_div>h2,.popup_content_div>h3{width:95%;font-family:Poppins-Bold\.ttf;text-align:right;color:var(--Dark-font)}.popup_content_div>h3{font-size:20px}.popup_content_div>p{font-size:14px;text-align:center;width:100%}.image_div_of_map{display:none}.readio_btn_gropu{width:100%;gap:1.5rem}.input_value_box{width:100%;padding:1rem}.first_redio_btn{flex-direction:row;align-items:center;gap:.8rem}.confirm_btn{width:100%;padding:12px;font-size:16px;margin-top:1rem}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}