.modalBox{max-height:95vh;background-color:#fff;padding:10px 20px!important;width:50%;border-radius:8px;box-shadow:2px 4px 6px rgba(0,0,0,.1)}.modalBox .modalHeader{display:flex;justify-content:space-between;align-items:center}.modalBox hr{margin:0;padding:0}.modalBox .modalBody{margin-top:10px;margin-bottom:10px;overflow:auto;max-height:70vh;-ms-overflow-style:none;scrollbar-width:none}.modalBox .modalBody::-webkit-scrollbar{display:none}.modalBox80{max-height:98vh;background-color:#fff;padding:10px 20px!important;width:80%;border-radius:8px;box-shadow:2px 4px 6px rgba(0,0,0,.1)}.modalBox80 .modalHeader{display:flex;justify-content:space-between;align-items:center}.modalBox80 hr{margin:0;padding:0}.modalBox80 .modalBody{margin-top:10px;margin-bottom:10px;overflow:auto;max-height:90vh;-ms-overflow-style:none;scrollbar-width:none}.modalBox80 .modalBody::-webkit-scrollbar{display:none}.closeButton{cursor:pointer;border:none;background:none;font-size:32px}@media only screen and (max-width:992px){.modalBox{width:70%}}@media only screen and (max-width:769px){.modalBox{width:80%!important}}@media only screen and (max-width:576px){.modalBox{width:95%!important}}