.close-btn{display:flex;align-items:center;justify-content:center;padding:11px;border-radius:50%}.close-btn svg{height:25px;width:25px;line-height:normal}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;border-color:#efefef;width:100%}.modal-header i{font-size:14px}.modal{display:none;position:fixed;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);justify-content:center;align-items:start;padding-top:7%;overflow:hidden;z-index:1200}div:is(.modal-normal) ::-webkit-scrollbar{display:unset!important;width:unset!important}div:is(.modal-normal-content)::-webkit-scrollbar{display:block!important;width:10px!important}.modal-content,.modal-normal-content{width:550px;border-radius:30px;overflow:auto;max-height:85vh;background-color:#fff;box-shadow:0 4px 6px 0 rgba(0,0,0,.05);display:flex;flex-direction:column}.modal-normal-body,.modal-normal-content{width:100%}.modal-normal-body{padding:.5rem 1.5rem}.modal-content.scrollable{border-radius:30px 30px 0 0}.modal-body{padding-left:32px;padding-top:0;padding-right:32px;max-height:90vh;overflow-y:auto}.business-modal-content{background-color:#fff;padding:20px;width:800px;border-radius:16px;box-shadow:0 4px 6px 0 rgba(0,0,0,.05);height:auto;max-height:97vh;overflow-y:auto}.modal-heading{color:var(--100,#1a1d1f);font-size:20px;font-weight:600;line-height:24px}.modal.active{display:flex}.delete-modal-subtitle{color:#545c6e;font-size:14px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:30px}.cancel-btn{border-radius:8px;border:1px solid #d9dde7;background-color:#fff;height:50px;display:flex;align-items:center;justify-content:center}.cancel-btn>span{color:#1e273b;text-align:center;font-size:14px;font-weight:600}.confirm-btn-delete-modal{width:352px!important;height:50px!important;border-radius:8px!important;margin-bottom:20px}.modal-description{color:#545c6e;font-size:14px;font-weight:500;line-height:24px}@media(min-width:200px)and (max-width:600px){.modal-normal-content{width:100vw!important;scale:.9;overflow-x:hidden!important}}@media(min-width:600px)and (max-width:900px){.modal-normal-content{scale:.8;overflow-x:hidden!important}}@media(max-width:1300px){.scale-the-modal{scale:.7}}@media(max-width:1450px){.scale-the-modal{scale:.8}}