.popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    cursor: pointer;
    background: rgba(0,0,0,0.75);
}

.popup-box {
    top: 50%;
    left: 50%;
    color: #3e3e3e;
    padding: 0px;
    display: table;
    position: absolute;
    transform: translate(-50%,-50%);
}
.panel-body {
    max-height: 80vh;
    overflow: scroll;
}

.description {
    margin-top: 15px;
    margin-bottom: 25px;
}
.description p {
    color: #3e3e3e;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}
.description li {
    line-height: 1.5;
}

.popup-box .close-btn {
    color: #838383;
    font-size: 20px;
    /*padding: 5px 7px;*/
    /*position: absolute;*/
    background: transparent;
}
