.js-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1035;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.js-modal .modal-header .close {
    padding: 0.2rem 0.62rem;
    box-shadow: 0 5px 20px 0 rgb(34 41 47);
    border-radius: 0.357rem;
    background: #fff;
    opacity: 1;
    transition: all 0.23s ease 0.1s;
    position: relative;
    transform: translate(8px, -2px);
}
.ui-dialog{
    z-index: 1036;
}

.ui-dialog-buttonset button{
    box-shadow: none;
    outline: none;
    border: none;
    font-weight: 500;
    padding: 0.486rem 1rem;
    font-size: 0.9rem;
    line-height: 1;
    border-radius: 0.358rem;
    color: #fff;
    background-color: #28c76f;
    border-color: #28c76f;
}
.ui-dialog-buttonset button:last-child{
    background-color: #82868b;
    border-color: #82868b;
}
/* Pagination*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.357rem;
    margin-top: 2rem;
}

.pagination span a{
    position: relative;
    display: block;
    padding: 0.5rem 0.85rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--dark);
    background-color: #f3f2f7;
    border-radius: 5rem;
}
.pagination span{
    margin-left: 0.2rem;
}

.pagination .page a {
    border: none;
    margin-left: 0;
    font-size: 1rem;
    min-width: 2.286rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
}

.pagination .current {
    border: none;
    margin: 0;
    font-size: 1rem;
    min-width: 2.286rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 5rem;
    background-color:var(--primary);
    color: var(--black) !important;
    font-weight: 600;
}

/* search input */
.mtop-5{
    margin-top: 5px;
}

/* modal */
.modal-new{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1035;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-overlay{
    width: 100vw;
    height: 100vh;
    background-color: #22292f;
    opacity: .5;
    position: absolute;
}

/* loading */
#loading{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1032;
    width: 100vw;
    height: 100vh;
    background-color: #22292f;
    padding-top: 290px;
    opacity: 0.5;
}
