/*!/wp-content/themes/flatsome-child/assets/custom_modal/custom_modal.css*/html:has(.modal.open){overflow:hidden}.modal.open{opacity:1;visibility:visible;transition:all .3s}.modal{opacity:0;visibility:hidden;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1005}.modal .modal-backdrop{width:100%;height:100%;background-color:rgb(0 0 0 / .6)}.modal .modal-backdrop .modal-content{background-color:#fff;position:fixed;margin:auto;top:0;left:0;right:0;bottom:0;width:70%;height:fit-content}.modal .modal-head{text-align:end}.modal .modal-head button{margin:0}.modal .modal-body{padding-inline:20px;overflow-y:auto;height:calc(100% - 40px - 20px)}