.jconfirm-box {
    max-width: 1200px !important;
}

.user_session {
    background-color: #025957;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 4px;
    display: flex;
    color: white;

}

.col-md-3 {
    width: 33%;
    margin: 0 auto
}
.img-responsive {
    max-width:400px;
    max-height: 300px;
}
.img-fluid {
    max-width: 300px;
}
.modalContainer {
    width: 100vw;
    height: 100vh;
    max-width: 100vw !important;
    max-height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
}

.modalContainer.showModal {
    display: flex;
}