.popup-backdrop{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}.popup-box{background:#fff;display:flex;flex-direction:column;width:700px;max-width:95%;border-radius:8px;overflow:hidden;position:relative}.popup-content{display:flex;flex-direction:row}.popup-left{flex:1 1;background:#f9fafb;display:flex;justify-content:center;align-items:center;padding:20px}.popup-img{width:100%;max-width:320px;height:auto}.popup-right{flex:1 1;padding:30px}.popup-right h3{margin-top:0;color:#33225a;font-size:1.4rem;letter-spacing:.8px;font-weight:600}.popup-right form{display:flex;flex-direction:column}.popup-right input,.popup-right textarea{padding:8px;margin:0;border:1px solid #ccc;border-radius:4px}.popup-right button.popup__Button{background:#33225a;transition:all .5s;color:#fff;letter-spacing:.6px;width:100%;padding:.6rem 1rem;border-radius:100px;border:none}.popup-right button.popup__Button:hover{background:#442883}.schedule-text{margin-top:10px;text-align:center}.schedule-link{color:red;font-weight:700;text-decoration:none}.close-btn{position:absolute;top:8px;right:12px;background:none;border:none;font-size:20px;cursor:pointer}p.Popup-text{margin-top:1.5rem;text-align:center;color:#33225a}p.Popup-text a{color:#0d6efd;font-weight:700;text-decoration:none;background:#edf4ff;padding:4px;font-size:13px;letter-spacing:.6px}p.Popup-text a:hover{text-decoration:underline}.Popup_Screen_Group{display:flex;margin-bottom:16px;flex-direction:column}.Popup_Screen_Group label{font-size:14px;font-weight:600;letter-spacing:.5px;color:#342259}.Popup_Screen_Group input.form-control{border:1px solid #342259}.Popup_Screen_Group input.form-control:focus{border:1px solid #8f8f8f;box-shadow:none}.Popup_Screen_Group textarea.form-control{border:1px solid #342259}.Popup_Screen_Group textarea.form-control:focus{border:1px solid #8f8f8f;box-shadow:none}