.pronter {
    padding: 26px;
}
.info_data_pronter {
    display: flex;
    flex-direction: row-reverse;
    line-height: 0.4;
    justify-content: flex-end;
    gap: 4px;
}
.info_pronter small {
    background-color: #7fffd400;
    border: solid 2px #fff;
    padding: 6px;
    border-radius: 5px;

    text-align: right;
}
p.info_pronter {
    margin-bottom: 3px;
    text-align: right;

}
.info_pronter small:hover {
    cursor: pointer;
    background: white;
    color: black;
    
}
small.click_pronter {
    /* width: 100%; */
    background-color: red;
    border: solid 2px #fff;
    padding: 6px;
    border-radius: 5px;
    margin-top: 35px;
    text-align: right;
    align-items: right;
}


small.click_pronter:hover {

    cursor: pointer;
    background: white;
    color: black;
    
}
p.msg_pronter {
    margin-bottom: 0px;
}
p.info_pronter_item {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}