.modal-item {
    background-color: #FFF;
    box-shadow: 0 11px 15px -7px rgb(0 0 0);
    padding: 45px;
    width: 70%;
    position: relative;
    display: none;
    border-radius: 5px;
    overflow: auto;
}
.modal-item .btn-close-modal-item {
    position: absolute;
    top: 0;
    right: 4px;
    width: 35px;
    height: 35px;
    background: #ffffff url(/assets/images/icons/close.svg) center no-repeat;
    background-size: 50%;
}