.fea-modal {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 90%);
}

.fea-modal-inner {
    width: 100%
}

.fea-modal-content {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 20px;
}

.close-modal {
    color: #98b256;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    font-weight: bold
}

.rtl.close {
    left: 10px;
    right: auto
}

.close:hover,.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer
}

.show {
    display: block
}
