#centerModal{width:100%;height:100vh;background:rgba(26,26,26,.52);position:fixed;top:0;left:0;align-items:center;justify-content:center;flex-direction:column}.Cmodal-box{width:fit-content;height:fit-content;box-shadow:2px 3px 15px #0000001a}.Cmodal-box,.Cmodal-content{background-color:#fff;color:#333;border-radius:1rem;position:relative}.Cmodal-content{width:640px;height:610px;max-height:70vh;overflow-y:scroll}.Cmodal-content .close{top:12px;right:12px;cursor:pointer;font-size:14px;color:#333}.modal-child-div{-ms-overflow-style:none;scrollbar-width:none}.modal-child-div::-webkit-scrollbar{display:none}@media screen and (max-width:768px){.Cmodal-content{width:90vw;max-height:60vh}}