
/*// CID 26277 2024.0906 //begin*/
#modalContent{
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 9999;
    width: 400px;
    height: calc(100% - 10px);
    background-color: #fff;
}
#modalContent .right_side_header{
    height: 42px;
    line-height: 45px;
    background-color: #558ed5; 
    border-radius: 4px 4px 0 0; 
    color:white; 
    padding: 0 10px 0 10px; 
    font-weight: bold;
}
#modalContent .right_side_header .title{
    font-size: 14px;
    text-align: center;
}
#modalContent .right_side_header .title span:last-child{
    font-size: 14px;
}
#modalContent .right_side_header .close-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
}
#modalContent .right_side_content{
    height: calc(100% - 50px);
    overflow-y: auto;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    padding: 10px;
}
#modalContent .popup_note_submit{
    padding: 5px 7px;
    background-color: #558ED5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 5px;
}


/* //CID 26277 //2023.10.26 //end */