.modal {
    /* position: fixed;
    z-index: 1;
    left: 0;
    top: 0; */
    width: 100vh;
    height: 100vh;
    text-align: center;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    /* overflow-y: scroll; */
}

a:hover{
    cursor: pointer;  
} 
.content_link{
    /* font-style: oblique; */
    color: #0275d8; 
}
.content_link:hover{
    text-decoration: underline;
    color: #024f92;
}
.modal-content {
    text-align: left;
    background-color: #fefefe;
    margin: 3% auto;
    padding: 2% 5%;
    border: 1px solid #888;
    width: 40%;
    font-family: Montserrat;
}

.close {
    color: #aaa;
    float: right!important;
    font-size: 28px;
    font-weight: bold;
    margin-left: 100%;
    display: block!important;
}

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

.schl:hover {
    background-color: #66615B;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
}

.select2-selection__arrow {
    height: 41px !important;
}
.profile-form{    
    width: 45rem;
}
.pagination {   
    display: inline-block;
    text-align: center;
}   
.pagination a {   
    font-weight:bold;   
    /* font-size:18px;    */
    color: white;   
    float: left;   
    padding: 4px 8px;   
    text-decoration: none;   
    border:1px solid #536878;   
}   
.pagination a.active {   
        background-color: #0275d8;   
}
.pagination a:hover{
    cursor: pointer;
}   
.pagination a:hover:not(.active) {   
    background-color: skyblue;   
}
#popup_for_cyuma{
    position: absolute;
    top: 150px;
    left: 30%;
}
.comment-left{
    float: left;
    width:65%;
}
.comment-right{
    float: left;
    width:35%;
}

@media only screen and (max-width: 800px) {
    .modal-content {
        width: 80%;
    }
    .profile-form{    
        width: 20rem;
    }
    .comment-left{
        width:100%;
    }
    .comment-right{
        width: 50%;
    }
    #popup_for_cyuma{
        left: 10%;
        max-width: 80%;
    }
}